From: moodler Date: Fri, 10 Oct 2003 06:02:43 +0000 (+0000) Subject: Smaller borders on frames X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8f6495804d29fed3438a45be3733effa20022134;p=moodle.git Smaller borders on frames --- diff --git a/mod/resource/view.php b/mod/resource/view.php index b8a04c4e62..757c3833a7 100644 --- a/mod/resource/view.php +++ b/mod/resource/view.php @@ -70,7 +70,7 @@ } else { add_to_log($course->id, "resource", "view", "view.php?id=$cm->id", "$resource->id"); echo "$course->shortname: $resource->name\n"; - echo "resource_framesize,*>"; + echo "resource_framesize,*\" border=\"2\">"; echo "id&frameset=top\">"; echo "reference\">"; echo ""; @@ -122,7 +122,7 @@ } else { // Display resource in a frame of it's own. echo "$course->shortname: $resource->name\n"; - echo "resource_framesize,*>"; + echo "resource_framesize,*\" border=\"2\">"; echo "id&frameset=top\">"; echo ""; echo "";