X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fbp%2Flist_spool.html;h=10855b3aa35ad1622705fe3500a3414db303de28;hb=954b24d2ef8c7f72da0af3637035c83f8ebdfc0d;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..10855b3aa 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,7 +74,7 @@ [% 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')) %] @@ -82,5 +83,3 @@ - -
 [% 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) %]