X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=ce5aff8d231a2f0596ba76cbd47268913af170ec;hb=abaf49cca1f299eb7a45f5ef4f8162ede6b642d7;hp=10855b3aa35ad1622705fe3500a3414db303de28;hpb=8f84155d7599f51cb9da4aa8b03c554ad13244ee;p=kivitendo-erp.git diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html index 10855b3aa..ce5aff8d2 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -4,8 +4,6 @@ [%- USE T8 %] [%- USE url %] [%- SET list_spool__callback = href _ '&sort=' _ sort %] -[% L.javascript_tag('jquery.checkall') %] -

[% title | html %]

@@ -48,7 +46,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 %] @@ -77,9 +75,6 @@ [% 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', L.options_for_select(ALL_PRINTERS, title='printer_description')) %] +[% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %] - - -