mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
fixes #2326 move the input to avoid side effects
This commit is contained in:
@@ -491,14 +491,14 @@ UL.thumbnails SPAN.wrap2 {ldelim}
|
|||||||
|
|
||||||
<!-- author -->
|
<!-- author -->
|
||||||
<div id="action_author" class="bulkAction">
|
<div id="action_author" class="bulkAction">
|
||||||
<input type="text" class="large" name="author" placeholder="{'Type here the author name'|@translate}">
|
|
||||||
<label class="font-checkbox"><span class="icon-check"></span><input type="checkbox" name="remove_author"> {'remove author'|@translate}</label>
|
<label class="font-checkbox"><span class="icon-check"></span><input type="checkbox" name="remove_author"> {'remove author'|@translate}</label>
|
||||||
|
<input type="text" class="large" name="author" placeholder="{'Type here the author name'|@translate}">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- title -->
|
<!-- title -->
|
||||||
<div id="action_title" class="bulkAction">
|
<div id="action_title" class="bulkAction">
|
||||||
<input type="text" class="large" name="title" placeholder="{'Type here the title'|@translate}">
|
|
||||||
<label class="font-checkbox"><span class="icon-check"></span><input type="checkbox" name="remove_title"> {'remove title'|@translate}</label>
|
<label class="font-checkbox"><span class="icon-check"></span><input type="checkbox" name="remove_title"> {'remove title'|@translate}</label>
|
||||||
|
<input type="text" class="large" name="title" placeholder="{'Type here the title'|@translate}">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- date_creation -->
|
<!-- date_creation -->
|
||||||
|
|||||||
Reference in New Issue
Block a user