From: Steve Sutton Date: Tue, 10 Jan 2017 19:39:17 +0000 (-0500) Subject: Update edit page Date Verbiage X-Git-Tag: v1.2.5^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=392e92238d796551258ae535f29415ffa8873711;p=WP-Plugins%2Fglm-member-db-packaging.git Update edit page Date Verbiage Updating the text for the date fields on the edit page. --- diff --git a/index.php b/index.php index c80c8f1..b368545 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * Plugin Name: GLM Members Database Packaging * Plugin URI: http://www.gaslightmedia.com/ * Description: Gaslight Media Members Database. - * Version: 1.2.4 + * Version: 1.2.5 * Author: Gaslight Media * Author URI: http://www.gaslightmedia.com/ * License: GPL2 @@ -19,7 +19,7 @@ * @package glmMembersDatabasePackagingAddOn * @author Chuck Scott * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.2.4 + * @version 1.2.5 */ /* @@ -37,7 +37,7 @@ * so that we're sure the other add-ons see an up to date * version from this plugin. */ -define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.4'); +define('GLM_MEMBERS_PACKAGING_PLUGIN_VERSION', '1.2.5'); define('GLM_MEMBERS_PACKAGING_PLUGIN_DB_VERSION', '1.1.5'); // This is the minimum version of the GLM Members DB plugin require for this plugin. diff --git a/views/admin/member/packaging.html b/views/admin/member/packaging.html index d2ceea1..3bf4333 100644 --- a/views/admin/member/packaging.html +++ b/views/admin/member/packaging.html @@ -2,19 +2,19 @@ {if $packageDeleted}

Package Deleted:

-{/if} -{if $packageUpdated}

Package Updated

{/if} +{/if} +{if $packageUpdated}

Package Updated

{/if} {if $option == 'edit' || $option == 'add'} {if apply_filters('glm_members_permit_admin_member_packaging_edit_package', true)} {if $packageError}

Error submitting package, see below...

{/if} - + {if $option == 'edit'}

Edit Package

Delete this Package - +

Cancel

@@ -23,7 +23,7 @@

WARNING:

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

@@ -36,7 +36,7 @@

Add new Package

{/if} Return to Package List - +
@@ -48,7 +48,7 @@ {else} {/if} - + @@ -57,23 +57,23 @@ {if $packageInfo.fieldFail.title}

{$packageInfo.fieldFail.title}

{/if} - {if isset($packageInfo.fieldData.package_slug)} + {if isset($packageInfo.fieldData.package_slug)} - {/if} + {/if} - + - + + - + - + + - +
Title:
Name for URLs:{$packageInfo.fieldData.package_slug}

Active:
Offsite Package Page URL: {if $packageInfo.fieldFail.offsite_url}

{$packageInfo.fieldFail.offsite_url}

