From: nfreear Date: Tue, 14 Mar 2006 16:17:21 +0000 (+0000) Subject: Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=dfdcd09b2db709b46534b3cce25b49ea8efee3ca;p=moodle.git Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745) --- diff --git a/course/format/weekscss/format.php b/course/format/weekscss/format.php index 677d7ef9db..0dd033a952 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 icon11" alt="'.$streditsummary.'" />

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

'; + '

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