X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=51e7382bcc6d35256f55839291db0e4a2ee00f77;hb=804b937949f8fb4488f8a9db0f3f7ac5aa2860c3;hp=02e4b2682f990d06e4a002850c7627d080814345;hpb=5bc7284448a240bfebdaba20a65f845708665bd6;p=kivitendo-erp.git diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html index 02e4b2682..51e7382bc 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -3,12 +3,15 @@ [%- USE LxERP %] [%- USE T8 %] [%- USE url %] -[% SET list_spool__callback = href _ '&sort=' _ sort %] - +[%- SET list_spool__callback = href _ '&sort=' _ sort %]

[% title | html %]

-
+ + +

+ [% LxERP.t8("Printer") %]: [% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %] +

[% FOREACH option IN options %] @@ -19,7 +22,7 @@ - + [%- IF is_invoice %] @@ -35,7 +38,7 @@ [%- FOREACH row = SPOOL %] - + [%- IF is_invoice %] @@ -47,7 +50,7 @@ [%- END %] - + [%- END %] @@ -55,9 +58,6 @@
 [% L.checkbox_tag('checkall_box', checkall='input.check_all') %] [% L.link(href _ '&sort=transdate', LxERP.t8('Date')) %][% L.link(href _ '&sort=invoice', LxERP.t8('Invoice')) %]
[% SET list_spool__checked='checked_' _ loop.count; L.checkbox_tag(list_spool__checked, checked=$list_spool__checked) IF row.new_file %][% SET list_spool__checked='checked_' _ loop.count; L.checkbox_tag(list_spool__checked, checked=$list_spool__checked, class='check_all') IF row.new_file %] [% row.transdate %][% L.link(url(row.module _ '.pl', action='edit' ,type=type, callback=list_spool__callback, id=row.id), row.invnumber) %][% L.link(url(row.module _ '.pl', action='edit' ,type=type, callback=list_spool__callback, id=row.id), row.quonumber) %][% row.name | html %][% L.link(spool _ '/' _ row.spoolfile, row.spoolfile) %][% L.hidden_tag('spoolfile_' _ loop.count, row.spoolfile) %][% L.link(LXCONFIG.paths.spool _ '/' _ row.spoolfile, row.spoolfile) %][% L.hidden_tag('spoolfile_' _ loop.count, row.spoolfile) %]
-


-
- [% L.hidden_tag('callback', callback) %] [% L.hidden_tag('title', title) %] [% L.hidden_tag('vc', vc) %] @@ -72,15 +72,4 @@ [% L.hidden_tag('quonumber', quonumber) %] [% L.hidden_tag('customer', customer) %] [% L.hidden_tag('vendor', vendor) %] - -[% L.submit_tag('action', LxERP.t8('Remove')) %] -[% L.submit_tag('action', LxERP.t8('Print')) %] - -[% L.select_tag('printer', L.options_for_select(ALL_PRINTERS, title='printer_description')) %] -
- - - - -