]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/background_job/list.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / background_job / list.html
index 060c35d435f59f05a01e9d6229807115be7d72ee..f5668daa18e667f179b282e42aeed1028396d5e5 100644 (file)
@@ -1,11 +1,9 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 
-<body>
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
- <form method="post" action="controller.pl">
   [% IF !BACKGROUND_JOBS.size %]
    <p>
     [%- LxERP.t8('No background job has been created yet.') %]
    </table>
   [%- END %]
 
-  <hr size="3" noshade>
-
-  <p>
-   <a href="[% SELF.url_for(action => 'new', back_to => SELF.get_callback) %]">[%- LxERP.t8('Create new background job') %]</a>
-   |
-   <a href="[% SELF.url_for(controller => 'BackgroundJobHistory', action => 'list') %]">[%- LxERP.t8('View background job history') %]</a>
-   |
-   <a href="[% SELF.url_for(controller => 'TaskServer', action => 'show') %]">[%- LxERP.t8('Task server control') %]</a>
-  </p>
- </form>
-</body>
-</html>
+  [% L.paginate_controls %]