]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/option-pickmany.tmpl
Bump version.
[thirdparty/cups.git] / templates / option-pickmany.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><SELECT NAME="{keyword}" MULTIPLE SIZE="10">
85b5d1df 4{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
ef416fc2 5</SELECT></TD>
6</TR>