]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/custom_variable_config/form.html
Artikel-BDVs unter Basisdaten anzeigen, falls konfiguriert
[mfinanz.git] / templates / webpages / custom_variable_config / form.html
index a33d9dfb1834340da9b46792e5d8e60c77380d11..a03bcd26ebfe1336b3d59f1cba6ead48fd04a7d6 100644 (file)
                             labeldx => LxERP.t8("Partsgroups where variables are shown")) %]
     </td>
    </tr>
+   <tr data-show-for="IC"[% UNLESS SELF.module == 'IC' %] style="display: none;"[% END %]>
+    <td align="right">[% 'Display in basic data tab' | $T8 %]</td>
+    <td>
+     [% L.radio_button_tag('config.first_tab', value='1', id='config.first_tab', label=LxERP.t8('Yes'), checked=(SELF.config.first_tab ?  1 : '')) %]
+     [% L.radio_button_tag('config.first_tab', value='0', id='config.first_tab', label=LxERP.t8('No'),  checked=(SELF.config.first_tab ? '' :  1)) %]
+    </td>
+   </tr>
+
   </table>
  </p>