Issue #13 - Removed continue button from info page. Link to outage in warning bar opens in new tab.

This commit is contained in:
Daniel Thee Roperto
2016-09-08 14:43:45 +10:00
parent a4de5d6bf1
commit 54e6c40565
3 changed files with 3 additions and 51 deletions

View File

@@ -160,7 +160,9 @@ class auth_outage_renderer extends plugin_renderer_base {
. html_writer::div(
$message . ' '
. html_writer::tag('small',
'[' . html_writer::link(new moodle_url('/auth/outage/info.php'), 'more') . ']'
'[' . html_writer::link(
new moodle_url('/auth/outage/info.php'), 'more', ['target' => 'outage']
) . ']'
),
'auth_outage_warningbar_box_message'
),