summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e693ac2)
raw | patch | inline | side by side (parent: e693ac2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Nov 2009 10:26:53 +0000 (10:26 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 9 Nov 2009 10:26:53 +0000 (10:26 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14799 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl | patch | blob | history |
diff --git a/gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl b/gosa-plugins/rolemanagement/admin/roleManagement/remove.tpl
index 76cf2886048496cded2d85e038a4f30b5b3f5e24..29adedf1b6b018f89299e906b111e32f6518ab03 100644 (file)
<div style="font-size:18px;">
<img alt="" src="images/warning.png" align=top> {t}Warning{/t}
</div>
-
<p>
{$info}
{t}Please double check if you really want to do this since there is no way for GOsa to get your data back.{/t}
</p>
+
<p>
{t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
- <input type=submit name="delete_multiple_roles_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_multiple_roles_cancel" value="{msgPool type=cancelButton}">
+ <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
</p>
-