]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/da/option-pickmany.tmpl
Add translations for templates/da
[thirdparty/cups.git] / templates / da / option-pickmany.tmpl
CommitLineData
414e798b 1<TR>
2<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
3<TD><SELECT NAME="{keyword}" MULTIPLE SIZE="10">
4{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
5</SELECT></TD>
6</TR>