tweaks
This commit is contained in:
@@ -129,7 +129,7 @@ function booking_manual_email($preselected = NULL)
|
|||||||
'#multiple' => TRUE,
|
'#multiple' => TRUE,
|
||||||
'#header' => $header,
|
'#header' => $header,
|
||||||
'#options' => $options,
|
'#options' => $options,
|
||||||
'#default_value' => array("1812" => TRUE, "1813" => FALSE),
|
'#default_value' => $values,
|
||||||
'#empty' => t('No attendees found.'),
|
'#empty' => t('No attendees found.'),
|
||||||
'#attributes' => array('id' => 'sort-table'),
|
'#attributes' => array('id' => 'sort-table'),
|
||||||
'#prefix' => '<div id="manual-email-attendees-items">',
|
'#prefix' => '<div id="manual-email-attendees-items">',
|
||||||
|
@@ -297,7 +297,7 @@ function booking_menu() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
$items['admin/booking/manual-email/%'] = array(
|
$items['admin/booking/manual-email/%'] = array(
|
||||||
'title' => 'Manually Email People',
|
'title' => 'Manually Email People Test',
|
||||||
'description' => 'Send manual email to registered people with preselected values',
|
'description' => 'Send manual email to registered people with preselected values',
|
||||||
'page callback' => 'booking_manual_email',
|
'page callback' => 'booking_manual_email',
|
||||||
'page arguments' => array(3),
|
'page arguments' => array(3),
|
||||||
|
Reference in New Issue
Block a user