mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
replace icon in person list
Use a "lock" icon, instead of open / closed folder, which is more comprehensive
This commit is contained in:
parent
373a6a2dc7
commit
da9d1120ac
@ -112,3 +112,4 @@ Master branch
|
||||
- [Accompanying period list] Fix period label in list
|
||||
- [Accompanying period list] Fix label of closing motive
|
||||
- [Person details] Add an "empty" statement on place of birth
|
||||
- [Person list] Add a lock/unlock icon instead of open/closed folder in result list;
|
||||
|
@ -46,9 +46,9 @@
|
||||
{% spaceless %}
|
||||
{% if chill_person.fields.accompanying_period == 'visible' %}
|
||||
{% if is_open == false %}
|
||||
<i class="fa fa-folder" ></i>
|
||||
<i class="fa fa-lock" ></i>
|
||||
{% else %}
|
||||
<i class="fa fa-folder-open" ></i>
|
||||
<i class="fa fa-unlock" ></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endspaceless %}
|
||||
|
@ -46,9 +46,9 @@
|
||||
{% spaceless %}
|
||||
{% if chill_person.fields.accompanying_period == 'visible' %}
|
||||
{% if is_open == false %}
|
||||
<i class="fa fa-folder" ></i>
|
||||
<i class="fa fa-lock" ></i>
|
||||
{% else %}
|
||||
<i class="fa fa-folder-open" ></i>
|
||||
<i class="fa fa-unlock" ></i>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endspaceless %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user