mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 09:52:29 +02:00
bug 390 fixed: language items missing
improvement: javascript confirmation for tag deletion git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1335 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
|
||||
<p>
|
||||
<input type="submit" name="edit" value="{lang:Edit selected tags}" {TAG_INPUT_ENABLED}/>
|
||||
<input type="submit" name="delete" value="{lang:Delete selected tags}" {TAG_INPUT_ENABLED}/>
|
||||
<input type="submit" name="delete" value="{lang:Delete selected tags}" onclick="return confirm('{lang:Are you sure?}');" {TAG_INPUT_ENABLED}/>
|
||||
</p>
|
||||
</fieldset>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user