From: Laury GvR Date: Fri, 13 Jan 2017 22:28:36 +0000 (-0500) Subject: Small change to alpha list buttons on contact list X-Git-Tag: v1.0.19^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2cc5e30282be94ff340353dd4f406b42e5fc309a;p=WP-Plugins%2Fglm-member-db-contacts.git Small change to alpha list buttons on contact list --- 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}