]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - templates/option-pickone.tmpl
Merge changes from CUPS 1.4svn-r8033.
[thirdparty/cups.git] / templates / option-pickone.tmpl
index a2ce9d8c8cdd3869130da9fd0d58e843597a3075..05b83ee8a7122be7685bffafb7e7697e9bd3897b 100644 (file)
@@ -1,5 +1,5 @@
 <TR>
-<TH CLASS="label"{conflicted=1? CLASS="conflict":}><A NAME="{keyword}">{keytext}</A>:</TH>
+<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
 <TD><SELECT NAME="{keyword}" ID="select-{keyword}" ONCHANGE="update_paramtable('{keyword}')">
 {[choices]<OPTION {choices={defchoice}?SELECTED:} VALUE="{choices}">{text}}
 </SELECT>