From: Chuck Scott Date: Fri, 12 Jan 2018 19:22:40 +0000 (-0500) Subject: Cleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout. X-Git-Tag: v1.0.0^2~58 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=7c03ea0452176d375ad6a34c0431c35368009462;p=WP-Plugins%2Fglm-member-db-registrations.git Cleaned up "Settings" -> "Registrations" -> "Misc Settings" page text and layout. --- diff --git a/css/admin.css b/css/admin.css index 231e0bb..05e7751 100644 --- a/css/admin.css +++ b/css/admin.css @@ -211,6 +211,24 @@ label.registrant-label { .glm-reg-event-profile { margin-bottom: 25px; } +.glm-reg-message-section { + padding: 2rem 0 1rem 0; +} +.glm-reg-message-title { + padding: 0 0 1rem 0; +} +.glm-reg-message-prompt { + text-align: right !important; + padding-top: 3rem; +} +.glm-reg-message-prompt-email-text { + text-align: right !important; + padding-top: 3rem; +} +.glm-reg-message-body { + position: relative; + top: -2.5rem; +} /*}}} End New Register Account */ diff --git a/views/admin/settings/registrationsMisc.html b/views/admin/settings/registrationsMisc.html index c48fce7..03b71ff 100644 --- a/views/admin/settings/registrationsMisc.html +++ b/views/admin/settings/registrationsMisc.html @@ -5,6 +5,10 @@ Misc. Settings + +
@@ -20,8 +24,26 @@ + + + + + + - + - + - + - + + + - - - - - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - +
 

General

Global Terms & Conditions: + {php} + wp_editor('{$regMisc.fieldData.reg_terms|escape:quotes}', 'glm_reg_reg_terms', array( + 'media_buttons' => false, + // 'quicktags' => false, + // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. + 'textarea_name' => 'reg_terms', + 'editor_height' => 200, // Height in px, overrides editor_rows + // 'textarea_rows' => 8 + )); + {/php} + {if $regMisc.fieldFail.reg_terms}

{$regMisc.fieldFail.reg_terms}

{/if} +
 

Page Top Text

{$terms.reg_term_registrations_name} Bulletin:List & Registration Pages : {php} wp_editor('{$regMisc.fieldData.reg_bulletin|escape:quotes}', 'glm_reg_bulletin', array( @@ -37,7 +59,7 @@
{$terms.reg_term_registration_cap} Cart Page Text:Cart Page: {php} wp_editor('{$regMisc.fieldData.cart_page_text|escape:quotes}', 'glm_reg_cart_page_text', array( @@ -53,7 +75,7 @@
{$terms.reg_term_registration_cap} Checkout Page Text:Checkout Page: {php} wp_editor('{$regMisc.fieldData.checkout_page_text|escape:quotes}', 'glm_reg_checkout_page_text', array( @@ -69,7 +91,7 @@
{$terms.reg_term_registration_cap} Summary Page Text:Summary Page: {php} wp_editor('{$regMisc.fieldData.summary_page_text|escape:quotes}', 'glm_reg_summary_page_text', array( @@ -84,32 +106,18 @@ {if $regMisc.fieldFail.summary_page_text}

{$regMisc.fieldFail.summary_page_text}

{/if}
 

E-Mail Notifications

 

Notification to Site Owner

{$terms.reg_term_registration_cap} Terms & Conditions: - {php} - wp_editor('{$regMisc.fieldData.reg_terms|escape:quotes}', 'glm_reg_reg_terms', array( - 'media_buttons' => false, - // 'quicktags' => false, - // 'wpautop' => false, NOTE: Dont's use. Problem when numerous spaces before text. - 'textarea_name' => 'reg_terms', - 'editor_height' => 200, // Height in px, overrides editor_rows - // 'textarea_rows' => 8 - )); - {/php} - {if $regMisc.fieldFail.reg_terms}

{$regMisc.fieldFail.reg_terms}

{/if} -
Subject of notification E-Mail to site owner:Subject: - + {if $regMisc.fieldFail.notify_subject}

{$regMisc.fieldFail.notify_subject}

{/if}
Notification E-Mail text for site owner: + E-Mail Text {php} wp_editor('{$regMisc.fieldData.notify_text|escape:quotes}', 'glm_reg_notify_text', array( 'media_buttons' => false, @@ -123,16 +131,17 @@ {if $regMisc.fieldFail.notify_text}

{$regMisc.fieldFail.notify_text}

{/if}
 

Notification to Event Contacts

Subject of notification E-Mail to contacts listed in Event:Subject: - + {if $regMisc.fieldFail.instr_notify_subject}

{$regMisc.fieldFail.instr_notify_subject}

{/if}
Notification E-Mail text for contact listed in Event: + E-Mail Text {php} wp_editor('{$regMisc.fieldData.instr_notify_text|escape:quotes}', 'glm_reg_instr_notify_text', array( 'media_buttons' => false, @@ -146,16 +155,17 @@ {if $regMisc.fieldFail.instr_notify_text}

{$regMisc.fieldFail.instr_notify_text}

{/if}
 

Notification to Person Submitting the Registrations

Subject of notification E-Mail to person
submitting the {$terms.reg_term_registration_plur}:
Subject: - + {if $regMisc.fieldFail.submission_notify_subject}

{$regMisc.fieldFail.submission_notify_subject}

{/if}
Text of E-Mail to person
submitting the {$terms.reg_term_registration_plur}:
+ E-Mail Text {php} wp_editor('{$regMisc.fieldData.submission_notify_text|escape:quotes}', 'glm_reg_submission_notify_text', array( 'media_buttons' => false, @@ -169,16 +179,17 @@ {if $regMisc.fieldFail.submission_notify_text}

{$regMisc.fieldFail.submission_notify_text}

{/if}
 

Notification to {$terms.reg_term_attendee_plur}

Subject of notification E-Mail to {$terms.reg_term_attendee_plur}:Subject: - + {if $regMisc.fieldFail.registrant_notify_subject}

{$regMisc.fieldFail.registrant_notify_subject}

{/if}
Text of E-Mail to {$terms.reg_term_attendee_plur}: + E-Mail Text {php} wp_editor('{$regMisc.fieldData.registrant_notify_text|escape:quotes}', 'glm_reg_registrant_notify_text', array( 'media_buttons' => false, @@ -192,16 +203,17 @@ {if $regMisc.fieldFail.registrant_notify_text}

{$regMisc.fieldFail.registrant_notify_text}

{/if}
 

Acknowledgement to Person Submitting the Registrations (for payment types that are processed manually)

Subject of acknowledgement E-Mail
to person submitting the {$terms.reg_term_registration_plur}:
Subject: - + {if $regMisc.fieldFail.submission_ack_subject}

{$regMisc.fieldFail.submission_ack_subject}

{/if}
Text of acknowledgement E-Mail to
person submitting the {$terms.reg_term_registration_plur}:
+ E-Mail Text {php} wp_editor('{$regMisc.fieldData.submission_ack_text|escape:quotes}', 'glm_reg_submission_ack_text', array( 'media_buttons' => false, @@ -215,16 +227,17 @@ {if $regMisc.fieldFail.submission_ack_text}

{$regMisc.fieldFail.submission_ack_text}

{/if}
 

Acknowledgement to Attendees (for payment types that are processed manually)

Subject of acknowledgement E-Mail to {$terms.reg_term_attendee}:Subject: - + {if $regMisc.fieldFail.registrant_ack_subject}

{$regMisc.fieldFail.registrant_ack_subject}

{/if}
Text of acknowledgement E-Mail to {$terms.reg_term_attendee_plur}: + E-Mail Text {php} wp_editor('{$regMisc.fieldData.registrant_ack_text|escape:quotes}', 'glm_reg_registrant_ack_text', array( 'media_buttons' => false,