mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixes MDL-7878 in new course format, "Link identification and skipping" - skip_main_destination function + use the $currenttext string (MDL-11439) - both accessibility related.
This commit is contained in:
parent
bec52f19b5
commit
23adb9c84f
1 changed files with 2 additions and 2 deletions
|
@ -105,7 +105,7 @@
|
|||
|
||||
if (!empty($THEME->customcorners)) print_custom_corners_start();
|
||||
|
||||
echo '<a name="startofcontent"></a>';
|
||||
echo skip_main_destination();
|
||||
|
||||
print_heading_block(get_string('topicoutline'), 'outline');
|
||||
|
||||
|
@ -211,7 +211,7 @@
|
|||
|
||||
echo '<li id="section-'.$section.'" class="section main'.$sectionstyle.'" >'; //'<div class="left side"> </div>';
|
||||
|
||||
echo '<div class="left side">'.$section.'</div>';
|
||||
echo '<div class="left side">'.$currenttext.$section.'</div>';
|
||||
// Note, 'right side' is BEFORE content.
|
||||
echo '<div class="right side">';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue