Some HTML fixes for configurable frontpage settings page

This commit is contained in:
patrickslee 2006-01-30 21:20:45 +00:00
parent 6e218d24ce
commit 6298f98c0a

View File

@ -31,7 +31,7 @@
<td align="right"><?php print_string("frontpageformat") ?>:</td>
<td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<td>
<tr>
<?php
$options = array(FRONTPAGENEWS => get_string("frontpagenews"),
FRONTPAGECOURSELIST => get_string("frontpagecourselist"),
@ -53,6 +53,7 @@
foreach ($options as $key => $option) {
echo "<td>$option<br />";
choose_from_menu ($values, "frontpage[$key]", isset($seq[$key])?$seq[$key]:0, "");
echo '</td>';
}
?>
</tr>