Various tweaks
This commit is contained in:
@@ -166,7 +166,7 @@ function booking_report_summary() {
|
||||
|
||||
|
||||
//travel form completed?
|
||||
if (! empty($person->tid))
|
||||
if (! _booking_person_studygroups_cleanup($person->tid))
|
||||
$travelform_count++;
|
||||
|
||||
//booking status
|
||||
@@ -381,6 +381,7 @@ function booking_coming_page() {
|
||||
global $event;
|
||||
$output = "";
|
||||
$table = "";
|
||||
$attributes = array('style' => 'max-width:60%');
|
||||
$booking_limit = variable_get('booking_regn_limit','350');
|
||||
$rows = array();
|
||||
|
||||
@@ -481,7 +482,7 @@ function booking_coming_page() {
|
||||
}
|
||||
|
||||
//theme the table of registrations
|
||||
$output .= theme('table', array('header' => $header, 'rows' => $rows));
|
||||
$output .= theme('table', array('header' => $header, 'rows' => $rows, 'attributes' => $attributes));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user