window.onload nicht direkt setzen
[kivitendo-erp.git] / templates / webpages / background_job_history / list.html
index 48e78b4..e044a7a 100644 (file)
@@ -1,7 +1,6 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
 
-<body>
- <div class="listtop">[% FORM.title %]</div>
+ <h1>[% FORM.title %]</h1>
 
 [%- INCLUDE 'common/flash.html' %]
 
@@ -59,5 +58,3 @@
    <a href="[% SELF.url_for(controller => 'TaskServer', action => 'show') %]">[%- LxERP.t8('Task server control') %]</a>
   </p>
  </form>
-</body>
-</html>