Code

Added a global useable remove dialog
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 09:25:46 +0000 (09:25 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 26 Jun 2006 09:25:46 +0000 (09:25 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3898 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/default/remove.tpl [new file with mode: 0755]

diff --git a/ihtml/themes/default/remove.tpl b/ihtml/themes/default/remove.tpl
new file mode 100755 (executable)
index 0000000..a9fd5b5
--- /dev/null
@@ -0,0 +1,17 @@
+<div style="font-size:18px;">
+  <img alt="" src="images/button_cancel.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">
+ <input type=submit name="delete_confirm" value="{t}Delete{/t}">
+ &nbsp;
+ <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+</p>
+