X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=3844fef108f052a7c237ff2347498ba6ed95ecc2;hb=f8def519132bac17a3dbcdb933d60717b463a353;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..3844fef10 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -3,7 +3,8 @@ [%- USE LxERP %] [%- USE T8 %] [%- USE url %] -[% SET list_spool__callback = href _ '&sort=' _ sort %] +[%- SET list_spool__callback = href _ '&sort=' _ sort %] +[% L.javascript_tag('jquery.checkall') %]

[% title | html %]

@@ -19,7 +20,7 @@ - + [%- IF is_invoice %] @@ -35,7 +36,7 @@ [%- FOREACH row = SPOOL %] - + [%- IF is_invoice %] @@ -73,14 +74,10 @@ [% L.hidden_tag('customer', customer) %] [% L.hidden_tag('vendor', vendor) %] -[% L.submit_tag('action', LxERP.t8('Remove')) %] +[% 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') %] - - - -
 [% 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) %]