{/if}
Short Description: @@ -84,7 +84,7 @@
Description: - {php} + {php} wp_editor('{$packageInfo.fieldData.descr|escape:quotes}', 'glm_descr', array( 'media_buttons' => false, // 'quicktags' => false, @@ -120,22 +120,25 @@ {if $packageInfo.fieldFail.image}

{$packageInfo.fieldFail.image}

{/if}

The dates the Offer will appear on the website

Start Date:Start Date: The date the deal starts {if $packageInfo.fieldFail.start_date}

{$packageInfo.fieldFail.start_date}

{/if}
End Date:End Date: The date the deal ends {if $packageInfo.fieldFail.end_date}

{$packageInfo.fieldFail.end_date}

{/if}

The last date the Offer is valid

Expire Date: + Date Offer Expires:
The date the deal ends; This will display
on the front end as "Expires"
{if $packageInfo.fieldFail.expire_date}

{$packageInfo.fieldFail.expire_date}

{/if} @@ -157,7 +160,7 @@
-
+ {else} @@ -175,16 +178,16 @@ Display Order:{$packageInfo.fieldData.position} - {/if} + {/if} {else} - + {if apply_filters('glm_members_permit_admin_member_packaging_add_package', true)}
 Add a New Package for this {$terms.term_member_cap} 
{/if} - +

{$terms.term_member_cap} Packages

- + @@ -221,15 +224,15 @@ - + {include file='admin/footer.html'} diff --git a/views/admin/members/packaging.html b/views/admin/members/packaging.html index eaa0021..35c143d 100644 --- a/views/admin/members/packaging.html +++ b/views/admin/members/packaging.html @@ -2,16 +2,16 @@ {if $packageUpdated}

Package Updated

{/if} {if $packageError}

Error submitting package, see below...

{/if} - + {if $option == 'edit' || $option == 'add'} - + {if apply_filters('glm_members_permit_admin_members_packaging_edit_package', true)} - + {if $option == 'edit'}

Edit Multi-{$terms.term_member_cap} Package

Delete this Package - +

Cancel

@@ -20,7 +20,7 @@

WARNING:

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

@@ -33,8 +33,8 @@

Add new Multi-{$terms.term_member_cap} Package

{/if} Return to Package List - - + +
@@ -45,7 +45,7 @@ {else} {/if} - +
@@ -63,7 +63,7 @@ + + - + - + - + - +
Title:
Description: - {php} + {php} wp_editor('{$packageInfo.fieldData.descr|escape:quotes}', 'glm_descr', array( 'media_buttons' => false, // 'quicktags' => false, @@ -106,6 +106,7 @@ {if $packageInfo.fieldFail.image}

{$packageInfo.fieldFail.image}

{/if}

The dates the Offer will appear on the website

Start Date: @@ -120,8 +121,10 @@ {if $packageInfo.fieldFail.end_date}

{$packageInfo.fieldFail.end_date}

{/if}

The last date the Offer is valid

Expire Date: + Date Offer Expires:
The date the deal ends; This will display
on the front end as "Expires"
{if $packageInfo.fieldFail.expire_date}

{$packageInfo.fieldFail.expire_date}

{/if} @@ -141,20 +144,20 @@ {if $packageInfo.fieldFail.position}

{$packageInfo.fieldFail.position}

{/if}
Participating Members - - + + Search to add a {$terms.term_member}:
- - - - +
  • @@ -173,7 +176,7 @@
      - {if $havePackageMembers} + {if $havePackageMembers} {foreach $packageMembers as $i}
    • @@ -187,7 +190,7 @@
  • Description:
    Short Description:
    Image:
    @@ -199,14 +202,14 @@
    - - + + - + {else} - + @@ -220,26 +223,26 @@
    Title:{$packageInfo.fieldData.title}
    Name for URLs:{$packageInfo.fieldData.package_slug}
    Pricing Description:{$packageInfo.fieldData.pricing}
    Display Order:{$packageInfo.fieldData.position}
    - + {/if} {else} - + {if apply_filters('glm_members_permit_admin_members_packaging_add_package', true)}
      Add a Multi-{$terms.term_member_cap} Package
    {/if} - - + +
    - List Filters:   + List Filters:   All   {$terms.term_member_cap}   Multi-{$terms.term_member_cap}   Search:   
    - - + +

    Packages

    @@ -287,16 +290,16 @@ - + {include file='admin/footer.html'} diff --git a/views/admin/packaging/index.html b/views/admin/packaging/index.html index 56b471a..b826c47 100644 --- a/views/admin/packaging/index.html +++ b/views/admin/packaging/index.html @@ -119,22 +119,25 @@ {if $packageInfo.fieldFail.image}

    {$packageInfo.fieldFail.image}

    {/if} + - + + - + - +

    The dates the Offer will appear on the website

    Start Date:Start Date: The date the deal starts {if $packageInfo.fieldFail.start_date}

    {$packageInfo.fieldFail.start_date}

    {/if}

    The last date the Offer is valid

    End Date:End Date: The date the deal ends {if $packageInfo.fieldFail.end_date}

    {$packageInfo.fieldFail.end_date}

    {/if}
    Expire Date: + Date Offer Expires:
    The date the deal ends; This will display
    on the front end as "Expires"
    {if $packageInfo.fieldFail.expire_date}

    {$packageInfo.fieldFail.expire_date}

    {/if}