start work on admin page for early access codes
This commit is contained in:
@@ -707,7 +707,17 @@ function booking_menu() {
|
||||
'page arguments' => array('booking_event_form', false, 4),
|
||||
'access arguments' => array('access administration pages'),
|
||||
'type' => MENU_CALLBACK,
|
||||
);
|
||||
);
|
||||
|
||||
//manage early access codes
|
||||
$items['admin/config/booking/earlyaccess'] = array(
|
||||
'title' => 'Booking module Early Access Codes',
|
||||
'description' => 'Define and configure Early Access Codes for the Booking module',
|
||||
'page callback' => 'booking_earlyaccess_admin',
|
||||
'access arguments' => array('administer site configuration'),
|
||||
'file' => 'booking.earlyaccess_admin.inc',
|
||||
'type' => MENU_NORMAL_ITEM,
|
||||
);
|
||||
|
||||
//the paypal IPN
|
||||
$items[BOOKING_PAYPAL_IPN_PATH] = array(
|
||||
|
Reference in New Issue
Block a user