From: Laury GvR Date: Wed, 20 Sep 2017 20:50:13 +0000 (-0400) Subject: Changing the field title 'Image' to 'Profile Image' X-Git-Tag: v1.1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=06be464d6cf1641463561f4f914e5c668e81e76d;p=WP-Plugins%2Fglm-member-db-contacts.git Changing the field title 'Image' to 'Profile Image' --- diff --git a/views/admin/contacts/edit.html b/views/admin/contacts/edit.html index 3d4698c..8cffdd1 100644 --- a/views/admin/contacts/edit.html +++ b/views/admin/contacts/edit.html @@ -14,18 +14,18 @@
  • Other roles were assigned to the associated system user so that system user has not been removed.
  • {/if} -{/if} +{/if} - {if $newContactEmailExists} + {if $newContactEmailExists}

    NOTE: The Email address for this contact is already in use. Please check if they already are a contact in this system.

    {/if} - {if $newContactUsernameExists} + {if $newContactUsernameExists}

    NOTE: The Login Username for this contact is already in use. Please check if they already are a contact in this system.

    {/if} {if $misMatchedWpUsers} -

    NOTE: There is already a WordPress user with the requested Email address and a different user with the requested Login Username. Please select a different Login Username.

    +

    NOTE: There is already a WordPress user with the requested Email address and a different user with the requested Login Username. Please select a different Login Username.

    {/if} - + {if $option == 'edit' && !$contactID} @@ -33,18 +33,18 @@

    ERROR: Specified contact not found!

    {elseif $misMatchedWpUsers} - +

    - NOTE: - The Email address for this contact is already in use by an existing system user but the username is in use by a different - system user. As such we are unable to match this request to a specific existing system user. We suggest you determine what + NOTE: + The Email address for this contact is already in use by an existing system user but the username is in use by a different + system user. As such we are unable to match this request to a specific existing system user. We suggest you determine what the "Username" is for the existing Wordpress user with the Email address you requested. Please call for assistance if needed. -

    - + + {elseif $newContactCreated} - -

    New Contact Created: {$contactInfo.fieldData.fname} {$contactInfo.fieldData.lname} - {$contactInfo.fieldData.email}

    - {if $usernameChangedToWP || $usingExistingWPContact} + +

    New Contact Created: {$contactInfo.fieldData.fname} {$contactInfo.fieldData.lname} - {$contactInfo.fieldData.email}

    + {if $usernameChangedToWP || $usingExistingWPContact}

    NOTE:

    {/if} @@ -66,15 +66,15 @@ {if apply_filters('glm_members_permit_admin_member_contacts_edit_contact', true)} {if $option == 'create' || $option == 'edit'} - + {if $fromMemberMenu} Return to Contact List {else} Return to Contact List {/if} - + {if $option == 'create'} -

    Add New Contact

    +

    Add New Contact

    {else} {if $contactUpdated}

    Contact Updated

    {/if} Delete this Contact @@ -86,7 +86,7 @@

    WARNING:

    - Clicking the "Delete this Contact" button above will + Clicking the "Delete this Contact" button above will delete all of the data and images associated with this contact.

    @@ -96,13 +96,13 @@

    This contact may instead be "Archived" rather than deleted using the "Contact Display:" pick-list. When archived, the contact is not displayed on the front-end - of the Web site, any login assoicated with this contact is deactivated, and the contact will not show on contact lists unless "Archived" is selected. + of the Web site, any login assoicated with this contact is deactivated, and the contact will not show on contact lists unless "Archived" is selected. Unlike delete, an archived contact may be changed back to normal use.

    {/if} - - + + {if $fromMemberMenu}
    @@ -124,7 +124,7 @@ {/if} - + {if $haveMember} @@ -153,7 +153,7 @@ - + @@ -222,7 +222,7 @@ - {if $option == 'create'} + {if $option == 'create'} - - {if $option == 'create'} + + {if $option == 'create'} - +
    Primary Contact: - {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)} + {if apply_filters('glm_members_permit_admin_member_contacts_set_as_primary', true)} (Only one contact at a time may be the primary contact. If there is another primary contact, it will be deselected.) {else} {$contactInfo.fieldData.primary_contact.name} @@ -164,7 +164,7 @@
    Created: {$contactInfo.fieldData.create_time.datetime}
    Last Updated: {$contactInfo.fieldData.modify_time.datetime}
    Email Address: @@ -235,8 +235,8 @@ {/if}
    Login Username: @@ -253,12 +253,12 @@ {if $option == 'create'} - Save this password. + Save this password.
    A randomly generated password has been supplied. You may change this as desired. There is no way to view a password once it's set. However, a user may recover a password using their Email address at the login page. {else} -
    NOTE: Enter a password here only if you need to change it. +
    NOTE: Enter a password here only if you need to change it. {/if}
    The password must be at least 8 characters and include at least one number, one letter, and at least one special character. (# . - _ , $ % & !) @@ -303,7 +303,7 @@
    Image:Profile Image: {if $contactInfo.fieldData.image}
    @@ -312,13 +312,13 @@
    - + - +
    Delete Image
    {$contactInfo.fieldData.image}

    Show Large Image

    {/if} @@ -469,21 +469,21 @@ - {/if} + {/if} {/foreach}    Select a member to add.
    {if $contactMembers} {foreach $contactMembers as $m} -
    - {$m.name} - {if $m.id != $memberID} +
    + {$m.name} + {if $m.id != $memberID} X {else} (Primary {$terms.term_member_cap}) {/if} -
    +
    {/foreach} {/if}
    @@ -491,9 +491,9 @@ {if $contactMembers} {foreach $contactMembers as $m} -
    - {$m.name} -
    +
    + {$m.name} +
    {/foreach} {/if} {/if} @@ -521,8 +521,8 @@

    * Required

    -
    - + + {/if} {else} @@ -530,7 +530,7 @@ - + @@ -545,7 +545,7 @@ @@ -576,25 +576,25 @@ diff --git a/views/admin/profile/index.html b/views/admin/profile/index.html index ca3785b..fa830d6 100644 --- a/views/admin/profile/index.html +++ b/views/admin/profile/index.html @@ -1,13 +1,13 @@ {include file="$glmWordpresBasePluginPath/glm-member-db-contacts/views/admin/profile/header.html"} - + {if apply_filters('glm_members_permit_admin_profile_index_edit_profile', true)}

    Why are there items below that I can't edit?
    - Some of the information below, such as your Username and Email address, are used by the system to identify your profile and may not be altered after the contact profile has been created. + Some of the information below, such as your Username and Email address, are used by the system to identify your profile and may not be altered after the contact profile has been created. There are also certain items that relate to permissions you have to access and change other data.

    - + {if $contactUpdated}

    Contact Updated

    {/if} @@ -15,7 +15,7 @@ - +
    Contact For:{$contactInfo.fieldData.ref_type.name} - {$memberData.name}
    Active:{$contactInfo.fieldData.active.name}
    Created:{$contactInfo.fieldData.create_time.datetime}
    Created:{$contactInfo.fieldData.create_time.datetime}
    Last Updated:{$contactInfo.fieldData.modify_time.datetime}
    First Name:{$contactInfo.fieldData.fname}
    Last Name:{$contactInfo.fieldData.lname}
    {if $contactInfo.fieldData.image} - {/if} + {/if}
    Address Line 1:{$contactInfo.fieldData.addr1}
    @@ -25,7 +25,7 @@ - + @@ -53,7 +53,7 @@ @@ -95,7 +95,7 @@ - +
    Contact For:
    Created: {$contactInfo.fieldData.create_time.datetime}
    Last Updated: {$contactInfo.fieldData.modify_time.datetime}Login password: -
    Your existing password is not displayed. If you would like to change your password, enter it above. +
    Your existing password is not displayed. If you would like to change your password, enter it above. {if $contactInfo.fieldFail.password}

    {$contactInfo.fieldFail.password}

    {/if}
    image:Profile Image: {if $contactInfo.fieldData.image} @@ -246,27 +246,27 @@ - - + +
    {if $contactMembers} {foreach $contactMembers as $m} -
    - {$m.name} -
    +
    + {$m.name} +
    {/foreach} {/if}

    * Required

    - + {else} - +

    You do not have permission to edit your profile.

    - + @@ -286,7 +286,7 @@ @@ -309,17 +309,17 @@
    Contact For:{$contactInfo.fieldData.ref_type.name} - {$contactInfo.fieldData.ref_dest_name}
    Active:{$contactInfo.fieldData.active.name}
    Created:{$contactInfo.fieldData.create_time.datetime}
    Created:{$contactInfo.fieldData.create_time.datetime}
    Last Updated:{$contactInfo.fieldData.modify_time.datetime}
    First Name:{$contactInfo.fieldData.fname}
    Last Name:{$contactInfo.fieldData.lname}
    {if $contactInfo.fieldData.image} - {/if} + {/if}
    Address Line 1:{$contactInfo.fieldData.addr1}
    Alternate Phone #:{$contactInfo.fieldData.alt_phone}
    FAX #:{$contactInfo.fieldData.fax}
    - + {/if}