Apply modularity to the creation of the log file during restore to a new course.

Remove the responsibility for loging the application of the course start date offset, from activity modules to the backup module.
Merged from stable branch
This commit is contained in:
thompson697 2006-10-17 10:05:41 +00:00
parent 352b8da86a
commit cf0b1faded
17 changed files with 150 additions and 293 deletions

View file

@ -1,9 +1,13 @@
body {
font-size: 100%;
color: #333333;
font-family: georgia, times, serif;
font-family: 'Bitstream Vera Serif', georgia, times, serif;
margin: 0;
padding: 5px 10px 10px;
padding: 0;
}
div#page {
margin: 0 10px;
padding-top: 5px;
border-top-width: 10px;
border-top-style: solid;
border-top-color: #55CC00;
@ -341,3 +345,6 @@ fieldset.adminsettings {
border-style: solid;
border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
}
form.mform div.textarea textarea {
width: 35em;
}