Aufräumskript für Steuerschlüssel 18,19 - Prüfung auf Kontenrahmen
[kivitendo-erp.git] / templates / webpages / background_job_history / list.html
index 2f251e2..d83bb28 100644 (file)
@@ -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>