summaryrefslogtreecommitdiff
path: root/templates/add-printer.tmpl
diff options
context:
space:
mode:
authorGuenther Schmitz <gpunktscripts@gpunktschmitz.com>2017-11-06 13:21:14 +0100
committerGuenther Schmitz <gpunktscripts@gpunktschmitz.com>2017-11-06 13:21:14 +0100
commit7db93414665cf3cf7170f546156914e22077a133 (patch)
treec3fdf8df4d86167d5e358348cc5a83dcf0fe262c /templates/add-printer.tmpl
parent8f1fbdecb45ffb8e0e6fa9d5ce73faf022e8fd2a (diff)
downloadcups-7db93414665cf3cf7170f546156914e22077a133.tar.gz
added html tag LABEL to inputs of type CHECKBOX and RADIO
Diffstat (limited to 'templates/add-printer.tmpl')
-rw-r--r--templates/add-printer.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/add-printer.tmpl b/templates/add-printer.tmpl
index 14d4eb6f1..339fe662f 100644
--- a/templates/add-printer.tmpl
+++ b/templates/add-printer.tmpl
@@ -32,8 +32,8 @@
</TR>
<TR>
<TH CLASS="label">Sharing:</TH>
-<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
-Share This Printer</TD>
+<TD><INPUT TYPE="CHECKBOX" NAME="PRINTER_IS_SHARED" ID="PRINTER_IS_SHARED" {PRINTER_IS_SHARED=1?CHECKED:}>
+<LABEL FOR="PRINTER_IS_SHARED">Share This Printer</LABEL></TD>
</TR>
<TR>
<TD></TD>