Auftrags-Controller: Belegnummer in Titlezeile anzeigen
[kivitendo-erp.git] / templates / webpages / background_job_history / list.html
index 1a2b948..d83bb28 100644 (file)
@@ -4,7 +4,7 @@
 
 [%- INCLUDE 'common/flash.html' %]
 
-[%- PROCESS 'background_job_history/_filter.html' filter=SELF.filter %]
+[%- PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
 
 [% IF !ENTRIES.size %]
  <p>
@@ -27,7 +27,7 @@
   [%- FOREACH entry = ENTRIES %]
   <tr class="listrow[% loop.count % 2 %]" id="background_job_history_id_[% entry.id %]">
    <td>
-    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.get_callback) %]">
+    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.models.get_callback) %]">
      [%- HTML.escape(entry.package_name) %]
     </a>
    </td>
 [%- END %]
 
 [% L.paginate_controls %]
-
-<hr size="3" noshade>
-
-<p>
- <a href="[% SELF.url_for(controller => 'BackgroundJob', action => 'list') %]">[%- LxERP.t8('View background jobs') %]</a>
- |
- <a href="[% SELF.url_for(controller => 'TaskServer', action => 'show') %]">[%- LxERP.t8('Task server control') %]</a>
-</p>