]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/background_job/form.html
SL::Template::Plugin::L::select_tag und SL::Template::Plugin::L::options_for_select...
[mfinanz.git] / templates / webpages / background_job / form.html
index a4753bb41e04a69cf3955d6235f21177c653c95a..b5869f38e72380eb13ee3e13b5e2097286eef149 100644 (file)
 
    <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>