Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / admin / ogroups / remove.tpl
diff --git a/branches/old/gosa-core/plugins/admin/ogroups/remove.tpl b/branches/old/gosa-core/plugins/admin/ogroups/remove.tpl
new file mode 100644 (file)
index 0000000..2b809b9
--- /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}Please double check if you 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>
+
+<p class="plugbottom">
+       {if $multiple}
+               <input type=submit name="delete_multiple_ogroup_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_multiple_ogroup_cancel" value="{msgPool type=cancelButton}">
+       {else}
+               <input type=submit name="delete_group_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+       {/if}
+</p>
+