From ef23e4b47acf73ade983ada13acf7fff5306f596 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 29 Dec 2017 10:34:37 -0500 Subject: [PATCH] changing text in the reg events setting admin page changing account. terms and payment options text for the reg event admin settings page --- views/admin/registrations/eventEdit.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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, -- 2.17.1