mirror of
https://github.com/moodle/moodle.git
synced 2025-05-04 07:08:51 +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 align="right"><?php print_string("frontpageformat") ?>:</td>
|
||||||
<td>
|
<td>
|
||||||
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
<table width="100%" cellpadding="0" cellspacing="0" border="0">
|
||||||
<td>
|
<tr>
|
||||||
<?php
|
<?php
|
||||||
$options = array(FRONTPAGENEWS => get_string("frontpagenews"),
|
$options = array(FRONTPAGENEWS => get_string("frontpagenews"),
|
||||||
FRONTPAGECOURSELIST => get_string("frontpagecourselist"),
|
FRONTPAGECOURSELIST => get_string("frontpagecourselist"),
|
||||||
@ -53,6 +53,7 @@
|
|||||||
foreach ($options as $key => $option) {
|
foreach ($options as $key => $option) {
|
||||||
echo "<td>$option<br />";
|
echo "<td>$option<br />";
|
||||||
choose_from_menu ($values, "frontpage[$key]", isset($seq[$key])?$seq[$key]:0, "");
|
choose_from_menu ($values, "frontpage[$key]", isset($seq[$key])?$seq[$key]:0, "");
|
||||||
|
echo '</td>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user