X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fgeneric%2Fprint_options.html;h=b5757e1cb7562e0bbdcfaca404e591151cd37ed4;hb=fb1a574bce8ee7a490206e97daea76dcf214c6db;hp=f8ee3efd32cab6e772ba92f453e0bed7db4e3dd4;hpb=2d3f862b7af94f31860dd264eef7c1bc7de7eae2;p=kivitendo-erp.git diff --git a/templates/webpages/generic/print_options.html b/templates/webpages/generic/print_options.html index f8ee3efd3..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 %] - [%- FOREACH data = row.DATA %] - + [%- END %] - [%- 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 @@ -