diff --git a/frontend/src/components/CommunitySwitch.vue b/frontend/src/components/CommunitySwitch.vue index 4ff3d9781..e46c94aaa 100644 --- a/frontend/src/components/CommunitySwitch.vue +++ b/frontend/src/components/CommunitySwitch.vue @@ -1,8 +1,8 @@ - - + {{ community.name }} - - + + - - {{ value.name }} - + + {{ value.name }} + diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 8b2113e5d..cc7a4f669 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -1,12 +1,12 @@ - {{ $t('contribution.selectDate') }} - - + {{ noOpenCreation }} @@ -58,9 +59,9 @@ typ="ContributionForm" > - - - + + {{ $t('form.cancel') }} - - - - + + + {{ form.id ? $t('form.change') : $t('contribution.submit') }} - - - + + + - + --> + + diff --git a/frontend/src/components/Inputs/InputTextarea.vue b/frontend/src/components/Inputs/InputTextarea.vue index 3881c4b16..d6d8281cd 100644 --- a/frontend/src/components/Inputs/InputTextarea.vue +++ b/frontend/src/components/Inputs/InputTextarea.vue @@ -1,62 +1,143 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - {{ errors[0] }} - - - + > + + {{ errorMessage }} + + + ---> + + diff --git a/frontend/src/components/Transaction.vue b/frontend/src/components/Transaction.vue index d13954362..ba3e7796b 100644 --- a/frontend/src/components/Transaction.vue +++ b/frontend/src/components/Transaction.vue @@ -1,16 +1,16 @@ - - - + + - - + > + + @@ -24,24 +24,24 @@ {{ getLinesByType.descriptiontext }} - - + + {{ $t('gdt.credit') }} {{ getLinesByType.credittext }} - - + + - - + + - + - + diff --git a/frontend/src/components/TransactionCollapse.vue b/frontend/src/components/TransactionCollapse.vue index 2bba3d164..254fa8c89 100644 --- a/frontend/src/components/TransactionCollapse.vue +++ b/frontend/src/components/TransactionCollapse.vue @@ -1,22 +1,22 @@ - - + + {{ getLinesByType.headline }} - - - - + + + + {{ getLinesByType.first }} {{ getLinesByType.second }} - - + + {{ getLinesByType.firstMath }} {{ getLinesByType.secondMath }} - - + + --> --> + +