From d57be0a8b4531e1f5f299e39bbfbfc3788b6a0e6 Mon Sep 17 00:00:00 2001 From: nfreear Date: Wed, 15 Mar 2006 10:23:09 +0000 Subject: [PATCH] Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745) --- course/format/weeks/format.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/course/format/weeks/format.php b/course/format/weeks/format.php index d0794185d5..707852b316 100644 --- a/course/format/weeks/format.php +++ b/course/format/weeks/format.php @@ -93,7 +93,7 @@ if (isediting($course->id)) { echo ''.$streditsummary.'

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

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

'; + '

'; } echo ''; @@ -199,29 +199,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 ''. - '
'; + '
'; } } -- 2.39.5