Skip to content

Commit

Permalink
MDL-34573 - add label for search tag input text
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossiani Wijaya committed Sep 26, 2012
1 parent 647e902 commit e341638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tag/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ function tag_print_search_box($return=false) {
$output = $OUTPUT->box_start('','tag-search-box');
$output .= '<form action="'.$CFG->wwwroot.'/tag/search.php" style="display:inline">';
$output .= '<div>';
$output .= '<label class="accesshide" for="searchform_search">'.get_string('searchtags', 'tag').'</label>';
$output .= '<input id="searchform_search" name="query" type="text" size="40" />';
$output .= '<button id="searchform_button" type="submit">'. get_string('search', 'tag') .'</button><br />';
$output .= '</div>';
Expand Down

0 comments on commit e341638

Please sign in to comment.