From 5ee021970278bc621be3f238cc90199929f67979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Fri, 28 Jul 2017 14:31:59 +0200 Subject: [PATCH] Reorder weight fields of core configs. --- openslides/core/config_variables.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openslides/core/config_variables.py b/openslides/core/config_variables.py index 625f2ff9f..aeea09aba 100644 --- a/openslides/core/config_variables.py +++ b/openslides/core/config_variables.py @@ -111,7 +111,7 @@ def get_config_variables(): name='general_csv_separator', default_value=',', label='Separator used for all csv exports and examples', - weight=144, + weight=142, group='General', subgroup='Export') @@ -124,7 +124,7 @@ def get_config_variables(): {'value': 'left', 'display_name': 'Left'}, {'value': 'center', 'display_name': 'Center'}, {'value': 'right', 'display_name': 'Right'}), - weight=145, + weight=144, group='General', subgroup='Export') @@ -157,7 +157,7 @@ def get_config_variables(): {'value': 'pt', 'display_name': 'Português'}, {'value': 'cs', 'display_name': 'Čeština'}, {'value': 'ru', 'display_name': 'русский'}), - weight=148, + weight=150, group='Projector') yield ConfigVariable( @@ -167,7 +167,7 @@ def get_config_variables(): label='Show logo on projector', help_text='You can replace the logo by uploading an image and set it as ' 'the "Projector logo" in "files".', - weight=150, + weight=152, group='Projector') yield ConfigVariable( @@ -183,7 +183,7 @@ def get_config_variables(): default_value=True, input_type='boolean', label='Show the clock on projector', - weight=156, + weight=154, group='Projector') yield ConfigVariable(