mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
household alert dropdown style
This commit is contained in:
parent
39f6f14467
commit
87a7e0de00
@ -1,17 +1,18 @@
|
|||||||
<div class="alert alert-danger alert-with-actions">
|
<div class="border border-danger">
|
||||||
|
<div class="alert alert-danger alert-with-actions mb-0">
|
||||||
<div class="message">
|
<div class="message">
|
||||||
{{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
|
{{ 'Some peoples does not belong to any household currently. Add them to an household soon'|trans }}
|
||||||
</div>
|
</div>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions">
|
||||||
<li>
|
<li>
|
||||||
<button class="btn btn-create" data-bs-toggle="collapse" href="#withoutHouseholdList">
|
<button class="btn btn-chill-pink" data-bs-toggle="collapse" href="#withoutHouseholdList">
|
||||||
{{ 'Add to household now'|trans }}
|
<i class="fa fa-fw fa-caret-down"></i><span class="text-light">{{ 'Add to household now'|trans }}</span>
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="withoutHouseholdList" class="collapse">
|
<div id="withoutHouseholdList" class="collapse p-3">
|
||||||
<form method="GET"
|
<form method="GET"
|
||||||
action="{{ chill_path_add_return_path('chill_person_household_members_editor') }}">
|
action="{{ chill_path_add_return_path('chill_person_household_members_editor') }}">
|
||||||
|
|
||||||
@ -27,7 +28,7 @@
|
|||||||
|
|
||||||
<input type="hidden" name="expand_suggestions" value="true" />
|
<input type="hidden" name="expand_suggestions" value="true" />
|
||||||
<input type="hidden" name="accompanying_period_id" value="{{ accompanyingCourse.id }}" />
|
<input type="hidden" name="accompanying_period_id" value="{{ accompanyingCourse.id }}" />
|
||||||
<ul class="record_actions">
|
<ul class="record_actions mb-0">
|
||||||
<li>
|
<li>
|
||||||
<button type="submit" class="btn btn-edit">
|
<button type="submit" class="btn btn-edit">
|
||||||
{{ 'household.Household editor'|trans }}
|
{{ 'household.Household editor'|trans }}
|
||||||
@ -35,4 +36,5 @@
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user