This commit is contained in:
2016-05-26 14:06:57 +10:00
parent f97f7d927b
commit 32cbbf1fc9

View File

@@ -36,6 +36,8 @@ function booking_manual_email()
'#options' => $email_options_array,
);
//can't get ajax callback to return a working tableselect
/*
$form['select-type'] = array(
'#type' => 'select',
'#title' => t('Pre-Select People'),
@@ -48,7 +50,7 @@ function booking_manual_email()
'event' => 'change',
),
);
*/
$header = array(
'booking_nid' => array('data' => t('Id'), 'field' => 'nid', 'sort' => 'asc'),
'booking_name' => array('data' => t('Name'), 'field' => 'booking_lastname'),