From 32cbbf1fc9d97b0174b7273de22268d738d8ad1b Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 26 May 2016 14:06:57 +1000 Subject: [PATCH] give up --- booking.emails.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'),