Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-core / plugins / admin / groups / remove.tpl
diff --git a/branches/old/gosa-core/plugins/admin/groups/remove.tpl b/branches/old/gosa-core/plugins/admin/groups/remove.tpl
new file mode 100644 (file)
index 0000000..39157da
--- /dev/null
@@ -0,0 +1,27 @@
+<div style="font-size:18px;">
+  <img alt="" src="images/warning.png" align=top>&nbsp;{t}Warning{/t}
+</div>
+<p>
+  {$info}
+  {t}This may be a primary user group. 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_groups_confirm" value="{msgPool type=delButton}">
+  &nbsp;
+  <input type=submit name="delete_multiple_group_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>
+