From 5ea68e081cf80995bd0b0d3dddef971c46a05254 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 20 Sep 2017 16:59:48 -0400 Subject: [PATCH] Show profile image on contact list if the contact has an image --- views/front/contacts/list.html | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 8eb904c..0f7127c 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -39,12 +39,12 @@ and open the template in the editor. - +

Total found: {$numbContacts}  

- + {if $settings.list_show_search_alpha} - {/foreach} + {/foreach} {else} (no contacts listed) {/if} @@ -114,7 +122,7 @@ and open the template in the editor. showing {$start} through {$lastDisplayed} of {$filteredContactsFound} {/if} - + {include file='front/footer.html'} -- 2.17.1