From: nfreear Date: Wed, 15 Mar 2006 11:02:42 +0000 (+0000) Subject: Accessibility: improved class-name semantics, matches 'weeks' course format. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=2f8a4d85486b04116497499376afc9b317dd40f6;p=moodle.git Accessibility: improved class-name semantics, matches 'weeks' course format. --- diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 573ae7a106..6718b6dcd7 100644 --- a/course/format/weekscss/format.php +++ b/course/format/weekscss/format.php @@ -126,7 +126,7 @@ if (isediting($course->id)) { echo ''.$streditsummary.'

'; + ' class="icon edit" alt="'.$streditsummary.'" />

'; } echo ''; @@ -217,7 +217,7 @@ if (isediting($course->id)) { echo ' '. - ''.$streditsummary.'

'; + ''.$streditsummary.'

'; } echo ''; @@ -233,29 +233,29 @@ if ($displaysection == $section) { echo ''. - ''.$strshowallweeks.'
'; + ''.$strshowallweeks.'
'; } else { $strshowonlyweek = get_string("showonlyweek", "", $section); echo ''. - ''.$strshowonlyweek.'
'; + ''.$strshowonlyweek.'
'; } if (isediting($course->id)) { if ($thissection->visible) { // Show the hide/show eye echo ''. - ''.$strweekhide.'
'; + ''.$strweekhide.'
'; } else { echo ''. - ''.$strweekhide.'
'; + ''.$strweekhide.'
'; } if ($section > 1) { // Add a arrow to move section up echo ''. - ''.$strmoveup.'
'; + ''.$strmoveup.'
'; } if ($section < $course->numsections) { // Add a arrow to move section down echo ''. - ''.$strmovedown.'
'; + ''.$strmovedown.'
'; } }