summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8358a5)
raw | patch | inline | side by side (parent: b8358a5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 05:49:36 +0000 (05:49 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 30 Nov 2006 05:49:36 +0000 (05:49 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@5250 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/remove_ppd.tpl | [new file with mode: 0644] | patch | blob |
diff --git a/plugins/admin/systems/remove_ppd.tpl b/plugins/admin/systems/remove_ppd.tpl
--- /dev/null
@@ -0,0 +1,15 @@
+<div style="font-size:18px;">
+<img alt="" src="images/button_cancel.png" align=top> {t}Warning{/t}
+</div>
+<p>
+ {$warning}
+</p>
+
+<p>
+ {t}The ppd file will be removed from the server and can not be restored.{/t}
+</p>
+<p class="plugbottom">
+ <input type=submit name="delete_ppd_confirm" value="{t}Delete{/t}">
+
+ <input type=submit name="delete_cancel" value="{t}Cancel{/t}">
+</p>