epic-ts
[kivitendo-erp.git] / templates / webpages / background_job_history / show.html
index e8054d3..5e42d08 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>
@@ -50,5 +49,3 @@
  <p>
   <a href="[% back_to %]">[%- LxERP.t8('Back') %]</a>
  </p>
-</body>
-</html>