X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fprint_options.html;h=be8343f111ef2feae73a84a0812d6886bb0a42b3;hb=ded6910ee829a64b950b32f4452afcbefcd06adb;hp=b5757e1cb7562e0bbdcfaca404e591151cd37ed4;hpb=3af7680219b879d23022b5ab8fed353fc36b1c91;p=kivitendo-erp.git diff --git a/templates/webpages/generic/print_options.html b/templates/webpages/generic/print_options.html index b5757e1cb..be8343f11 100644 --- a/templates/webpages/generic/print_options.html +++ b/templates/webpages/generic/print_options.html @@ -9,25 +9,28 @@ [%- FOREACH row = SELECTS %] [%- IF row.show %] - [%- row.hname %] + [%- row.hname %] [%- END %] [%- END %] [%- IF display_copies %] - [% 'Copies' | $T8 %] + [% 'Copies' | $T8 %] [%- END %] [%- IF display_groupitems %] - [% 'Group Items' | $T8 %] + [% 'Group Items' | $T8 %] + [%- END %] + [%- IF display_bothsided %] + [% 'Both-sided' | $T8 %] [%- END %] [%- IF display_remove_draft %] - [% 'Remove Draft' | $T8 %] + [% 'Remove Draft' | $T8 %] [%- END %] [%- END %] [%- FOREACH row = SELECTS %] [%- IF row.show %] - - [%- FOREACH data = row.DATA %] [%- END %] @@ -36,16 +39,21 @@ [%- END %] [%- END %] [%- IF display_copies %] - [%- IF !show_headers %][%- 'Copies' | $T8 %][%- END %] + [%- IF !show_headers %][%- 'Copies' | $T8 %][%- END %] [%- END %] [%- IF display_groupitems %] - [%- IF !show_headers %][% 'Group Items' | $T8 %][%- END %] - + [%- IF !show_headers %][% 'Group Items' | $T8 %][%- END %] + + + [%- END %] + [%- IF display_bothsided %] + [%- IF !show_headers %][% 'Both-sided' | $T8 %][%- END %] + [%- END %] [%- IF display_remove_draft %] - [%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %] - + [%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %] + [%- END %]