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