Something

This commit is contained in:
2014-05-28 16:58:28 +10:00
parent 6e1c8633dc
commit 91448255c7
3 changed files with 30 additions and 26 deletions

View File

@@ -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();