diff --git a/backup/log.php b/backup/log.php index 5fd40316024..0e90fa2436a 100644 --- a/backup/log.php +++ b/backup/log.php @@ -22,8 +22,10 @@ $stradmin = get_string("administration"); $strconfiguration = get_string("configuration"); $strbackup = get_string("backup"); + $strbackupdetails = get_string("backupdetails"); $strlogs = get_string("logs"); $strftimedatetime = get_string("strftimerecent"); + $strftimetime = get_string("strftimetime").":%S"; $strerror = get_string("error"); $strok = get_string("ok"); $strcourse = get_string("course"); @@ -31,15 +33,15 @@ $strstatus = get_string("status"); $strnext = get_string("next"); - print_header("$site->shortname: $strconfiguration: $strbackup", $site->fullname, - "$stradmin -> ". - "$strconfiguration -> ". - "$strbackup -> ". - $strlogs); - //Decide when to show last execution logs or detailed logs //Lastlog view if (!$courseid) { + print_header("$site->shortname: $strconfiguration: $strbackup", $site->fullname, + "$stradmin -> ". + "$strconfiguration -> ". + "$strbackup -> ". + $strlogs); + print_heading($backuploglaststatus); print_simple_box_start("center", "", "$THEME->cellheading"); //Now, get every record from backup_courses @@ -60,7 +62,7 @@ $coursename = get_field ("course","fullname","id",$course->courseid); if ($coursename) { echo "
| ";
+ print_simple_box(" | ";
+ echo "||
| ".userdate($log->time,$strftimetime)." | "; + $log->info = str_replace("- ERROR!!","- ERROR!!",$log->info); + $log->info = str_replace("- OK","- OK",$log->info); + echo "".str_replace(" "," ",$log->info)." | "; + echo "|