X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5bc7284448a240bfebdaba20a65f845708665bd6..c0ed7d2fa:/templates/webpages/bp/list_spool.html diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html index 02e4b2682..ce5aff8d2 100644 --- a/templates/webpages/bp/list_spool.html +++ b/templates/webpages/bp/list_spool.html @@ -3,8 +3,7 @@ [%- USE LxERP %] [%- USE T8 %] [%- USE url %] -[% SET list_spool__callback = href _ '&sort=' _ sort %] -
+[%- SET list_spool__callback = href _ '&sort=' _ sort %]| + | [% L.checkbox_tag('checkall_box', checkall='input.check_all') %] | [% L.link(href _ '&sort=transdate', LxERP.t8('Date')) %] | [%- IF is_invoice %][% L.link(href _ '&sort=invoice', LxERP.t8('Invoice')) %] | @@ -35,7 +34,7 @@||||
| [% 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 %] | [%- IF is_invoice %][% L.link(url(row.module _ '.pl', action='edit' ,type=type, callback=list_spool__callback, id=row.id), row.invnumber) %] | @@ -47,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) %] |