move logistics emails also
This commit is contained in:
@@ -205,7 +205,15 @@ function booking_menu() {
|
||||
'file' => 'booking.emails_admin.inc',
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
|
||||
$items['admin/config/booking/emails/logistics'] = array(
|
||||
'title' => 'Booking module custom logistics email definitions',
|
||||
'description' => 'Configure custom logistics emails used by the Booking module',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_emails_customlogistics_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',
|
||||
|
Reference in New Issue
Block a user