}
.glm-reg-event-profile-details-container{
padding: 0 0 0 50px;
-
+
}
.glm-reg-class-container{
-
+
}
.glm-reg-row {
clear: both;
height: auto;
float: left;
}
-.glm-reg-header-row.glm-cart-summary-event-name-row a {
+.glm-reg-header-row.glm-cart-summary-event-name-row a {
color: white;
}
.glm-reg-header-row .glm-cart-summary-event-name {
font-size: 16px !important;
}
.reg-class-detail {
- display: none;
+ display: none;
padding: 5px 10px;
}
.toggle-class-open {
/* -moz-column-count: 2;
column-count: 2;
-webkit-column-count: 2;*/
-
+
}
/*}}} End Event Registration Page */
/* Reg detail styles */
#regApp {
-
+
}
#regApp .reg-edit-form {
float: left;
float: left;
margin-bottom: 0;
}
-#regApp .reg-edit-form .update-registrant-button-container .update-registrant.cancel {
+#regApp .reg-edit-form .update-registrant-button-container .update-registrant-cancel {
float: right;
padding: 10px;
+ margin-left: 10px;
}
#accountHeader .glm-reg-header-btn{
font-size: 16px;
.glm-reg-image-container {
text-align: left;
}
-
+
#accountHeader #glm-header-reg-widget {
width: 100%;
}
.glm-reg-classes {
/* padding: 0;*/
}
-
+
#glm-reg-event-name {
padding: 0;
line-height: 1.2;
float: left;
width: 450px;
}
-
+
.reg-class-time {
padding: 5px 5px 15px;
width: 100%;
float: left;
-
+
/* -moz-column-count: 2;
column-count: 2;
-webkit-column-count: 2;*/
-
+
}
-
+
}
/* PROGRESS BAR */
.progress-container {
/* width: 600px;*/
- margin: 35px auto;
+ margin: 35px auto;
}
.progressbar {
counter-reset: step;
/* Cart Styles */
#glm-cart-checkout-button {
-
+
}
.button.glm-reg-button {
font-size: 16px;
background-color: white;
height: 30px;
overflow: hidden;
-
+
}
.glm-reg-progress-bar-section {
height: 30px;
// Validate the model
// Have to require reg_time if app.timeSpecific is true
// Get the form values and update the model.
- this.model.set({
+ this.model.save({
option: 'update',
id: this.model.get('id'),
reg_request: this.model.get('reg_request'),
country: country,
reg_time: this.model.get('reg_time'),
customFields: customFieldData,
- });
- this.model.save();
+ }, {wait: true});
+ // this.model.save();
if ( this.model.validationError ) {
// console.log( this.model.validationError );
}
// Validate the model
// Have to require reg_time if app.timeSpecific is true
// Get the form values and update the model.
- this.model.set({
+ this.model.save({
option: 'update',
id: this.model.get('id'),
reg_request: this.model.get('reg_request'),
country: country,
reg_time: this.model.get('reg_time'),
customFields: customFieldData,
- });
- this.model.save();
+ }, {wait: true});
+ // this.model.save();
if ( this.model.validationError ) {
// console.log( this.model.validationError );
}
</div>
<div>
<input class="add-new-registrant button tiny" value="Save {/literal}{$terms.reg_term_attendee_cap}{literal}" type="submit">
- <a class="add-new-registrant-cancel">Cancel</a>
+ <a class="add-new-registrant-cancel button tiny">Cancel</a>
</div>
</script>
{/literal}
{/if}{literal}
<div class="update-registrant-button-container">
<input class="update-registrant button tiny" value="Update {/literal}{$terms.reg_term_attendee_cap}{literal}" type="submit">
- <a class="update-registrant-cancel">Cancel</a>
+ <a class="update-registrant-cancel button tiny">Cancel</a>
</div>
</div>
<% } %>