mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-34046 improve mixed files upgrade error
Credit goes to Gordon Bateson.
This commit is contained in:
parent
2cbdaa77ea
commit
774c42a8d3
2 changed files with 19 additions and 3 deletions
|
@ -68,7 +68,7 @@ class core_admin_renderer extends plugin_renderer_base {
|
|||
$output .= $this->header();
|
||||
$output .= $this->heading(get_string('upgradestalefiles', 'admin'));
|
||||
$output .= $this->box_start('generalbox', 'notice');
|
||||
$output .= get_string('upgradestalefilesinfo', 'admin', get_docs_url('Upgrading'));
|
||||
$output .= format_text(get_string('upgradestalefilesinfo', 'admin', get_docs_url('Upgrading')), FORMAT_MARKDOWN);
|
||||
$output .= html_writer::empty_tag('br');
|
||||
$output .= html_writer::tag('div', $this->single_button($this->page->url, get_string('reload'), 'get'), array('class' => 'buttons'));
|
||||
$output .= $this->box_end();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue