X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fcustom_variable_config%2Flist.html;h=f17b20dda134fa6c5936d4dac46eda59c8b08fc0;hb=ee03d15d22eebae4c5224bd68a23b6b4d8a466c0;hp=349674b17b0cccf5bcfef32efe5c19ed94888e32;hpb=86b6ff8a570d2fdc5fa53ba3dc9b3833e657e2e6;p=kivitendo-erp.git diff --git a/templates/webpages/custom_variable_config/list.html b/templates/webpages/custom_variable_config/list.html index 349674b17..f17b20dda 100644 --- a/templates/webpages/custom_variable_config/list.html +++ b/templates/webpages/custom_variable_config/list.html @@ -4,22 +4,28 @@

[% 'Custom variables for module' | $T8 %] - [%- L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange='show_module_list()') %] + [% L.select_tag('module', SELF.modules, value_key='module', title_key='description', default=SELF.module, onchange='show_module_list()') %]

+[%- IF SELF.module == 'IC' %] + [%- SET W="12.5%" %] +[%- ELSE %] + [%- SET W="20%" %] +[%- END %]

- - - - - + + + + + [%- IF SELF.module == 'IC' %] - - + + + [%- END %] @@ -41,6 +47,7 @@ [%- IF SELF.module == 'IC' %] + [%- END %] [%- END %] @@ -48,12 +55,6 @@
[%- LxERP.t8('reorder item') %][% 'Name' | $T8 %][% 'Description' | $T8 %][% 'Type' | $T8 %][% 'Searchable' | $T8 %][% 'Includeable in reports' | $T8 %][% 'Name' | $T8 %][% 'Description' | $T8 %][% 'Type' | $T8 %][% 'Searchable' | $T8 %][% 'Includeable in reports' | $T8 %][% 'Editable' | $T8 %][% 'Deactivate by default' | $T8 %][% 'Editable' | $T8 %][% 'Deactivate by default' | $T8 %][% 'Filter by Partsgroups' | $T8 %]
[%- 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 %]

-
- -

- [%- 'Add' | $T8 %] -

- [% L.sortable_element('#cvarcfg_list tbody', url=SELF.url_for(action='reorder'), with='cvarcfg_id', params='"&module=" + encodeURIComponent($("#module").val())') %]