]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/option-boolean.tmpl
Changelog.
[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>
7db93414 4{[choices]<INPUT TYPE="RADIO" NAME="{keyword-1}" ID="{keyword-1}" {choices={defchoice-1}?CHECKED:} VALUE="{choices}"><LABEL FOR="{keyword-1}">{text}</LABEL>}
ef416fc2 5</TD>
6</TR>