Skip to content

Commit

Permalink
Some HTML fixes for configurable frontpage settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickslee committed Jan 30, 2006
1 parent 6e218d2 commit 6298f98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/site.html
Expand Up @@ -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"),
Expand All @@ -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>
Expand Down

0 comments on commit 6298f98

Please sign in to comment.