]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/class-confirm.tmpl
Import CUPS 1.4svn r7023 into easysw/current.
[thirdparty/cups.git] / templates / class-confirm.tmpl
index 4a9afc6defa74764ac066edf9bc855625322cf7b..77debf12aff6cabdf129ddb940521a95f14172ab 100644 (file)
@@ -1,7 +1,4 @@
 <P><B>Warning:</B> Are you sure you want to delete class
 {printer_name}?</P>
 
-<P ALIGN="CENTER"><A
-HREF="/admin?op=delete-class&printer_name={printer_name}&confirm=yes"><IMG
-SRC="/images/delete-class.gif" ALT="Delete Class"
-CLASS="button"></A></P>
+<P ALIGN="CENTER"><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="op" VALUE="delete-class"><INPUT TYPE="HIDDEN" NAME="printer_name" VALUE="{printer_name}"><INPUT TYPE="SUBMIT" NAME="confirm" VALUE="Delete Class"></FORM></P>