mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-20410 - remove set_focuscontrol (bulk commit)
This commit is contained in:
parent
12a24e00cf
commit
36099bd4d5
2 changed files with 2 additions and 5 deletions
|
@ -113,7 +113,6 @@ if (!empty($refresh) and data_submitted()) {
|
|||
}
|
||||
|
||||
$PAGE->set_title("$strchat: $course->shortname: ".format_string($chat->name,true)."$groupname");
|
||||
$PAGE->set_focuscontrol('message');
|
||||
echo $OUTPUT->header();
|
||||
echo '<div id="page-mod-chat-gui_basic">';
|
||||
echo '<h2>'.get_string('participants').'</h2>';
|
||||
|
|
|
@ -124,8 +124,7 @@ if (!$search || $showform) {
|
|||
$PAGE->navbar->add(get_string('advancedsearch', 'forum'));
|
||||
|
||||
$PAGE->set_title($strsearch);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_focuscontrol('words');
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
|
||||
forum_print_big_search_form($course);
|
||||
|
@ -144,8 +143,7 @@ $PAGE->navbar->add($strsearch, new moodle_url('/mod/forum/search.php', array('id
|
|||
$PAGE->navbar->add(s($search, true));
|
||||
if (!$posts = forum_search_posts($searchterms, $course->id, $page*$perpage, $perpage, $totalcount)) {
|
||||
$PAGE->set_title($strsearchresults);
|
||||
$PAGE->set_heading($course->fullname);
|
||||
$PAGE->set_focuscontrol('words');
|
||||
$PAGE->set_heading($course->fullname);
|
||||
echo $OUTPUT->header();
|
||||
echo $OUTPUT->heading(get_string("nopostscontaining", "forum", $search));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue