mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Setup screen for primary admin had no title, so added one plus a heading
This commit is contained in:
parent
9b70d31437
commit
e2d84bf3ab
@ -1122,6 +1122,7 @@ $string['previewhtml'] = 'HTML Format Preview';
|
||||
$string['previeworchoose'] = 'Preview or choose a theme';
|
||||
$string['previous'] = 'Previous';
|
||||
$string['previoussection'] = 'Previous section';
|
||||
$string['primaryadminsetup'] = 'Setup administrator account';
|
||||
$string['profile'] = 'Profile';
|
||||
$string['publicdirectory'] = 'Public directory';
|
||||
$string['publicdirectory0'] = 'Please do not publish this site';
|
||||
|
@ -158,7 +158,8 @@
|
||||
print_heading($userfullname);
|
||||
}
|
||||
} else if (!empty($USER->newadminuser)) {
|
||||
print_header();
|
||||
$strprimaryadminsetup = get_string('primaryadminsetup');
|
||||
print_header($strprimaryadminsetup, $strprimaryadminsetup);
|
||||
print_simple_box(get_string('configintroadmin', 'admin'), 'center', '50%');
|
||||
echo '<br />';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user