From 2cc5e30282be94ff340353dd4f406b42e5fc309a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 13 Jan 2017 17:28:36 -0500 Subject: [PATCH] Small change to alpha list buttons on contact list --- views/front/contacts/list.html | 46 +++++++++++++++++----------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/views/front/contacts/list.html b/views/front/contacts/list.html index 029c5b1..8ce8792 100644 --- a/views/front/contacts/list.html +++ b/views/front/contacts/list.html @@ -42,30 +42,26 @@ and open the template in the editor.

Total found: {$numbContacts}  

+ + {if $settings.list_show_search_alpha} + + {/if} + + {if $paging} - - - {/if} - - {if $settings.list_show_search_alpha} - - {/if} - - {if $paging} - -
- Previous page - Next page -
- showing {$start} through {$lastDisplayed} of {$filteredContactsFound} - {/if} +
+ Previous page + Next page +
+ showing {$start} through {$lastDisplayed} of {$filteredContactsFound} + {/if} {if $haveContacts} {foreach $contactsList as $contact} @@ -109,8 +105,12 @@ and open the template in the editor. (no contacts listed) {/if} {if $paging} - - + +
+ Previous page + Next page +
+ showing {$start} through {$lastDisplayed} of {$filteredContactsFound} {/if} -- 2.17.1