removing earliestDate, adding position relative to the reg event profiles details
.glm-reg-contact-email{
word-wrap: break-word;
}
+.glm-reg-event-profile-details{
+ position: relative;
+}
.glm-reg-event-profile-details:not(.glm-reg-contact-details){
margin-bottom: 15px;
}
var regEvent = '';
jQuery(function($){
- regEvent = new app.Models.Admin.RegEvent;
- earliestDate = '{$earliestDate}';
+ regEvent = new app.Models.Admin.RegEvent;
regEvent.setClasses({$regClassesJSON});
// regEvent.setTimes({$regTimesJSON});
regEvent.set( {$regEventJSON} );
<% if ( app.timeSpecific ) { %>
<b><%= start_datetime.datetime %></b>
<% } %>
- <button class="glm-add-new-account">Add New {/literal}{$terms.reg_term_attendee_cap}{literal}</button>
+
+ <button class="glm-add-new-account button">Add New {/literal}{$terms.reg_term_attendee_cap}{literal}</button>
<div class="glm-time-full" style="display:none;">There is no more availability for this time.</div>
+
<div class="reg-class-accounts">
<span class="reg-class-accounts-title">List of {/literal}{$terms.reg_term_attendee_plur}{literal}</span>
</div>