put tableselect back
This commit is contained in:
@@ -413,10 +413,10 @@ function booking_variety_list_session_form($node, &$form_state, $timeslot_id = 0
|
||||
}
|
||||
|
||||
$form['table'] = array (
|
||||
//'#type' => 'tableselect',
|
||||
'#type' => 'tableselect',
|
||||
'#header' => $header,
|
||||
'#options' => $options,
|
||||
//'#multiple' => false,
|
||||
'#multiple' => false,
|
||||
);
|
||||
|
||||
return array (
|
||||
|
Reference in New Issue
Block a user