diff --git a/admin/reports_gen.php b/admin/reports_gen.php index 2643942c..e8688a8f 100644 --- a/admin/reports_gen.php +++ b/admin/reports_gen.php @@ -62,6 +62,9 @@ 'Committee Main' => 'committee_main.php', 'My Reports' => 'admin/reports.php')); + echo '
'; + echo ""; + echo ''; echo ""; echo ""; @@ -75,7 +78,7 @@ $q = mysql_query("SELECT * FROM reports_committee WHERE users_id='{$_SESSION['users_uid']}' AND reports_id='{$report['id']}'"); - echo ""; + echo ""; if(mysql_num_rows($q) > 0) { /* Yes, it is */ $i = mysql_fetch_object($q); @@ -86,15 +89,9 @@ } else { echo ""; } + echo ''; + echo ""; - echo "
".i18n('Report Name').":{$report['name']}

".i18n('My Reports Info')."

".i18n('My Reports Info')."

".i18n('This report is NOT in your \'My Reports\' list.')."

".i18n('Report Options')."

"; - echo '
'; - echo "

".i18n('Report Options')."

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