split up some of the email functions for easier management
This commit is contained in:
@@ -190,6 +190,14 @@ function booking_menu() {
|
||||
'access arguments' => array('administer site configuration'),
|
||||
//'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',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_emails_admin'),
|
||||
'access arguments' => array('administer site configuration'),
|
||||
//'type' => MENU_LOCAL_TASK,
|
||||
);
|
||||
$items['admin/config/booking/prices'] = array(
|
||||
'title' => 'Booking module price settings',
|
||||
'description' => 'Configure prices for the Event Booking module',
|
||||
|
Reference in New Issue
Block a user