Something
This commit is contained in:
@@ -208,7 +208,9 @@ function booking_admin() {
|
||||
'#type' => 'textfield',
|
||||
'#title' => t('Dietary Requirements Text Definition'),
|
||||
'#default_value' => variable_get('booking_dietary_text_definition', ''),
|
||||
'#description' => 'Text to use if attendee may not specify dietary requirements (as above).',
|
||||
'#description' => 'Text to use on registration form if attendee may not specify dietary requirements (as above).',
|
||||
'#size' => 150,
|
||||
'#maxlength' => 2000,
|
||||
);
|
||||
$form['misc']['booking_enable_roomallocations'] = array (
|
||||
'#type' => 'radios',
|
||||
|
Reference in New Issue
Block a user