summaryrefslogtreecommitdiff
path: root/templates/de/printer-confirm.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/de/printer-confirm.tmpl')
-rw-r--r--templates/de/printer-confirm.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/de/printer-confirm.tmpl b/templates/de/printer-confirm.tmpl
new file mode 100644
index 000000000..b8735ab15
--- /dev/null
+++ b/templates/de/printer-confirm.tmpl
@@ -0,0 +1,8 @@
+<H2 CLASS="title">Delete Printer {printer_name}</H2>
+
+<H2 CLASS="title">Drucker {printer_name} löschen</H2>
+
+<P><B>Warnung:</B> Sind Sie sicher, dass Sie den Drucker
+{printer_name} löschen wollen?</P>
+
+<P ALIGN="CENTER"><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="delete-printer"><INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"><INPUT TYPE="SUBMIT" NAME="confirm" VALUE="Drucker löschen"></FORM></P>