X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8f6d85af06cc4882518492b2dc478edb2d7e641b..HEAD:/templates/webpages/custom_variable_config/list.html
diff --git a/templates/webpages/custom_variable_config/list.html b/templates/webpages/custom_variable_config/list.html
index 64c6986d6..94503febe 100644
--- a/templates/webpages/custom_variable_config/list.html
+++ b/templates/webpages/custom_variable_config/list.html
@@ -8,7 +8,7 @@
[%- IF SELF.module == 'IC' %]
- [%- SET W="12.5%" %]
+ [%- SET W="10.5%" %]
[%- ELSE %]
[%- SET W="20%" %]
[%- END %]
@@ -26,6 +26,7 @@
[% 'Editable' | $T8 %] |
[% 'Deactivate by default' | $T8 %] |
[% 'Filter by Partsgroups' | $T8 %] |
+ [% 'Display in basic data tab' | $T8 %] |
[%- END %]
@@ -48,6 +49,7 @@
[%- IF cfg.flags.match('editable=1') %][% 'Yes' | $T8 %][%- ELSE %][% 'No' | $T8 %][%- END %] |
[%- IF cfg.flags.match('defaults_to_invalid=1') %][% 'Yes' | $T8 %][%- ELSE %][% 'No' | $T8 %][%- END %] |
[%- IF cfg.flags.match('partsgroup_filter=1') %][% 'Yes' | $T8 %][%- ELSE %][% 'No' | $T8 %][%- END %] |
+ [% IF cfg.first_tab %][% 'Yes' | $T8 %][% ELSE %][% 'No' | $T8 %][% END %] |
[%- END %]
[%- END %]
@@ -55,12 +57,6 @@
-
-
-
- [%- 'Add' | $T8 %]
-
-
[% L.sortable_element('#cvarcfg_list tbody', url=SELF.url_for(action='reorder'), with='cvarcfg_id', params='"&module=" + encodeURIComponent($("#module").val())') %]