X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;fp=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=51e7382bcc6d35256f55839291db0e4a2ee00f77;hb=53593baa211863fbf66540cf1bcc36c8fb37257f;hp=2ce20ffa7816a37f0a5aaa44416af0273f5d3ac7;hpb=deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44;p=kivitendo-erp.git diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html index 2ce20ffa7..51e7382bc 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -7,7 +7,11 @@

[% title | html %]

-
+ + +

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

[% FOREACH option IN options %] @@ -46,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 %] @@ -54,9 +58,6 @@ -


-
- [% L.hidden_tag('callback', callback) %] [% L.hidden_tag('title', title) %] [% L.hidden_tag('vc', vc) %] @@ -71,10 +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') %] -