Aufräumskript für Steuerschlüssel 18,19 - Prüfung auf Kontenrahmen
[kivitendo-erp.git] / templates / webpages / background_job_history / show.html
index e8054d3..a2f3ab6 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>