summaryrefslogtreecommitdiff
path: root/templates/id/list-available-printers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/id/list-available-printers.tmpl')
-rw-r--r--templates/id/list-available-printers.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/id/list-available-printers.tmpl b/templates/id/list-available-printers.tmpl
index 3c8884c2b..f3ca39fd9 100644
--- a/templates/id/list-available-printers.tmpl
+++ b/templates/id/list-available-printers.tmpl
@@ -4,7 +4,7 @@
{#device_uri=0?<P>Tidak ada pencetak.</P>
:<UL>{[device_uri]
-<LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Local Printer"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Tambah Pencetak Ini"></FORM>
+<LI><FORM ACTION="/admin/" METHOD="POST"><INPUT TYPE="HIDDEN" NAME="org.cups.sid" VALUE="{$org.cups.sid}"><INPUT TYPE="HIDDEN" NAME="OP" VALUE="add-printer"><INPUT TYPE="HIDDEN" NAME="TEMPLATE_NAME" VALUE="{template_name}"><INPUT TYPE="HIDDEN" NAME="PRINTER_LOCATION" VALUE="Local Printer"><INPUT TYPE="HIDDEN" NAME="PRINTER_INFO" VALUE="{device_make_and_model}"><INPUT TYPE="HIDDEN" NAME="DEVICE_URI" VALUE="{device_uri}"><INPUT TYPE="SUBMIT" VALUE="Tambah Pencetak Ini"></FORM>
{device_make_and_model} ({device_info})</LI>
}</UL>}