Something
This commit is contained in:
@@ -13,7 +13,7 @@ function booking_room_view_summary() {
|
||||
global $event;
|
||||
$output = "";
|
||||
$header = array('Location', 'Assign Attendees', 'View Rooms For Location');
|
||||
$attributes = array('style' => 'max-width:30%');
|
||||
$attributes = array('style' => 'max-width:45%');
|
||||
$rows = array();
|
||||
|
||||
//get room definitions
|
||||
@@ -43,7 +43,7 @@ function booking_room_view_summary() {
|
||||
/**
|
||||
* Function to define the form for configuring room definitions and also display existing room definitions
|
||||
*/
|
||||
function booking_rooms_define_form($node, &$form_state, $location_id) {
|
||||
function booking_rooms_define_form($node, &$form_state) {
|
||||
global $event;
|
||||
$form = array();
|
||||
$bedcount_options = array();
|
||||
|
Reference in New Issue
Block a user