Code

Starting move
[gosa.git] / plugins / admin / acl / remove.tpl
diff --git a/plugins/admin/acl/remove.tpl b/plugins/admin/acl/remove.tpl
deleted file mode 100755 (executable)
index 0b5323d..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-<div style="font-size:18px;">
-<img alt="" src="images/button_cancel.png" align=top>&nbsp;{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}
-</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}
-</p>
-
-<p class="plugbottom">
-{if $is_role}
-  <input type=submit name="delete_acl_role_confirmed" value="{t}Delete{/t}">
-  &nbsp;
-  <input type=submit name="delete_acl_role_cancel" value="{t}Cancel{/t}">
-{else}
-  <input type=submit name="delete_acl_confirm" value="{t}Delete{/t}">
-  &nbsp;
-  <input type=submit name="delete_acl_cancel" value="{t}Cancel{/t}">
-{/if}
-</p>