Skip to content

Commit

Permalink
MDL-35889 blocks: Adding a legend to the fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitagarwal committed Oct 15, 2012
1 parent 6738413 commit 4981d12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/search_forums/block_search_forums.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function get_content() {

$this->content->text = '<div class="searchform">';
$this->content->text .= '<form action="'.$CFG->wwwroot.'/mod/forum/search.php" style="display:inline"><fieldset class="invisiblefieldset">';
$this->content->text .= '<legend class="accesshide">'.$strsearch.'</legend>';
$this->content->text .= '<input name="id" type="hidden" value="'.$this->page->course->id.'" />'; // course
$this->content->text .= '<label class="accesshide" for="searchform_search">'.$strsearch.'</label>'.
'<input id="searchform_search" name="search" type="text" size="16" />';
Expand Down

0 comments on commit 4981d12

Please sign in to comment.