form tweak

This commit is contained in:
2017-06-29 11:54:02 +10:00
parent 3d68e2a8ce
commit 0c975086e5

View File

@@ -113,7 +113,9 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
); );
$form['early-access']['booking_earlyaccess_explanation'] = array( $form['early-access']['booking_earlyaccess_explanation'] = array(
'#type' => 'container', '#type' => 'container',
'#children' => "If you have been given an early access code for registration, please enter it below. Note that this code can only be used once, so don't pass it along to your friends! Without this code, your registration will not be accepted.", '#children' => t("If you have been given an early-access code for registration, please enter it below." .
"Without this code, your registration will not be accepted. " .
"<br /><strong>NOTE: each early-access code can only be used once, so don't pass it along to your friends!</strong>"),
); );
$form['early-access']['booking_regn_earlyaccess_code'] = array( $form['early-access']['booking_regn_earlyaccess_code'] = array(
'#type' => 'textfield', '#type' => 'textfield',