form tweak
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user