]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/ru/option-boolean.tmpl
Merge pull request #5161 from gpunktschmitz/master
[thirdparty/cups.git] / templates / ru / option-boolean.tmpl
index e832ee10221cd45f19ff60e93704c3dfc9b93913..ce9b6afe85d921322de2bf6d0da30124619c6d5a 100644 (file)
@@ -1,6 +1,6 @@
 <TR>
 <TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
 <TD>
-{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
+{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" ID="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}"><LABEL FOR="{keyword-1}">{text}</LABEL>}
 </TD>
 </TR>