From: Steve Sutton Date: Thu, 9 Aug 2018 19:40:05 +0000 (-0400) Subject: Update for release X-Git-Tag: v1.0.11^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=f70c9e83e23c8057c202bc7e081a6a93f6f6e9db;p=WP-Themes%2Fharborpointassociation2018.git Update for release bump version number --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index dc788c6..e5d18d2 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -62,7 +62,6 @@ and open the template in the editor.
showing {$start} through {$lastDisplayed} of {$filteredContactsFound} {/if} - {if $haveContacts} {foreach $contacts as $contact}
@@ -81,32 +80,32 @@ and open the template in the editor.
- + {if apply_filters('glm_custom_fields', 'cottage', $contact.id)}
Cottage #:  {apply_filters('glm_custom_fields', 'cottage', $contact.id)}
{/if} - {if $contact.addr1 - || $contact.addr2 - || $contact.city.name - || $contact.state.name + {if $contact.addr1 + || $contact.addr2 + || $contact.city + || $contact.state.name || $contact.zip }
Summer Address:
{if $contact.addr1}{$contact.addr1}
{/if} {if $contact.addr2}{$contact.addr2}
{/if} - {if $contact.city.name}{$contact.city.name},{/if} + {if $contact.city}{$contact.city},{/if} {if $contact.state.name}{$contact.state.name}{/if} {if $contact.zip}{$contact.zip}{/if}
{/if} - {if $contact.office_phone - || $contact.home_phone - || $contact.mobile_phone - || $contact.alternate_phone + {if $contact.office_phone + || $contact.home_phone + || $contact.mobile_phone + || $contact.alternate_phone || $contact.fax } Summer Phone:
@@ -126,7 +125,7 @@ and open the template in the editor. fax: {$contact.fax}
{/if} {/if} - {if apply_filters('glm_custom_fields', 'winter address', $contact.id) + {if apply_filters('glm_custom_fields', 'winter address', $contact.id) || apply_filters('glm_custom_fields', 'winter address 2', $contact.id) || apply_filters('glm_custom_fields', 'winter city', $contact.id) || apply_filters('glm_custom_fields', 'winter state', $contact.id) @@ -155,7 +154,7 @@ and open the template in the editor. Winter Phone:
{apply_filters('glm_custom_fields', 'winter phone', $contact.id)} {/if} - + {if $contact.email}
Email:  @@ -170,7 +169,7 @@ and open the template in the editor. {apply_filters('glm_custom_fields', 'email 2', $contact.id)} {/if} - +
@@ -193,4 +192,4 @@ and open the template in the editor. {include file='front/footer.html'} - \ No newline at end of file + diff --git a/style.css b/style.css index bf9b391..48a1cd9 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: harborpointassociation2018 Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for Harbor Point Association -Version: 1.0.10 +Version: 1.0.11 */