Skip to content

Commit

Permalink
upgradesettings.php now using the same CSS as settings.php , part II.
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 26, 2006
1 parent d8c5bae commit eee90c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/upgradesettings.php
Expand Up @@ -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;
}
Expand Down

0 comments on commit eee90c0

Please sign in to comment.