$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/a/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" /><span class="accesshide">'.get_string('search').'</span></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>';
if ($navigation) {
//Accessibility: breadcrumb links now in a list, » replaced with image.
$nav_text = get_string('youarehere','access');
- echo '<i class="accesshide">'.$nav_text.':</i><ul>';
+ echo '<span class="accesshide">'.$nav_text.':</span><ul>';
if (! $site = get_site()) {
$site->shortname = get_string('home');
}
foreach ($list as $key => $string) {
echo '<li class="r'. $row .'">';
if ($icons) {
- echo '<i class="icon c0">'. $icons[$key] .'</i>';
+ echo '<span class="icon c0">'. $icons[$key] .'</span>';
}
echo '<span class="c1">'. $string .'</span>';
echo "</li>\n";