Revision 1fc0a420
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
templates/webpages/rp/print_options.html | ||
---|---|---|
<option value=inline [% SM.inline %]>[% 'In-line' | $T8 %]</option>
|
||
[%- ELSE %]
|
||
<option value=screen [% OP.screen %]>[% 'Screen' | $T8 %]</option>
|
||
[%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex %]
|
||
[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex %]
|
||
<option value=printer [% OP.printer %]>[% 'Printer' | $T8 %]</option>
|
||
[%- END %]
|
||
[%- END %]
|
||
</select>
|
||
</td>
|
||
[%- IF MYCONFIG.printer && LXCONFIG.primt_templates.latex && !is_email %]
|
||
[%- IF MYCONFIG.printer && LXCONFIG.print_templates.latex && !is_email %]
|
||
<td>[% 'Copies' | $T8 %]<input name=copies size=2 value=[% copies %]></td>
|
||
[%- END %]
|
||
</tr>
|
Auch abrufbar als: Unified diff
typo: primt_options