start work on admin page for early access codes

This commit is contained in:
2017-06-29 12:10:19 +10:00
parent 0c975086e5
commit e90d02f46e
4 changed files with 56 additions and 4 deletions

View File

@@ -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',