/// Layout the whole page as three big columns.
-echo '<table id="layout-table" cellspacing="0"><tr>';
+echo '<table id="layout-table" cellspacing="0" summary="'.get_string('layouttable').'"><tr>';
/// The left column ...
print_heading_block(get_string('lamsoutline','lams'), 'outline');
-echo '<table class="topics" width="100%" height="100%">';
+echo '<table class="topics" width="100%" height="100%" summary="'.get_string('layouttable').'">';
/// If currently moving a file then show the current clipboard
if (ismoving($course->id)) {
$strgroupmy = get_string('groupmy');
$editing = $PAGE->user_is_editing();
- echo '<table id="layout-table" cellspacing="0">';
+ echo '<table id="layout-table" cellspacing="0" summary="'.get_string('layouttable').'">';
echo '<tr>';
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
$strgroupmy = get_string('groupmy');
$editing = $PAGE->user_is_editing();
- echo '<table id="layout-table" cellspacing="0">';
+ echo '<table id="layout-table" cellspacing="0" summary="'.get_string('layouttable').'">';
echo '<tr>';
if (blocks_have_content($pageblocks, BLOCK_POS_LEFT) || $editing) {
/// Layout the whole page as three big columns.
- echo '<table id="layout-table" cellspacing="0"><tr>';
+ echo '<table id="layout-table" cellspacing="0" summary="'.get_string('layouttable').'"><tr>';
/// The left column ...
// uh-changes start
print_heading_block(get_string('topicoutline'), 'outline');
- echo '<table class="topics" width="100%">';
+ echo '<table class="topics" width="100%" summary="'.get_string('layouttable').'">';
/// If currently moving a file then show the current clipboard
if (ismoving($course->id)) {
$context = get_context_instance(CONTEXT_COURSE, $course->id);
/// Layout the whole page as three big columns.
- echo '<table id="layout-table" cellspacing="0"><tr>';
+ echo '<table id="layout-table" cellspacing="0" summary="'.get_string('layouttable').'"><tr>';
/// The left column ...
print_heading_block(get_string('weeklyoutline'), 'outline');
- echo '<table class="weeks" width="100%">';
+ echo '<table class="weeks" width="100%" summary="'.get_string('layouttable').'">';
/// If currently moving a file then show the current clipboard
if (ismoving($course->id)) {
$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?';