mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-16 21:41:31 +02:00
Issue #13 - Removed continue button from info page. Link to outage in warning bar opens in new tab.
This commit is contained in:
@@ -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'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user