Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / admin / departments / remove.tpl
diff --git a/branches/old/gosa-core/plugins/admin/departments/remove.tpl b/branches/old/gosa-core/plugins/admin/departments/remove.tpl
new file mode 100644 (file)
index 0000000..ce2f630
--- /dev/null
@@ -0,0 +1,24 @@
+<div style="font-size:18px;">
+ <img alt="" src="images/warning.png" align=top>&nbsp;{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>
+
+<p class="plugbottom">
+       {if $multiple}
+               <input type=submit name="delete_multiple_department_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_multiple_department_cancel" value="{msgPool type=cancelButton}">
+               {else}
+               <input type=submit name="delete_department_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+       {/if}
+</p>
+