diff --git a/client/web/compose/src/components/Common/Hint.vue b/client/web/compose/src/components/Common/Hint.vue index f22b108aa..def0a938b 100644 --- a/client/web/compose/src/components/Common/Hint.vue +++ b/client/web/compose/src/components/Common/Hint.vue @@ -2,7 +2,7 @@
+
+ {{ description }} +
+ @@ -8,28 +8,23 @@ v-if="!valueOnly" #label > -
- + + {{ label }} + - -
- - - {{ description }} - + +
+ {{ description }} +
+ +
+ {{ description }} +
+ @@ -8,28 +8,23 @@ v-if="!valueOnly" #label > -
- + + {{ label }} + - -
- - - {{ description }} - + +
+ {{ description }} +
+
+
+ {{ description }} +
+ +
+ {{ description }} +
+ +
+ {{ description }} +
+ +
+ {{ description }} +
+ +
+ {{ description }} +
+ +
+ {{ description }} +
+ @@ -224,3 +303,18 @@ export default { min-height: 1.2rem; } + + diff --git a/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue b/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue index 3257fd495..98ea9c55c 100644 --- a/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue +++ b/client/web/compose/src/components/PageBlocks/RecordConfigurator.vue @@ -64,6 +64,22 @@ />
+ + + + + +
@@ -219,6 +235,10 @@ export default { data () { return { referenceModule: undefined, + checkboxLabel: { + on: this.$t('general:label.yes'), + off: this.$t('general:label.no'), + }, } }, diff --git a/client/web/compose/src/components/PageBlocks/RecordEditor.vue b/client/web/compose/src/components/PageBlocks/RecordEditor.vue index e98773e5e..8b1ddd89f 100644 --- a/client/web/compose/src/components/PageBlocks/RecordEditor.vue +++ b/client/web/compose/src/components/PageBlocks/RecordEditor.vue @@ -13,12 +13,12 @@