mirror of
https://github.com/moodle/moodle.git
synced 2025-04-27 03:14:20 +02:00
Some HTML fixes for configurable frontpage settings page
This commit is contained in:
parent
6e218d24ce
commit
6298f98c0a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user