Merged from stable

This commit is contained in:
moodler 2005-06-11 19:00:23 +00:00
parent d1e196744d
commit e3804ec7e1
3 changed files with 6 additions and 6 deletions

View File

@ -93,11 +93,7 @@
$form->frontpage = $CFG->frontpage;
} else {
if ($form->newsitems > 0) {
$form->frontpage = 0;
} else {
$form->frontpage = 1;
}
$form->frontpage = FRONTPAGECOURSELIST; // Show course list by default
set_config("frontpage", $form->frontpage);
}

View File

@ -43,7 +43,7 @@
'forcetimezone' => 99,
'fullnamedisplay' => 'firstname lastname',
'framename' => '_top',
'frontpage' => 0,
'frontpage' => 1,
'gdversion' => 1,
'guestloginbutton' => 1,
'htmleditor' => true,

View File

@ -832,6 +832,10 @@ body#grade-index .grades .weighted {
*** Login
***/
.loginbox {
margin-top:15px;
}
.loginbox .content {
border-width:1px;
border-style:solid;