ActionBar: CustomerVendor
[kivitendo-erp.git] / templates / webpages / bp / list_spool.html
index 0b6778b..ce5aff8 100644 (file)
@@ -4,7 +4,6 @@
 [%- USE T8 %]
 [%- USE url %]
 [%- SET list_spool__callback = href _ '&sort=' _ sort %]
-[% L.javascript_tag('jquery.checkall') %]
 
 <h1>[% title | html %]</h1>
 
@@ -47,7 +46,7 @@
   <td>[% L.link(url(row.module _ '.pl', action='edit' ,type=type, callback=list_spool__callback, id=row.id), row.quonumber) %]</td>
 [%- END %]
   <td>[% row.name | html %]</td>
-  <td>[% L.link(spool _ '/' _ row.spoolfile, row.spoolfile) %][% L.hidden_tag('spoolfile_' _ loop.count, row.spoolfile) %]</td>
+  <td>[% L.link(LXCONFIG.paths.spool _ '/' _ row.spoolfile, row.spoolfile) %][% L.hidden_tag('spoolfile_' _ loop.count, row.spoolfile) %]</td>
  </tr>
 [%- END %]
 
@@ -79,4 +78,3 @@
 [% L.select_tag('printer', ALL_PRINTERS, title_key = 'printer_description') %]
 
 </form>
-