Revision d5b1d0b1
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
137 | 137 |
display_copies => scalar @{ $form->{printers} || [] } && $::lx_office_conf{print_templates}->{latex} && $form->{media} ne 'email', |
138 | 138 |
display_remove_draft => (!$form->{id} && $form->{draft_id}), |
139 | 139 |
display_groupitems => !$dont_display_groupitems{$form->{type}}, |
140 |
display_bothsided => $options->{show_bothsided}, |
|
140 | 141 |
groupitems_checked => $form->{groupitems} ? "checked" : '', |
142 |
bothsided_checked => $form->{bothsided} ? "checked" : '', |
|
141 | 143 |
remove_draft_checked => $form->{remove_draft} ? "checked" : '' |
142 | 144 |
); |
143 | 145 |
|
locale/de/all | ||
---|---|---|
461 | 461 |
'Books closed up to' => 'Bücher abgeschlossen bis zum', |
462 | 462 |
'Boolean variables: If the default value is non-empty then the checkbox will be checked by default and unchecked otherwise.' => 'Ja/Nein-Variablen: Wenn der Standardwert nicht leer ist, so wird die Checkbox standardmäßig angehakt.', |
463 | 463 |
'Both' => 'Beide', |
464 |
'Both-sided' => 'Beidseitig', |
|
464 | 465 |
'Bottom' => 'Unten', |
465 | 466 |
'Bought' => 'Gekauft', |
466 | 467 |
'Break down by' => 'Aufschlüsseln nach', |
templates/webpages/generic/print_options.html | ||
---|---|---|
18 | 18 |
[%- IF display_groupitems %] |
19 | 19 |
<th align="left" id="print_options_header_groupitems">[% 'Group Items' | $T8 %]</th> |
20 | 20 |
[%- END %] |
21 |
[%- IF display_bothsided %] |
|
22 |
<th align="left" id="print_options_header_bothsided">[% 'Both-sided' | $T8 %]</th> |
|
23 |
[%- END %] |
|
21 | 24 |
[%- IF display_remove_draft %] |
22 | 25 |
<th align="left" id="print_options_header_remove_draft">[% 'Remove Draft' | $T8 %]</th> |
23 | 26 |
[%- END %] |
Auch abrufbar als: Unified diff
PrintOptions: Checkbox »Beidseitig« optional anzeigen