Code

removed unique remove templates, added one in the theme directory
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 13:54:05 +0000 (13:54 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 17 Mar 2010 13:54:05 +0000 (13:54 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16769 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/systems/admin/systems/remove.tpl [deleted file]

diff --git a/gosa-plugins/systems/admin/systems/remove.tpl b/gosa-plugins/systems/admin/systems/remove.tpl
deleted file mode 100644 (file)
index a95fc2c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<div style="font-size:18px;">
- <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
-</div>
-<p>
-  {$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}So - if you're sure - 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>