start work on admin page for early access codes
This commit is contained in:
@@ -113,9 +113,9 @@ function booking_form($node, &$form_state, $inserting = FALSE, $early_access_all
|
||||
);
|
||||
$form['early-access']['booking_earlyaccess_explanation'] = array(
|
||||
'#type' => 'container',
|
||||
'#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>"),
|
||||
'#children' => t("<p>If you have been given an early-access code for registration, please enter it below. " .
|
||||
"Without this code, your registration will not be accepted.</p>" .
|
||||
"<p><strong>NOTE: each early-access code can only be used once, so don't pass it along to your friends!</strong></p>"),
|
||||
);
|
||||
$form['early-access']['booking_regn_earlyaccess_code'] = array(
|
||||
'#type' => 'textfield',
|
||||
|
Reference in New Issue
Block a user