Add the new class title to several features.

This commit is contained in:
Mark Crane
2013-09-18 21:48:15 +00:00
parent ac142ca408
commit d5e00c7553
11 changed files with 49 additions and 51 deletions
+6 -6
View File
@@ -159,12 +159,12 @@ require_once "resources/paging.php";
echo " <br>";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <td align='left'><p><span class=\"vexpl\"><span class=\"red\"><strong>".$text['title'].":<br>\n";
echo " </strong></span>\n";
echo $text['description']."\n";
echo " </span></p></td>\n";
echo " </tr>\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"title\">".$text['title'].":</span><br />\n";
echo " ".$text['description']."\n";
echo " </td>\n";
echo " </tr>\n";
echo "</table>";
echo "<br />\n";