summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a3d0cd)
raw | patch | inline | side by side (parent: 4a3d0cd)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Dec 2009 15:04:31 +0000 (15:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 23 Dec 2009 15:04:31 +0000 (15:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14944 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/acl/remove.tpl | patch | blob | history |
index 2e74cdcd821f7ca23a5eb3d76faddb8ec7132f8e..f60f42d2599ceb8022bb7afa36d693eabe23924d 100644 (file)
<div style="font-size:18px;">
-<img alt="" src="images/warning.png" align=top> {t}Warning{/t}
+ <img alt="" src="images/warning.png" align=top> {t}Warning{/t}
</div>
<p>
- {$info}
- {t}This includes all system and setup informations. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
+ {$info}
+ {t}This includes all account data, system access rules, imap settings, etc. for this user. Please double check if your really want to do this since there is no way for GOsa to get your data back.{/t}
</p>
<p>
- {t}Best thing to do before performing this action would be to save the current contents of your LDAP tree in a file. So - if you've done so - press 'Delete' to continue or 'Cancel' to abort.{/t}
+ {t}So - if you're sure - press 'Delete' to continue or 'Cancel' to abort.{/t}
</p>
<p class="plugbottom">
-{if $is_role}
- <input type=submit name="delete_acl_role_confirmed" value="{msgPool type=delButton}">
+ <input type=submit name="delete_confirmed" value="{msgPool type=delButton}">
+ <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
- <input type=submit name="delete_acl_role_cancel" value="{msgPool type=cancelButton}">
-{else}
- <input type=submit name="delete_acl_confirm" value="{msgPool type=delButton}">
-
- <input type=submit name="delete_acl_cancel" value="{msgPool type=cancelButton}">
-{/if}
</p>
+