mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	household-members-editor: lightly improve ux (TO CHECK)
This commit is contained in:
		| @@ -15,7 +15,12 @@ | ||||
|   <confirmation v-if="step === 'confirm'"></confirmation> | ||||
|  | ||||
|   <ul class="record_actions sticky-form-buttons"> | ||||
|     <li class="cancel" v-if="step !== 'concerned' || hasReturnPath"> | ||||
|     <li class="cancel" v-if="step !== 'concerned'"> | ||||
|       <button class="btn btn-cancel" @click="goToPrevious"> | ||||
|         {{ $t('household_members_editor.app.previous') }} | ||||
|       </button> | ||||
|     </li> | ||||
|     <li class="cancel" v-else-if="hasReturnPath"> | ||||
|       <button class="btn btn-cancel" @click="goToPrevious"> | ||||
|         {{ $t('household_members_editor.app.cancel') }} | ||||
|       </button> | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| <template> | ||||
|   <div class="flex-table" v-if="hasHousehold"> | ||||
|   <div class="flex-table mb-5" v-if="hasHousehold"> | ||||
|     <div class="item-bloc"> | ||||
|       <household-render-box :household="fakeHouseholdWithConcerned"></household-render-box> | ||||
|     </div> | ||||
|   | ||||
| @@ -51,6 +51,7 @@ const appMessages = { | ||||
|        }, | ||||
|       app: { | ||||
|        next: 'Suivant', | ||||
|        previous: 'Précédent', | ||||
|        cancel: 'Annuler', | ||||
|        save: 'Enregistrer', | ||||
|         steps: { | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
| {% block title 'household.Edit household members'|trans  %} | ||||
|  | ||||
| {% block content %} | ||||
| <div class="household-members"> | ||||
| <div class="col-md-10 col-xxl household-members"> | ||||
|  | ||||
|     <h1>{{ block('title') }}</h1> | ||||
|     <div id="household_members_editor"></div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user