diff --git a/blocks/search_forums/block_search_forums.php b/blocks/search_forums/block_search_forums.php index deffb33031b..cf87a207ff0 100644 --- a/blocks/search_forums/block_search_forums.php +++ b/blocks/search_forums/block_search_forums.php @@ -26,11 +26,12 @@ class block_search_forums extends block_base { $advancedsearch = get_string('advancedsearch', 'block_search_forums'); + //Accessibility: replaced with button-embedded image. $this->content->text = '
'; $this->content->text .= '
'; $this->content->text .= ''; // course $this->content->text .= ''; - $this->content->text .= '
'; + $this->content->text .= '
'; $this->content->text .= ''.$advancedsearch.''; $this->content->text .= helpbutton('search', $advancedsearch, 'moodle', true, false, '', true); $this->content->text .= '
'; diff --git a/pix/em1_bwgreater.gif b/pix/em1_bwgreater.gif new file mode 100644 index 00000000000..0e8c70a3ff6 Binary files /dev/null and b/pix/em1_bwgreater.gif differ