test ecclesia autocomplete
This commit is contained in:
@@ -321,6 +321,14 @@ function booking_menu() {
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
//callback for autocomplete lookup of ecclesia name
|
||||
$items['booking/ecclesia/autocomplete'] = array(
|
||||
'title' => 'Autocomplete for ecclesia lookup on registration page',
|
||||
'page callback' => '_booking_ecclesia_name_autocomplete',
|
||||
'access arguments' => array('access booking form'),
|
||||
'type' => MENU_CALLBACK
|
||||
);
|
||||
|
||||
$items['waitinglist'] = array(
|
||||
'title' => "Who's on the waiting list?",
|
||||
'page callback' => 'booking_waitinglist_page',
|
||||
|
Reference in New Issue
Block a user