]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/background_job_history/show.html
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[mfinanz.git] / templates / webpages / background_job_history / show.html
index e8054d3f43389a82143b17a6e7ad0979a53c6592..a2f3ab6f381691ce3f870d3feba7c20ed9bb7212 100644 (file)
@@ -1,11 +1,10 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
-<body>
 
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
- <table id="background_job_history_details" class="background_job_history_details">
+ <table id="background_job_history_details" class="background_job_details">
   <tbody>
    <tr class="listrow0">
     <th>[%- LxERP.t8('Package name') %]</th>
@@ -46,9 +45,3 @@
    </tr>
   </tbody>
  </table>
-
- <p>
-  <a href="[% back_to %]">[%- LxERP.t8('Back') %]</a>
- </p>
-</body>
-</html>