diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-16 01:04:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-16 01:04:51 +0000 |
commit | f27bd8558af02ec510137a196b874c87925e14bb (patch) | |
tree | 10ec3cffc5e1c2367b4ab588d1f55a735d42898a /template/yoga/admin/group_list.tpl | |
parent | d22a07cee30b96f703ab2fa295a4c5f4407d0e00 (diff) |
feature 233: confirmation for deletion of remote sites, user groups and
virtual categories
git-svn-id: http://piwigo.org/svn/trunk@1045 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/group_list.tpl')
-rw-r--r-- | template/yoga/admin/group_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/group_list.tpl b/template/yoga/admin/group_list.tpl index 23c1ce1c9..bafa87a71 100644 --- a/template/yoga/admin/group_list.tpl +++ b/template/yoga/admin/group_list.tpl @@ -21,7 +21,7 @@ <td><a href="{group.U_MEMBERS}">{group.MEMBERS}</a></td> <td style="text-align:center;"> <a href="{group.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="permissions" title="{lang:permissions}" /></a> - <a href="{group.U_DELETE}"><img src="{themeconf:icon_dir}/delete.png" class="button" style="border:none" alt="delete" title="{lang:delete}" /></a> + <a href="{group.U_DELETE}" onclick="return confirm('{lang:Are you sure?}');"><img src="{themeconf:icon_dir}/delete.png" class="button" style="border:none" alt="delete" title="{lang:delete}" /></a> </td> </tr> <!-- END group --> |