email updates
This commit is contained in:
@@ -187,14 +187,24 @@ function booking_menu() {
|
||||
//'type' => MENU_LOCAL_TASK,
|
||||
);
|
||||
$items['admin/config/booking/emails'] = array(
|
||||
'title' => 'Booking module email definitions',
|
||||
'description' => 'Configure built-in workflow and custom emails used by the Booking module',
|
||||
'title' => 'Booking module workflow email definitions',
|
||||
'description' => 'Configure built-in workflow emails used by the Booking module',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_emails_admin'),
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'file' => 'booking.emails_admin.inc',
|
||||
'weight' => -98,
|
||||
//'type' => MENU_LOCAL_TASK,
|
||||
);
|
||||
);
|
||||
$items['admin/config/booking/emails/custom'] = array(
|
||||
'title' => 'Booking module custom email definitions',
|
||||
'description' => 'Configure custom emails used by the Booking module',
|
||||
'page callback' => 'booking_emails_admin',
|
||||
'access arguments' => array('access administration pages'),
|
||||
'file' => 'booking.emails_admin.inc',
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/events'] = array(
|
||||
'title' => 'Booking module event settings',
|
||||
'description' => 'Configure events for the Booking module',
|
||||
@@ -325,7 +335,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