From: Anthony Talarico Date: Fri, 29 Dec 2017 15:34:37 +0000 (-0500) Subject: changing text in the reg events setting admin page X-Git-Tag: v1.0.0^2~120 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ef23e4b47acf73ade983ada13acf7fff5306f596;p=WP-Plugins%2Fglm-member-db-registrations.git changing text in the reg events setting admin page changing account. terms and payment options text for the reg event admin settings page --- diff --git a/views/admin/registrations/eventEdit.html b/views/admin/registrations/eventEdit.html index f17366a..ef1e271 100644 --- a/views/admin/registrations/eventEdit.html +++ b/views/admin/registrations/eventEdit.html @@ -40,14 +40,15 @@ Registrations Active: - This permits users to register for events on the front-end + Permits users to register for events on the front-end {if $regEvent.fieldFail.active}

{$regEvent.fieldFail.active}

{/if}
Admin Active: - + Permits admin to enter registrations for this event event when +"Registrations Active" is not set {if $regEvent.fieldFail.admin_active}

{$regEvent.fieldFail.admin_active}

{/if}
@@ -91,16 +92,16 @@ - Account Options: + Registrations By: {foreach from=$regEvent.fieldData.registration_account_options.bitmap item=v} - {$v.name}
+ {$v.name}
{/foreach} {if $regEvent.fieldFail.registration_account_options}

{$regEvent.fieldFail.registration_account_options}

{/if}
- Payment Methods: + User Payment Methods: Checking a payment method makes it available for use by regular users at checkout.
{foreach from=$regEvent.fieldData.payment_methods.bitmap item=v} @@ -110,10 +111,9 @@ - Restricted Payment Methods: + Admin Payment Methods: - Restricted payment methods are those only available to logged in administrative users. For example, selecting "No Charge" here - will allow administrative users to check out without having to provide any payment information.
+ Payment methods available to Administrative users.
{foreach from=$regEvent.fieldData.restricted_payment_methods.bitmap item=v} {$v.name}
{/foreach} @@ -121,8 +121,9 @@ - Description (optional): + Registration Description: + This will be displayed in addition to any description text from the event {php} wp_editor('{$regEvent.fieldData.descr|escape:quotes}', 'glm_descr', array( 'media_buttons' => false, @@ -137,8 +138,9 @@ - Terms and Conditions for Registration: + Terms and Conditions
for Registration: + the user will be required to acknowledge this at checkout. {php} wp_editor('{$regEvent.fieldData.terms|escape:quotes}', 'glm_terms', array( 'media_buttons' => false,