<body> entfernt.
[kivitendo-erp.git] / templates / webpages / background_job / form.html
index cbd43af..90eecd0 100644 (file)
@@ -1,5 +1,4 @@
 [% USE HTML %][% USE L %][% USE LxERP %]
-<body>
 
  <h1>[% FORM.title %]</h1>
 
 
    <tr>
     <th align="right">[%- LxERP.t8('Execution type') %]</th>
-    <td>[% L.select_tag("background_job.type", L.options_for_select([ [ 'once', LxERP.t8('one-time execution') ], [ 'interval', LxERP.t8('repeated execution') ] ],
-                                                                    'default' => SELF.background_job.type)) %]</td>
+    <td>
+      [% L.select_tag('background_job.type', [
+                [ 'once', LxERP.t8('one-time execution') ],
+                [ 'interval', LxERP.t8('repeated execution') ]
+              ],
+              'default' = SELF.background_job.type) %]
+    </td>
    </tr>
 
    <tr>
@@ -49,5 +53,3 @@
    <a href="[% SELF.url_for(action => 'list') %]">[%- LxERP.t8('Abort') %]</a>
   </p>
  </form>
-</body>
-</html>