From: laury Date: Wed, 27 Dec 2017 18:57:56 +0000 (-0500) Subject: Added list of attendees, small changes in the cart summary X-Git-Tag: v1.0.0^2~136 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=4f58fae4887673ad67e1bced4a65230e033e64ba;p=WP-Plugins%2Fglm-member-db-registrations.git Added list of attendees, small changes in the cart summary --- diff --git a/css/front.css b/css/front.css index 23b8199..5e84bbe 100644 --- a/css/front.css +++ b/css/front.css @@ -329,10 +329,12 @@ } .glm-reg-level-registrant { /* width: 90%; */ + background-color: whitesmoke; + border: 1px solid lightgrey; + border-radius: 2px; font-size: 1rem; padding: .4rem; margin: .4rem; - background-color: lightgrey; max-width: auto; } .glm-reg-level-registrant span { @@ -438,6 +440,9 @@ body .glm-reg-proceed-to-checkout{ -webkit-column-count: 2;*/ } +.reg-class-accounts-title { + border-bottom: 1px solid lightgrey; +} /*}}} End Event Registration Page */ /*{{{ New Attendee Form */ @@ -452,8 +457,10 @@ body .glm-reg-proceed-to-checkout{ margin-bottom: 20px; } .new-reg .add-new-registrant-cancel{ - display: inline-block; + display: block; margin-left: 10px; + float: right; + width: 100px; } .new-reg, .reg-edit-form { padding: 10px; @@ -644,14 +651,24 @@ span.glm-error { } #regApp .reg-edit-form .update-registrant-button-container { float: left; + width: 100%; +} +#regApp .reg-edit-form .update-registrant-button-container .button { + padding: 10px 20px; + border-radius: 4px; + margin-bottom: 0; +} +.new-reg .button { + padding: 10px 20px; + border-radius: 4px; + margin-bottom: 0; } #regApp .reg-edit-form .update-registrant-button-container .update-registrant { float: left; - margin-bottom: 0; + background-color: #55b776; } #regApp .reg-edit-form .update-registrant-button-container .update-registrant-cancel { float: right; - padding: 10px; margin-left: 10px; } #accountHeader { @@ -1088,6 +1105,12 @@ span.glm-error { .glm-reg-cart-registrant { padding-left: 25px; } +.glm-reg-cart-registrant .glm-reg-label { + font-weight: bold; +} +.glm-reg-cart-registrant .glm-reg-data { + +} /* Checkout styles */ .glm-reg-checkout-field-label { diff --git a/views/front/registrations/cartSummary.html b/views/front/registrations/cartSummary.html index 2aa4682..d8aaa44 100644 --- a/views/front/registrations/cartSummary.html +++ b/views/front/registrations/cartSummary.html @@ -39,17 +39,17 @@ {/if} {foreach $rate.registrants as $registrant}
-
- {$registrant.fname} {$registrant.lname} +
+ {$terms.reg_term_attendee_cap}: {$registrant.fname} {$registrant.lname}
-
- Date & Time: +
+ Date & Time:
{$registrant.timeReformatted}
- Registrant Charge: + {$terms.reg_term_attendee_cap} Charge:
{if $registrant.registrantRate > 0} @@ -81,7 +81,7 @@ {if $registrant.registrantDiscounts > 0}
- Registrant Discount + {$terms.reg_term_attendee_cap} Discount
-${$registrant.registrantDiscounts|number_format:2} @@ -103,7 +103,7 @@ {/if}
- Registrants this event: {$event.eventRegistrants} + {$terms.reg_term_attendee_plur_cap} this event: {$event.eventRegistrants}
${$event.eventCharges|number_format:2} @@ -113,7 +113,7 @@ {/foreach} {* events *}
- Registration Request Totals + {$terms.reg_term_registration_cap} Request Totals
{if $cart.totalDiscounts > 0} @@ -128,7 +128,7 @@ {/if}
- Total registrants: {$cart.totalRegistrants} + Total {$terms.reg_term_attendee}: {$cart.totalRegistrants}
${$cart.totalCharges|number_format:2} diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index 2101d26..0348026 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -179,7 +179,9 @@ <%= start_datetime.datetime %> <% } %> -
+
+ List of attendees +
{/literal} {* Template for registrant add form *}{literal} @@ -316,7 +318,7 @@ {/if}{literal}
<% } %>