Add framename target for logs links

This commit is contained in:
moodler 2004-02-03 10:21:20 +00:00
parent 06d6f733b7
commit 791b42ee1d

View File

@ -1702,7 +1702,7 @@ function navmenu($course, $cm=NULL, $targetwindow="self") {
}
}
if ($selectmod and $isteacher) {
$logslink = "<td><a href=".
$logslink = "<td><a target=\"$CFG->framename\" href=".
"\"$CFG->wwwroot/course/log.php?chooselog=1&user=0&date=0&id=$course->id&modid=$selectmod->cm\">".
"<img border=\"0\" height=\"16\" width=\"16\" src=\"$CFG->pixpath/i/log.gif\"></a></td>";