mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
upgradesettings.php now using the same CSS as settings.php , part II.
This commit is contained in:
parent
d8c5baee04
commit
eee90c06b8
@ -126,12 +126,12 @@ function output_new_settings_by_page(&$node) {
|
||||
$return = '';
|
||||
if (count($newsettings) > 0) {
|
||||
$return .= print_heading(get_string('upgradesettings','admin').' - '.$node->visiblename, '', 2, 'main', true);
|
||||
$return .= '<fieldset class="adminsettings">' . "\n";
|
||||
foreach ($newsettings as $newsetting) {
|
||||
$return .= '<fieldset class="adminsettings">' . "\n";
|
||||
$return .= '<div class="clearer"><!-- --></div>' . "\n";
|
||||
$return .= $newsetting->output_html();
|
||||
$return .= '</fieldset>';
|
||||
}
|
||||
$return .= '</fieldset>';
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user