tweak to text
This commit is contained in:
@@ -33,6 +33,7 @@ function booking_room_view_summary() {
|
||||
|
||||
//output everything
|
||||
$output .= t("<h3>!event Room Locations</h3>", array('!event' => $event->booking_eventname));
|
||||
$output .= t("<p>Use the link above to view room mate preferences and room allocations.</p>");
|
||||
$output .= theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => $attributes));
|
||||
|
||||
return $output;
|
||||
|
Reference in New Issue
Block a user