test
This commit is contained in:
@@ -146,7 +146,7 @@ function booking_variety_session_callback($form, &$form_state) {
|
|||||||
);
|
);
|
||||||
|
|
||||||
//re-create the form element for this timeslot
|
//re-create the form element for this timeslot
|
||||||
/*
|
|
||||||
$form['variety-sessions'][$fieldname] = array(
|
$form['variety-sessions'][$fieldname] = array(
|
||||||
'#type' => 'select',
|
'#type' => 'select',
|
||||||
'#title' => t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip),
|
'#title' => t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip),
|
||||||
@@ -156,7 +156,7 @@ function booking_variety_session_callback($form, &$form_state) {
|
|||||||
'#suffix' => '</div>',
|
'#suffix' => '</div>',
|
||||||
'#default_value' => 1,
|
'#default_value' => 1,
|
||||||
);
|
);
|
||||||
*/
|
|
||||||
//$form['variety-sessions'][$fieldname]['#options'] = $options;
|
//$form['variety-sessions'][$fieldname]['#options'] = $options;
|
||||||
//$form['variety-sessions'][$fieldname]['#title'] = t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip);
|
//$form['variety-sessions'][$fieldname]['#title'] = t('Rebuilt Variety Session: ' . $timeslot->booking_variety_time_descrip);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user