Update theme view file for contacts list
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Jun 2018 14:56:30 +0000 (10:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 27 Jun 2018 14:56:30 +0000 (10:56 -0400)
Need to setup company name and position correctly had them switched.

glm-member-db-contacts/views/front/contacts/list.html
style.css

index 6c30c60..9e9a064 100644 (file)
@@ -137,9 +137,9 @@ and open the template in the editor.
                                         {if $contact.url}<div class="glm-contact-info-url"><span class="field-title">Website: </span></span><a href="{$contact.url}" target="_top">{$contact.url}</a></div>{/if}
                                     </div>
                                     <div class="small-12 columns">
-                                        {$company = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )}
+                                        {$company = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )}
                                         {if $company}<div class="glm-contact-info-org"><span class="field-title">Company Name: </span>{$company}</div>{/if}
-                                        {$position = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )}
+                                        {$position = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )}
                                         {if $position}<div class="glm-contact-info-descr"><span class="field-title">Company Position: </span>{$position}</div>{/if}
                                     </div>
                                 </div>
index 8f9e5f7..6342357 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MiGCSA
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MiGCSA
-Version: 1.0.15
+Version: 1.0.16
 */