X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3af7680219b879d23022b5ab8fed353fc36b1c91..b293ff8ad52fc76ba0c44783e3982418114d6b08:/templates/webpages/generic/print_options.html 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 %]