Various tweaks

This commit is contained in:
2014-11-25 20:04:58 +11:00
parent f7a5856b2c
commit 9f917de8a5
9 changed files with 432 additions and 411 deletions

View File

@@ -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
{