X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/075bd42af8885aee3c18fe055a2c82b8b43f4cea..c0ed7d2fa:/templates/webpages/bp/list_spool.html
diff --git a/templates/webpages/bp/list_spool.html b/templates/webpages/bp/list_spool.html
index 0b6778be7..ce5aff8d2 100644
--- a/templates/webpages/bp/list_spool.html
+++ b/templates/webpages/bp/list_spool.html
@@ -4,7 +4,6 @@
[%- USE T8 %]
[%- USE url %]
[%- SET list_spool__callback = href _ '&sort=' _ sort %]
-[% L.javascript_tag('jquery.checkall') %]
[% title | html %]
@@ -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) %] |
[%- END %]
@@ -79,4 +78,3 @@
[% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %]
-