diff --git a/booking.emails.inc b/booking.emails.inc index a733c79..820f765 100644 --- a/booking.emails.inc +++ b/booking.emails.inc @@ -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'),