]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: /pix/a for accessibility and usability related images - fixed path.
authornfreear <nfreear>
Wed, 8 Mar 2006 12:24:57 +0000 (12:24 +0000)
committernfreear <nfreear>
Wed, 8 Mar 2006 12:24:57 +0000 (12:24 +0000)
blocks/search_forums/block_search_forums.php

index cf87a207ff0da127b68c7ffe4cee5b6c7633882c..360c11ed7b9ad6af444e7faee22b21161cc293ef 100644 (file)
@@ -31,7 +31,7 @@ class block_search_forums extends block_base {
         $this->content->text .= '<form name="search" action="'.$CFG->wwwroot.'/mod/forum/search.php" style="display:inline">';
         $this->content->text .= '<input name="id" type="hidden" value="'.$this->instance->pageid.'" />';  // course
         $this->content->text .= '<input name="search" type="text" size="16" value="" alt="search" />';
-        $this->content->text .= '<button type="submit" title="'.get_string('search').'"><img src="'.$CFG->wwwroot.'/pix/em1_bwgreater.gif" alt="" class="resize" /><i class="accesshide">'.get_string('search').'</i></button><br />'; 
+        $this->content->text .= '<button type="submit" title="'.get_string('search').'"><img src="'.$CFG->wwwroot.'/pix/a/em1_bwgreater.gif" alt="" class="resize" /><i class="accesshide">'.get_string('search').'</i></button><br />'; 
         $this->content->text .= '<a href="'.$CFG->wwwroot.'/mod/forum/search.php?id='.$this->instance->pageid.'">'.$advancedsearch.'</a>';
         $this->content->text .= helpbutton('search', $advancedsearch, 'moodle', true, false, '', true);
         $this->content->text .= '</form></div>';