Revision 25cdb7cc
Von Tamino Steinert vor 8 Tagen hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
164 | 164 |
my %template_vars = ( |
165 | 165 |
name_prefix => $prefix || '', |
166 | 166 |
show_headers => $options->{show_headers}, |
167 |
display_copies => scalar @{ $form->{printers} || [] } && $::lx_office_conf{print_templates}->{latex} && $form->{media} ne 'email', |
|
167 |
display_copies => !$options->{no_display_copies} |
|
168 |
&& scalar @{ $form->{printers} || [] } |
|
169 |
&& $::lx_office_conf{print_templates}->{latex} |
|
170 |
&& $form->{media} ne 'email', |
|
168 | 171 |
display_remove_draft => (!$form->{id} && $form->{draft_id}), |
169 | 172 |
display_groupitems => !$dont_display_groupitems{$form->{type}}, |
170 | 173 |
display_bothsided => $options->{show_bothsided}, |
Auch abrufbar als: Unified diff
Part: Etiketten für Bestand drucken