Code

* Created "old" branch and moved stuff
[gosa.git] / branches / old / gosa-plugins / gofon / gofon / macro / remove.tpl
diff --git a/branches/old/gosa-plugins/gofon/gofon/macro/remove.tpl b/branches/old/gosa-plugins/gofon/gofon/macro/remove.tpl
new file mode 100644 (file)
index 0000000..e4c851f
--- /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>
+ {$intro}
+ {t}This may be used by several groups. 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>
+
+<p class="plugbottom">
+       {if $multiple}
+               <input type=submit name="delete_multiple_macro_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_multiple_macro_cancel" value="{msgPool type=cancelButton}">
+       {else}
+               <input type=submit name="delete_macro_confirm" value="{msgPool type=delButton}">
+               &nbsp;
+               <input type=submit name="delete_cancel" value="{msgPool type=cancelButton}">
+       {/if}
+</p>
+