add configurable text at the start of the variety session registration form
This commit is contained in:
@@ -331,6 +331,15 @@ $booking_registration_intro_text = variable_get('booking_registration_intro_text
|
||||
'#format' => 'full_html',
|
||||
);
|
||||
|
||||
$form['otherpages']['booking_variety_regn_page'] = array(
|
||||
'#title' => t('Text to use at the start of the variety session registration form'),
|
||||
'#type' => 'textarea',
|
||||
'#description' => t(''),
|
||||
'#default_value' => isset(variable_get('booking_variety_regn_page')['value']) ? variable_get('booking_variety_regn_page')['value'] : $defaults,
|
||||
'#type' => 'text_format',
|
||||
'#format' => 'full_html',
|
||||
);
|
||||
|
||||
//see http://drupal.org/node/820816#comment-3100356
|
||||
//and http://drupal.org/node/823362
|
||||
/*
|
||||
|
Reference in New Issue
Block a user