diff options
author | Guenther Schmitz <gpunktscripts@gpunktschmitz.com> | 2017-11-06 13:21:14 +0100 |
---|---|---|
committer | Guenther Schmitz <gpunktscripts@gpunktschmitz.com> | 2017-11-06 13:21:14 +0100 |
commit | 7db93414665cf3cf7170f546156914e22077a133 (patch) | |
tree | c3fdf8df4d86167d5e358348cc5a83dcf0fe262c /templates/pt_BR/samba-export.tmpl | |
parent | 8f1fbdecb45ffb8e0e6fa9d5ce73faf022e8fd2a (diff) | |
download | cups-7db93414665cf3cf7170f546156914e22077a133.tar.gz |
added html tag LABEL to inputs of type CHECKBOX and RADIO
Diffstat (limited to 'templates/pt_BR/samba-export.tmpl')
-rw-r--r-- | templates/pt_BR/samba-export.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pt_BR/samba-export.tmpl b/templates/pt_BR/samba-export.tmpl index d420ac336..d8badd927 100644 --- a/templates/pt_BR/samba-export.tmpl +++ b/templates/pt_BR/samba-export.tmpl @@ -33,8 +33,8 @@ impressora PostScript do Windows como descrito na página de manual do <SELECT NAME="EXPORT_NAME" SIZE="10" MULTIPLE> {[printer_name]<OPTION VALUE="{printer_name}"{export_all? SELECTED:{printer_export? SELECTED:}}>{printer_name}} </SELECT><BR> -<INPUT TYPE="CHECKBOX" NAME="EXPORT_ALL"{export_all? CHECKED:} -onChange="select_printers()"> Exportar todas as impressoras +<INPUT TYPE="CHECKBOX" NAME="EXPORT_ALL" ID="EXPORT_ALL"{export_all? CHECKED:} +onChange="select_printers()"><LABEL FOR="EXPORT_ALL"> Exportar todas as impressoras</LABEL> </TD> </TR> <TR> |