X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/915e14b7f4a22384a3cd6ca744401474525dd301..86b6ff8a570d2fdc5fa53ba3dc9b3833e657e2e6:/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 1f264295f..349674b17 100644 --- a/templates/webpages/custom_variable_config/list.html +++ b/templates/webpages/custom_variable_config/list.html @@ -19,6 +19,7 @@ [% 'Includeable in reports' | $T8 %] [%- IF SELF.module == 'IC' %] [% 'Editable' | $T8 %] + [% 'Deactivate by default' | $T8 %] [%- END %] @@ -39,6 +40,7 @@ [%- IF SELF.module == 'IC' %] [%- 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 %] [%- END %] [%- END %]