mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
household members editor: make buttons visibles
This commit is contained in:
parent
ff671ded9c
commit
c6a3f59d87
@ -16,7 +16,7 @@
|
|||||||
<ul v-if="allowChangeHousehold" class="record_actions">
|
<ul v-if="allowChangeHousehold" class="record_actions">
|
||||||
<li v-if="!showHouseholdSuggestion">
|
<li v-if="!showHouseholdSuggestion">
|
||||||
<button
|
<button
|
||||||
class="btn"
|
class="btn btn-misc"
|
||||||
@click="toggleHouseholdSuggestion"
|
@click="toggleHouseholdSuggestion"
|
||||||
>
|
>
|
||||||
{{ $tc('household_members_editor.show_household_suggestion',
|
{{ $tc('household_members_editor.show_household_suggestion',
|
||||||
@ -25,7 +25,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li v-if="showHouseholdSuggestion">
|
<li v-if="showHouseholdSuggestion">
|
||||||
<button
|
<button
|
||||||
class="btn"
|
class="btn btn-misc"
|
||||||
@click="toggleHouseholdSuggestion"
|
@click="toggleHouseholdSuggestion"
|
||||||
>
|
>
|
||||||
{{ $t('household_members_editor.hide_household_suggestion') }}
|
{{ $t('household_members_editor.hide_household_suggestion') }}
|
||||||
@ -37,7 +37,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li v-if="allowHouseholdSearch">
|
<li v-if="allowHouseholdSearch">
|
||||||
<button class="btn">
|
<button class="btn btn-misc">
|
||||||
<i class="fa fa-search"></i>{{ $t('household_members_editor.household.search_household') }}
|
<i class="fa fa-search"></i>{{ $t('household_members_editor.household.search_household') }}
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<button class="btn" @click="selectHousehold(h)">
|
<button class="btn btn-misc" @click="selectHousehold(h)">
|
||||||
{{ $t('household_members_editor.select_household') }}
|
{{ $t('household_members_editor.select_household') }}
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
|
@ -4,12 +4,16 @@
|
|||||||
{% block title 'household.Edit household members'|trans %}
|
{% block title 'household.Edit household members'|trans %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="col-12 parent">
|
<div class="household-members">
|
||||||
<div class="col-10 push-1 parent">
|
<div class="row justify-content-center">
|
||||||
<h1>{{ block('title') }}</h1>
|
<div class="col-md-10 col-xxl">
|
||||||
<div id="household_members_editor"></div>
|
|
||||||
|
<h1>{{ block('title') }}</h1>
|
||||||
|
<div id="household_members_editor"></div>
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
{% block title 'household.Household summary'|trans %}
|
{% block title 'household.Household summary'|trans %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<div class="household-summary">
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-md-10 col-xxl">
|
||||||
|
|
||||||
<h1>{{ block('title') }}</h1>
|
<h1>{{ block('title') }}</h1>
|
||||||
|
|
||||||
<h2>{{ 'household.Current address'|trans }}</h2>
|
<h2>{{ 'household.Current address'|trans }}</h2>
|
||||||
@ -208,6 +212,9 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block js %}
|
{% block js %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user