mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
test a new chill help tooltip
This commit is contained in:
parent
d575b48e76
commit
8b945dc38b
@ -276,6 +276,20 @@ div.metadata {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// chill help tooltip
|
||||||
|
|
||||||
|
.chill-help-tooltip {
|
||||||
|
&::before {
|
||||||
|
content: '\f05a';
|
||||||
|
color: $chill-pink;
|
||||||
|
font-family: ForkAwesome;
|
||||||
|
font-style: normal;
|
||||||
|
font-size: 120%;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: auto 0.3em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// display definition list
|
/// display definition list
|
||||||
// with dt and dd on same line
|
// with dt and dd on same line
|
||||||
|
|
||||||
|
@ -76,11 +76,12 @@
|
|||||||
|
|
||||||
|
|
||||||
{% for p in positions %}
|
{% for p in positions %}
|
||||||
<h3>{{ p.label|localize_translatable_string }}</h3>
|
<h3>{{ p.label|localize_translatable_string }}
|
||||||
|
{% if false == p.shareHousehold %}
|
||||||
{% if false == p.shareHousehold %}
|
<i class="chill-help-tooltip" data-bs-toggle="tooltip" data-bs-placement="top" data-bs-html="true"
|
||||||
<p>{{ 'household.Those members does not share address'|trans }}</p>
|
title="{{ 'household.Those members does not share address'|trans }}"></i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</h3>
|
||||||
|
|
||||||
{%- set members = household.currentMembersByPosition(p) %}
|
{%- set members = household.currentMembersByPosition(p) %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user