Make this page more readable with the right css classes

This commit is contained in:
james 2007-12-11 18:22:27 +00:00
parent d4e6b63c2e
commit 53847c37bf

View File

@ -63,7 +63,7 @@
'Committee Main' => 'committee_main.php', 'Committee Main' => 'committee_main.php',
'My Reports' => 'admin/reports.php')); 'My Reports' => 'admin/reports.php'));
echo '<table>'; echo '<table class="tableedit">';
echo "<tr><td><b>".i18n('Report&nbsp;Name')."</b>:</td>"; echo "<tr><td><b>".i18n('Report&nbsp;Name')."</b>:</td>";
echo "<td>{$report['name']}</td></tr>"; echo "<td>{$report['name']}</td></tr>";
echo "<tr><td><b>".i18n('Description')."</b>:</td>"; echo "<tr><td><b>".i18n('Description')."</b>:</td>";
@ -90,12 +90,12 @@
echo "</table>"; echo "</table>";
echo '<hr />'; echo '<hr />';
echo "<h4>".i18n('Report Options')."</h4>"; echo "<h3>".i18n('Report Options')."</h3>";
echo '<form method=\"get\" action="reports_gen.php">'; echo '<form method=\"get\" action="reports_gen.php">';
echo "<input type=\"hidden\" name=\"id\" value=\"$id\">"; echo "<input type=\"hidden\" name=\"id\" value=\"$id\">";
echo "<table>"; echo "<table class=\"tableedit\">";
$format = $report['options']['type']; $format = $report['options']['type'];
$stock = $report['options']['stock']; $stock = $report['options']['stock'];
$year = $config['FAIRYEAR']; $year = $config['FAIRYEAR'];