mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-66828 core: Add toast-style notifications
Part of MDL-66074
This commit is contained in:
parent
b253a4f21d
commit
224ea04e68
15 changed files with 135 additions and 1 deletions
|
@ -39,6 +39,7 @@
|
|||
{{> theme_boost/head }}
|
||||
|
||||
<body {{{ bodyattributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
||||
|
|
|
@ -51,6 +51,7 @@
|
|||
{{> theme_boost/head }}
|
||||
|
||||
<body {{{ bodyattributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
</head>
|
||||
|
||||
<body {{{ output.body_attributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
{{{ output.standard_top_of_body_html }}}
|
||||
<div id="page">
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
{{> theme_boost/head }}
|
||||
|
||||
<body {{{ bodyattributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
</head>
|
||||
|
||||
<body {{{ output.body_attributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
||||
|
|
|
@ -37,6 +37,7 @@
|
|||
{{> theme_boost/head }}
|
||||
|
||||
<body {{{ bodyattributes }}}>
|
||||
{{> core/local/toast/wrapper}}
|
||||
|
||||
<div id="page-wrapper">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue