Update CSS and button text to provide a more consistent experience when
registering for events.
);
}
else {
- $contribButton = ts('Continue');
+ $contribButton = ts('Continue >>');
$this->addButtons(array(
+ array(
+ 'type' => 'back',
+ 'name' => ts('<< Go Back'),
+ ),
array(
'type' => 'next',
'name' => $contribButton,
'isDefault' => TRUE,
'js' => array('onclick' => "return submitOnce(this,'" . $this->_name . "','" . ts('Processing') . "');"),
),
- array(
- 'type' => 'back',
- 'spacing' => ' ',
- 'name' => ts('Go Back'),
- ),
)
);
}
font-size: 1.2em;
}
+/* Match font size on 'Continue' button on event participant form (no specific class) */
+#crm-container .crm-event-additionalparticipant-form-block span.crm-button input.form-submit.default {
+ font-size: 1.2em;
+}
+
/* jQuery UI styles */
.crm-container .ui-progressbar-value {
background-image: url("../packages/jquery/css/images/pbar-ani.gif");