minor design change

This commit is contained in:
Roland Gruber 2008-12-28 13:50:31 +00:00
parent 08694d9a87
commit a24c3888bb
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ echo "<b>" . _('Manage existing profiles') . "</b>\n";
echo "</legend>\n";
echo "<br><table border=0>\n";
for ($i = 0; $i < sizeof($profileClasses); $i++) {
if ($i > 0) {
echo "<tr><td colspan=3>&nbsp;</td></tr>\n";
}
echo "<tr>\n";
echo "<td>";
echo "<img alt=\"" . $profileClasses[$i]['title'] . "\" src=\"../../graphics/" . $profileClasses[$i]['scope'] . ".png\">&nbsp;\n";