Add page to process reading group colours
This commit is contained in:
@@ -389,7 +389,16 @@ function booking_menu() {
|
||||
'page arguments' => array('booking_studygroups_update'),
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
);
|
||||
|
||||
$items['admin/booking/studygroups/colours'] = array(
|
||||
'title' => 'Process Reading Group Colours',
|
||||
'description' => 'Update the reading group colour based on the studygroup id',
|
||||
'page callback' => 'drupal_get_form',
|
||||
'page arguments' => array('booking_studygroups_process_colours'),
|
||||
'access arguments' => array('edit study groups'),
|
||||
'type' => MENU_LOCAL_ACTION,
|
||||
);
|
||||
}
|
||||
|
||||
//configure rooms
|
||||
|
Reference in New Issue
Block a user