blocks MDL-22320 removed a popup

This commit is contained in:
Andrew Davis 2010-06-29 08:30:02 +00:00
parent b081b41e0d
commit 0a91ee230f

View File

@ -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,