From da9d1120acb4832b01f9a89fc6faf5fa4d6d53c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 6 Jul 2020 13:23:54 +0200 Subject: [PATCH] replace icon in person list Use a "lock" icon, instead of open / closed folder, which is more comprehensive --- CHANGELOG.md | 1 + Resources/views/Person/list.html.twig | 4 ++-- Resources/views/Person/list_by_phonenumber.html.twig | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d505cd148..4ea644f22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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; diff --git a/Resources/views/Person/list.html.twig b/Resources/views/Person/list.html.twig index c1ba58b7f..3b309eb0d 100644 --- a/Resources/views/Person/list.html.twig +++ b/Resources/views/Person/list.html.twig @@ -46,9 +46,9 @@ {% spaceless %} {% if chill_person.fields.accompanying_period == 'visible' %} {% if is_open == false %} - + {% else %} - + {% endif %} {% endif %} {% endspaceless %} diff --git a/Resources/views/Person/list_by_phonenumber.html.twig b/Resources/views/Person/list_by_phonenumber.html.twig index 78195f165..f15a6906b 100644 --- a/Resources/views/Person/list_by_phonenumber.html.twig +++ b/Resources/views/Person/list_by_phonenumber.html.twig @@ -46,9 +46,9 @@ {% spaceless %} {% if chill_person.fields.accompanying_period == 'visible' %} {% if is_open == false %} - + {% else %} - + {% endif %} {% endif %} {% endspaceless %}