diff --git a/openslides/core/static/js/core/site.js b/openslides/core/static/js/core/site.js index dd00d3e73..dea5e5766 100644 --- a/openslides/core/static/js/core/site.js +++ b/openslides/core/static/js/core/site.js @@ -788,8 +788,9 @@ angular.module('OpenSlidesApp.core.site', [ overwriteOk: true, }); formlyConfig.setType({ - name: 'select-radio', - templateUrl: 'static/templates/core/select-radio.html', + name: 'checkbox-buttons', + templateUrl: 'static/templates/core/checkbox-buttons.html', + overwriteOk: true, }); formlyConfig.setType({ name: 'select-single', diff --git a/openslides/core/static/templates/core/checkbox-buttons.html b/openslides/core/static/templates/core/checkbox-buttons.html new file mode 100644 index 000000000..a8feb84ed --- /dev/null +++ b/openslides/core/static/templates/core/checkbox-buttons.html @@ -0,0 +1,14 @@ +
+
+ +
+
+ +
+
diff --git a/openslides/core/static/templates/core/radio-buttons.html b/openslides/core/static/templates/core/radio-buttons.html index 72df2be91..528179ed8 100644 --- a/openslides/core/static/templates/core/radio-buttons.html +++ b/openslides/core/static/templates/core/radio-buttons.html @@ -1,6 +1,17 @@ -
-
@@ -113,7 +121,8 @@ {{ motionsImported.length }} motions were successfully imported. (Users created: {{ usersCreated }}, - Categories created: {{ categoriesCreated }}) + Categories created: {{ categoriesCreated }}, + Motion blocks created: {{ motionBlocksCreated }})