]> git.ipfire.org Git - thirdparty/cups.git/blame - templates/pl/option-pickone.tmpl
Merge fixes from CUPS 1.4.0 (r8739).
[thirdparty/cups.git] / templates / pl / option-pickone.tmpl
CommitLineData
b9faaae1
MS
1<TR>
2<TH {conflicted=1?CLASS="conflict":CLASS="label"} WIDTH="50%"><A NAME="{keyword}">{keytext}</A>:</TH>
3<TD><SELECT NAME="{keyword}" ID="select-{keyword}" ONCHANGE="update_paramtable('{keyword}')">
85b5d1df 4{[choices]<OPTION {choices={defchoice-1}?SELECTED:} VALUE="{choices}">{text}}
b9faaae1
MS
5</SELECT>
6{iscustom=1?<TABLE NAME="paramtable" id="{keyword}-params">{[params]
7<TR><TH CLASS="sublabel">{paramtext}:</TH>
8<TD>{params=Units?<SELECT NAME="{keyword}.{params}">
9<OPTION VALUE="pt"{paramvalue=pt? SELECTED:}>Punkty</OPTION>
10<OPTION VALUE="mm"{paramvalue=mm? SELECTED:}>Milimetry</OPTION>
11<OPTION VALUE="cm"{paramvalue=cm? SELECTED:}>Centymetry</OPTION>
12<OPTION VALUE="in"{paramvalue=in? SELECTED:}>Cale</OPTION>
13<OPTION VALUE="ft"{paramvalue=ft? SELECTED:}>Stopy</OPTION>
14<OPTION VALUE="m"{paramvalue=m? SELECTED:}>Metry</OPTION>
15</SELECT>:<INPUT TYPE="{inputtype}" NAME="{keyword}.{params}" VALUE="{paramvalue}">}</TD></TR>
16}</TABLE>
17</TD>:}
18</TR>