Add page to process reading group colours

This commit is contained in:
2014-06-14 12:35:32 +10:00
parent c9ead35f16
commit c8d7429092
2 changed files with 44 additions and 6 deletions

View File

@@ -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