X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=51e7382bcc6d35256f55839291db0e4a2ee00f77;hb=a8ecfbb0134f03021e21bfaef6bfd56a7fe0d626;hp=3844fef108f052a7c237ff2347498ba6ed95ecc2;hpb=345248fd59538b5bfabc5fc54defdc17f76481f3;p=kivitendo-erp.git diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html index 3844fef10..51e7382bc 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -4,12 +4,14 @@ [%- USE T8 %] [%- USE url %] [%- SET list_spool__callback = href _ '&sort=' _ sort %] -[% L.javascript_tag('jquery.checkall') %] -

[% title | html %]

-
+ + +

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

[% FOREACH option IN options %] @@ -48,7 +50,7 @@ [% L.link(url(row.module _ '.pl', action='edit' ,type=type, callback=list_spool__callback, id=row.id), row.quonumber) %] [%- END %] [% 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) %] [%- END %] @@ -56,9 +58,6 @@ -


-
- [% L.hidden_tag('callback', callback) %] [% L.hidden_tag('title', title) %] [% L.hidden_tag('vc', vc) %] @@ -73,11 +72,4 @@ [% L.hidden_tag('quonumber', quonumber) %] [% L.hidden_tag('customer', customer) %] [% L.hidden_tag('vendor', vendor) %] - -[% L.submit_tag('action', LxERP.t8('Remove'), confirm=LxERP.t8('Are you sure you want to remove the marked entries from the queue?')) %] -[% L.submit_tag('action', LxERP.t8('Print')) %] - -[% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %] -
-