From 53847c37bffbac1550315f54cd0a6d344501fc1f Mon Sep 17 00:00:00 2001 From: james Date: Tue, 11 Dec 2007 18:22:27 +0000 Subject: [PATCH] Make this page more readable with the right css classes --- admin/reports_gen.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/reports_gen.php b/admin/reports_gen.php index c237a68..2080d42 100644 --- a/admin/reports_gen.php +++ b/admin/reports_gen.php @@ -63,7 +63,7 @@ 'Committee Main' => 'committee_main.php', 'My Reports' => 'admin/reports.php')); - echo ''; + echo '
'; echo ""; echo ""; echo ""; @@ -90,12 +90,12 @@ echo "
".i18n('Report Name').":{$report['name']}
".i18n('Description').":
"; echo '
'; - echo "

".i18n('Report Options')."

"; + echo "

".i18n('Report Options')."

"; echo '
'; echo ""; - echo ""; + echo "
"; $format = $report['options']['type']; $stock = $report['options']['stock']; $year = $config['FAIRYEAR'];