Visual adjustments.

This commit is contained in:
Nate Jones
2015-02-15 11:57:14 +00:00
parent 80fddb7fd4
commit 91fe322c00
46 changed files with 252 additions and 275 deletions
+2 -7
View File
@@ -48,7 +48,8 @@ require_once "resources/paging.php";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"title\">".$text['title']."</span><br /><br />\n";
echo " <span class=\"title\">".$text['title']."</span>";
echo " <br /><br />\n";
echo " ".$text['description']."\n";
echo " </td>\n";
echo " </tr>\n";
@@ -195,12 +196,6 @@ require_once "resources/paging.php";
echo "</tr>\n";
echo "</table>";
echo "<br><br>";
echo "<br><br>";
echo "<br><br>";
echo "</td>";
echo "</tr>";
echo "</table>";
//show the footer
require_once "resources/footer.php";