From 3b456f6ae29631d47c1c4f57c2d9d5e7ba5bea25 Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 23 Jan 2007 08:28:55 +0000 Subject: [PATCH] Added a summary to layout tables "layout tables" for further accessibility --- course/format/lams/format.php | 4 ++-- course/format/scorm/format.php | 2 +- course/format/social/format.php | 2 +- course/format/topics/format.php | 4 ++-- course/format/weeks/format.php | 4 ++-- lang/en_utf8/moodle.php | 1 + 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/course/format/lams/format.php b/course/format/lams/format.php index 34250d1bd8..b8166d6d7f 100644 --- a/course/format/lams/format.php +++ b/course/format/lams/format.php @@ -60,7 +60,7 @@ if ($editing) { /// Layout the whole page as three big columns. -echo ''; +echo '
'; /// The left column ... @@ -75,7 +75,7 @@ echo '
'; print_heading_block(get_string('lamsoutline','lams'), 'outline'); -echo ''; +echo '
'; /// If currently moving a file then show the current clipboard if (ismoving($course->id)) { diff --git a/course/format/scorm/format.php b/course/format/scorm/format.php index 64ae5afe47..1241f0d312 100644 --- a/course/format/scorm/format.php +++ b/course/format/scorm/format.php @@ -21,7 +21,7 @@ $strgroupmy = get_string('groupmy'); $editing = $PAGE->user_is_editing(); - echo '
'; + echo '
'; echo ''; if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { diff --git a/course/format/social/format.php b/course/format/social/format.php index ddb2512bf3..88e2a8cfad 100644 --- a/course/format/social/format.php +++ b/course/format/social/format.php @@ -19,7 +19,7 @@ $strgroupmy = get_string('groupmy'); $editing = $PAGE->user_is_editing(); - echo '
'; + echo '
'; echo ''; if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) { diff --git a/course/format/topics/format.php b/course/format/topics/format.php index 16322fd5a4..922f84b8c7 100644 --- a/course/format/topics/format.php +++ b/course/format/topics/format.php @@ -65,7 +65,7 @@ /// Layout the whole page as three big columns. - echo '
'; + echo '
'; /// The left column ... // uh-changes start @@ -109,7 +109,7 @@ print_heading_block(get_string('topicoutline'), 'outline'); - echo '
'; + echo '
'; /// If currently moving a file then show the current clipboard if (ismoving($course->id)) { diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index 9cf019ba9b..3093ef5ec5 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -51,7 +51,7 @@ $context = get_context_instance(CONTEXT_COURSE, $course->id); /// Layout the whole page as three big columns. - echo '
'; + echo '
'; /// The left column ... @@ -66,7 +66,7 @@ print_heading_block(get_string('weeklyoutline'), 'outline'); - echo '
'; + echo '
'; /// If currently moving a file then show the current clipboard if (ismoving($course->id)) { diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 7472cc9220..e19c12d846 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -750,6 +750,7 @@ $string['lastname'] = 'Surname'; $string['lastyear'] = 'Last year'; $string['latestlanguagepack'] = 'Check for latest language pack on moodle.org'; $string['latestnews'] = 'Latest News'; +$string['layouttable'] = 'Layout table'; $string['leavetokeep'] = 'Leave blank to keep current password'; $string['license'] = 'GPL License'; $string['liketologin'] = 'Would you like to log in now with a full user account?'; -- 2.39.5