Kosmetik: Leerzeichen am Zeilenende entfernt.
[kivitendo-erp.git] / templates / webpages / background_job / list.html
index 060c35d..b3d53ea 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' %]
 
@@ -64,6 +63,8 @@
    </table>
   [%- END %]
 
+  [% L.paginate_controls %]
+
   <hr size="3" noshade>
 
   <p>
@@ -74,5 +75,3 @@
    <a href="[% SELF.url_for(controller => 'TaskServer', action => 'show') %]">[%- LxERP.t8('Task server control') %]</a>
   </p>
  </form>
-</body>
-</html>