summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: eb17fc6)
raw | patch | inline | side by side (parent: eb17fc6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 13:53:42 +0000 (13:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 13:53:42 +0000 (13:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16760 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/remove.tpl | [deleted file] | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/remove.tpl b/gosa-core/plugins/admin/departments/remove.tpl
+++ /dev/null
@@ -1,19 +0,0 @@
-<div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top> {t}Warning{/t}
-</div>
-<p>
- {$info}
- {t}This includes 'all' accounts, systems, etc. in this subtree. 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>
-
-<hr>
-<div class="plugin-actions">
- <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
-
- <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
-
-</div>