add ensuite info to room allocations page
This commit is contained in:
@@ -440,11 +440,10 @@ function booking_menu() {
|
||||
}
|
||||
|
||||
//configure study groups
|
||||
if (variable_get('booking_enable_studygroups', 0) == 1)
|
||||
{
|
||||
if (variable_get('booking_enable_studygroups', 0) == 1) {
|
||||
//the config pages for study groups
|
||||
$items['admin/config/booking/studygroups'] = array(
|
||||
'title' => 'Booking Module Study Group Configuration',
|
||||
'title' => 'Booking module Study Group configuration',
|
||||
'description' => 'Define and configure Study Groups for the Booking module',
|
||||
'page callback' => 'booking_studygroups_admin',
|
||||
'access arguments' => array('administer site configuration'),
|
||||
@@ -583,7 +582,7 @@ function booking_menu() {
|
||||
//config pages
|
||||
$items['admin/config/booking/rooms'] = array(
|
||||
'title' => 'Booking module room definitions',
|
||||
'description' => 'View and Configure room definitions for the Event Booking module',
|
||||
'description' => 'View and configure Room Definitions for the Booking module',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_rooms_view_definitions'),
|
||||
'access arguments' => array('administer site configuration'),
|
||||
|
Reference in New Issue
Block a user