summaryrefslogtreecommitdiff
path: root/templates/pt_BR/list-available-printers.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pt_BR/list-available-printers.tmpl')
-rw-r--r--templates/pt_BR/list-available-printers.tmpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/pt_BR/list-available-printers.tmpl b/templates/pt_BR/list-available-printers.tmpl
new file mode 100644
index 000000000..9152ed4a2
--- /dev/null
+++ b/templates/pt_BR/list-available-printers.tmpl
@@ -0,0 +1,7 @@
+<H2 CLASS="title">Impressoras dispon&iacute;veis</H2>
+
+{#device_uri=0?<P>Nenhuma impressora encontrada.</P>
+:<UL>{[device_uri]
+<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="Adicionar esta impressora"></FORM>
+{device_make_and_model} ({device_info})</LI>
+}</UL>}