summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ca94143)
raw | patch | inline | side by side (parent: ca94143)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 13:53:34 +0000 (13:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 17 Mar 2010 13:53:34 +0000 (13:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@16757 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/modern/removeEntries.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/gosa-core/ihtml/themes/modern/removeEntries.tpl b/gosa-core/ihtml/themes/modern/removeEntries.tpl
--- /dev/null
@@ -0,0 +1,20 @@
+<div style="font-size:18px;">
+ {image path="images/warning.png" align="top"} {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>
+
+<hr>
+<div class="plugin-actions">
+ <button type='submit' name='delete_confirmed'>{msgPool type=delButton}</button>
+
+ <button type='submit' name='delete_cancel'>{msgPool type=cancelButton}</button>
+
+</div>