mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
blocks MDL-22320 removed a popup
This commit is contained in:
parent
b081b41e0d
commit
0a91ee230f
@ -30,7 +30,7 @@ class block_messages extends block_base {
|
||||
}
|
||||
|
||||
$link = '/message/index.php';
|
||||
$action = new popup_action('click', $link, 'message');
|
||||
$action = null; //this was using popup_action() but popping up a fullsize window seems wrong
|
||||
$this->content->footer = $OUTPUT->action_link($link, get_string('messages', 'message'), $action);
|
||||
|
||||
$users = $DB->get_records_sql("SELECT m.useridfrom AS id, COUNT(m.useridfrom) AS count,
|
||||
|
Loading…
x
Reference in New Issue
Block a user