X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fprint_options.html;h=b5757e1cb7562e0bbdcfaca404e591151cd37ed4;hb=9c19433144efc5b50d90a969aa9ac6ea65b2dbbf;hp=95de1f7621da2ff67d072d733ab10222aa632e17;hpb=6d6d4044b1caa0e4f7c9de61e3a0bc9dd691a035;p=kivitendo-erp.git diff --git a/templates/webpages/generic/print_options.html b/templates/webpages/generic/print_options.html index 95de1f762..b5757e1cb 100644 --- a/templates/webpages/generic/print_options.html +++ b/templates/webpages/generic/print_options.html @@ -5,28 +5,48 @@ + [%- IF show_headers %] + [%- FOREACH row = SELECTS %] + [%- IF row.show %] + + [%- END %] + [%- END %] + [%- IF display_copies %] + + [%- END %] + [%- IF display_groupitems %] + + [%- END %] + [%- IF display_remove_draft %] + + [%- END %] + + [%- END %] + + [%- FOREACH row = SELECTS %] + [%- IF row.show %] + [%- END %] + [%- END %] [%- IF display_copies %] - + [%- END %] [%- IF display_groupitems %] - - + [%- END %] [%- IF display_remove_draft %] - - + [%- END %]
[%- row.hname %][% 'Copies' | $T8 %][% 'Group Items' | $T8 %][% 'Remove Draft' | $T8 %]
- [%- FOREACH row = SELECTS %] - [%- IF row.show %] - [%- END %] - [%- END %] [% 'Copies' | $T8 %] [%- IF !show_headers %][%- 'Copies' | $T8 %][%- END %][% 'Group Items' | $T8 %][%- IF !show_headers %][% 'Group Items' | $T8 %][%- END %] + + [% 'Remove Draft' | $T8 %][%- IF !show_headers %][% 'Remove Draft' | $T8 %][%- END %] + +
@@ -36,4 +56,3 @@ -