]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/option-boolean.tmpl
Import changes from CUPS 1.4.1 (r8801)
[thirdparty/cups.git] / templates / option-boolean.tmpl
CommitLineData
ef416fc2 1<TR>
58dc1933 2<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
ef416fc2 3<TD>
7a0cbd5e 4{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}">{text}}
ef416fc2 5</TD>
6</TR>