mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-33999' of git://github.com/nebgor/moodle
This commit is contained in:
commit
3ab04302dd
@ -426,7 +426,7 @@ class core_files_renderer extends plugin_renderer_base {
|
||||
$rv = '
|
||||
<div class="filemanager fp-dlg">
|
||||
<div class="{!}fp-dlg-text"></div>
|
||||
<button class="{!}fp-dlg-butconfirm">'.get_string('delete').'</button>
|
||||
<button class="{!}fp-dlg-butconfirm">'.get_string('ok').'</button>
|
||||
<button class="{!}fp-dlg-butcancel">'.get_string('cancel').'</button>
|
||||
</div>';
|
||||
return preg_replace('/\{\!\}/', '', $rv);
|
||||
|
Loading…
x
Reference in New Issue
Block a user