var accountContainer = this.$('.reg-class-accounts');
accountContainer.append(view);
if ( app.timeSpecific ) {
- // this.setCalendar();
+ // Need to require that the user select the time before entering attendees.
}
if ( loginAccount === '' ) {
this.$('.glm-add-account').hide();
}
}
},
+
addNew: function(){
var findByEmail = [];
var fname = this.$('.add_reg_fname').val().trim();
var accountContainer = this.$('.reg-class-accounts');
accountContainer.append(view);
if ( app.timeSpecific ) {
- // this.setCalendar();
+ // Need to require that the user select the time before entering attendees.
}
if ( loginAccount === '' ) {
this.$('.glm-add-account').hide();
}
}
},
+
addNew: function(){
var findByEmail = [];
var fname = this.$('.add_reg_fname').val().trim();
<div class="glm-columns glm-small-12 glm-large-12"> Base Rate: $<%= reg_rate_base_price %> </div>
<div class="glm-columns glm-small-12 glm-large-12"> Per Registrant: $<%= reg_rate_per_reg %> </div>
<div class="glm-columns glm-small-12 glm-large-12">
+ <b>Select a time</b>
<% _.each( this.getTimeArray(), function(time){ %>
<label>
<input class="timeSelection" type="radio" name="timeOption" value="<%= time.id %>" /> <%= time.date.toLocaleTimeString('en-US', {hour: '2-digit', minute: '2-digit'}) %>