From f55a08adafd8d2b9ce8da737f6d30e1232967425 Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 1 Mar 2016 11:37:39 -0500 Subject: [PATCH] Cleaned up incompatible template references to URL/Url. --- views/admin/member/contacts.html | 18 +++++++++--------- views/admin/members/contacts.html | 6 +++--- views/admin/profile/header.html | 4 ++-- views/admin/profile/index.html | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/views/admin/member/contacts.html b/views/admin/member/contacts.html index dbd58e9..4de1f63 100644 --- a/views/admin/member/contacts.html +++ b/views/admin/member/contacts.html @@ -15,7 +15,7 @@ {if $option == 'list'} {if apply_filters('glm_members_permit_admin_member_contacts_add_contact', true)} - Add New Member Contact + Add New Member Contact {/if}
List Filters:   @@ -44,7 +44,7 @@ {if apply_filters('glm_members_permit_admin_member_contacts_view_contact', true)} - {$c.lname}, {$c.fname} + {$c.lname}, {$c.fname} {else} {$c.lname}, {$c.fname} {/if} @@ -108,7 +108,7 @@ {if $option == 'create' || $option == 'edit'} - Return to Contact List + Return to Contact List {if $option == 'create'}

Add New Contact

@@ -141,7 +141,7 @@ {/if} - + {if $option == 'create'} @@ -310,12 +310,12 @@ {if $contactInfo.fieldData.image}
- + Close
- + @@ -547,7 +547,7 @@ filter += '&filterText=' + encodeURIComponent(filterText).replace(/%20/g,'+'); } - window.location.href = "{$thisURL}?page={$thisPage}&glm_action=contacts&member={$memberID}" + filter; + window.location.href = "{$thisUrl}?page={$thisPage}&glm_action=contacts&member={$memberID}" + filter; return false; }); @@ -654,7 +654,7 @@ $("#deleteContactDialog").dialog("close"); }); $('#deleteContactSubmit').click( function() { - window.location.replace("{$thisURL}?page={$thisPage}&glm_action=contacts&member={$memberID}&option=delete&contact={$contactID}"); + window.location.replace("{$thisUrl}?page={$thisPage}&glm_action=contacts&member={$memberID}&option=delete&contact={$contactID}"); }); // Flash certain elements for a short time after display diff --git a/views/admin/members/contacts.html b/views/admin/members/contacts.html index ae8d06c..c405bf1 100644 --- a/views/admin/members/contacts.html +++ b/views/admin/members/contacts.html @@ -25,14 +25,14 @@ {if $haveContacts} {foreach $contacts as $c} - + @@ -63,7 +63,7 @@ filter += '&filterText=' + encodeURIComponent(filterText).replace(/%20/g,'+'); } - window.location.href = "{$thisURL}?page={$thisPage}&glm_action=contacts" + filter; + window.location.href = "{$thisUrl}?page={$thisPage}&glm_action=contacts" + filter; return false; }); diff --git a/views/admin/profile/header.html b/views/admin/profile/header.html index 1186e17..7717c57 100644 --- a/views/admin/profile/header.html +++ b/views/admin/profile/header.html @@ -1,9 +1,9 @@

Your Contact and Log-in Profile

diff --git a/views/admin/profile/index.html b/views/admin/profile/index.html index bee564f..17cba20 100644 --- a/views/admin/profile/index.html +++ b/views/admin/profile/index.html @@ -9,7 +9,7 @@

{if $contactUpdated}

Contact Updated

{/if} - + @@ -102,7 +102,7 @@
Delete Image
{$contactInfo.fieldData.image}
@@ -495,7 +495,7 @@
Image: {if $contactInfo.fieldData.image} - + {/if}
{$c.lname}, {$c.fname}{$c.lname}, {$c.fname} {$c.active.name} {$c.contact_type.name} {$c.access.name} {$c.contact_role_short.name} {$c.ref_type.name}: - {$c.ref_dest_name} + {$c.ref_dest_name} {$c.org} {$c.city.name}, {$c.state.name}
- +
@@ -113,7 +113,7 @@ {/if}
New image:
-
+
{if $contactInfo.fieldFail.image}

{$contactInfo.fieldFail.image}

{/if} @@ -271,7 +271,7 @@ Image: {if $contactInfo.fieldData.image} - + {/if} -- 2.17.1