]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/option-boolean.tmpl
Merge changes from CUPS 1.4svn-r7994.
[thirdparty/cups.git] / templates / option-boolean.tmpl
CommitLineData
ef416fc2 1<TR>
2<TH CLASS="label"{conflicted=1? CLASS="conflict":}><A NAME="{keyword}">{keytext}</A>:</TH>
3<TD>
4{[choices]<INPUT TYPE="RADIO" NAME="{keyword}" {choices={defchoice}?CHECKED:} VALUE="{choices}">{text}}
5</TD>
6</TR>