From 8d93eee614084ec0ab15ffbd09ce5c3e9b1b3761 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Dec 2017 09:10:12 -0500 Subject: [PATCH] Remove some fields from edit even reg page. Removing these fields: "Multiple Attendees per Submission" "Maximum # of Attendees" --- views/admin/registrations/eventEdit.html | 50 ++++++++---------------- 1 file changed, 16 insertions(+), 34 deletions(-) diff --git a/views/admin/registrations/eventEdit.html b/views/admin/registrations/eventEdit.html index d4baf82..16f2bac 100644 --- a/views/admin/registrations/eventEdit.html +++ b/views/admin/registrations/eventEdit.html @@ -7,18 +7,15 @@ {if $regEventAdded}Registration Event Added{/if} - Return to Dashboard -

(Items in red are required)

- +
- - - + + + - + @@ -62,21 +59,6 @@ {if $regEvent.fieldFail.active}

{$regEvent.fieldFail.active}

{/if}
- - - - - - - - @@ -205,20 +187,20 @@
Event Name @@ -36,7 +33,7 @@ Notify E-Mail Address: -
You may enter up to 5 E-Mail addresses separated by commas. Administrative notifications will go out to all of those addresses. +
You may enter up to 5 E-Mail addresses separated by commas. Administrative notifications will go out to all of those addresses. {if $regEvent.fieldFail.notify_email}

{$regEvent.fieldFail.notify_email}

{/if}
Multiple Attendees per Submission: - - {if $regEvent.fieldFail.attendees}

{$regEvent.fieldFail.attendees}

{/if}
-
Maximum # of Attendees: - Set to 0 to permit an unlimited number of attendees for this event.
- - {if $regEvent.fieldFail.attendee_max}

{$regEvent.fieldFail.attendee_max}

{/if}
-
Maximum # of Attendees Per Submission: @@ -89,7 +71,7 @@ Attendees Hold Time (minutes): When an attendee is added to a registration request, the system will hold that attendee "slot" for this number of minutes - before releasing it for others to register. After the attendee slot is released, the slot will be requested again each + before releasing it for others to register. After the attendee slot is released, the slot will be requested again each time the selection, cart, or checkout pages are loaded. If there is a slot available at that time, it will again be held for this amount of time.
@@ -101,7 +83,7 @@
If the user has registrations entered but has not yet checked out, their "cart" will be maintained for this number of days. After that time, the card will be deleted. If a user has established a registrations account (entered registrations or - have been registered before, the user will be able log in and continue with the cart up to this number of days.
+ have been registered before, the user will be able log in and continue with the cart up to this number of days.
{if $regEvent.fieldFail.cart_hold_days}

{$regEvent.fieldFail.cart_hold_days}

{/if}
- - + +

- +
{include file='admin/footer.html'} -- 2.17.1