aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-06-02 20:04:40 +0000
committerplegall <plg@piwigo.org>2006-06-02 20:04:40 +0000
commit405e4c277bb9266fcaabc89d0c191c74ccc2f9c2 (patch)
treeabac13f250794f607e1fd38f1b62262168f97316 /template
parent4a9aa0d370dbb9dcc01306f1b09bc2fa16852742 (diff)
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
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/tags.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/tags.tpl b/template/yoga/admin/tags.tpl
index 83e95acb3..8fe666b59 100644
--- a/template/yoga/admin/tags.tpl
+++ b/template/yoga/admin/tags.tpl
@@ -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>