work on better custom email definition form
This commit is contained in:
@@ -206,6 +206,17 @@ function booking_menu() {
|
||||
'weight' => -98,
|
||||
//'type' => MENU_LOCAL_TASK,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/emails/definitions'] = array(
|
||||
'title' => 'Booking module ajax custom email definitions',
|
||||
'description' => 'Configure custom emails used by the Booking module via AJAX',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_emails_custom_ajax_form'),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'file' => 'booking.emails_admin.inc',
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/emails/custom'] = array(
|
||||
'title' => 'Booking module custom email definitions',
|
||||
'description' => 'Configure custom emails used by the Booking module',
|
||||
@@ -346,7 +357,7 @@ function booking_menu() {
|
||||
//'page arguments' => array('booking_manual_email'),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
);
|
||||
|
||||
$items['admin/booking/manual-payments'] = array(
|
||||
'title' => 'Manual Payment Processing',
|
||||
|
Reference in New Issue
Block a user