Code

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