mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-67735 theme_boost: remove bs2 and bs4alpha compatibility css
This commit is contained in:
parent
a0fc902eb1
commit
4394f9e358
113 changed files with 958 additions and 1403 deletions
|
@ -813,7 +813,7 @@ M.form_filemanager.init = function(Y, options) {
|
|||
var message = '';
|
||||
var confirmmsg = M.util.get_string('confirmrenamefile', 'repository', fileinfo.refcount);
|
||||
dialog_options.message = message.concat('<p>', confirmmsg, '</p>',
|
||||
'<ul class="p-x-2">', warnings, '</ul>');
|
||||
'<ul class="px-5">', warnings, '</ul>');
|
||||
this.show_confirm_dialog(dialog_options);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue