minor design change
This commit is contained in:
parent
08694d9a87
commit
a24c3888bb
|
@ -137,6 +137,9 @@ echo "<b>" . _('Manage existing profiles') . "</b>\n";
|
||||||
echo "</legend>\n";
|
echo "</legend>\n";
|
||||||
echo "<br><table border=0>\n";
|
echo "<br><table border=0>\n";
|
||||||
for ($i = 0; $i < sizeof($profileClasses); $i++) {
|
for ($i = 0; $i < sizeof($profileClasses); $i++) {
|
||||||
|
if ($i > 0) {
|
||||||
|
echo "<tr><td colspan=3> </td></tr>\n";
|
||||||
|
}
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
echo "<img alt=\"" . $profileClasses[$i]['title'] . "\" src=\"../../graphics/" . $profileClasses[$i]['scope'] . ".png\"> \n";
|
echo "<img alt=\"" . $profileClasses[$i]['title'] . "\" src=\"../../graphics/" . $profileClasses[$i]['scope'] . ".png\"> \n";
|
||||||
|
|
Loading…
Reference in New Issue