We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708a4c3 commit 042692fCopy full SHA for 042692f
admin/template/notifications.tpl
@@ -19,6 +19,16 @@ if (isset($this->success) && is_array($this->success)) foreach($this->success as
19
}
20
?>
21
22
+@warning = [data-v-notifications] [data-v-notification-warning]
23
+@warning|before = <?php
24
+if (isset($this->warning) && is_array($this->warning)) foreach($this->warning as $message) {?>
25
+
26
+ @warning [data-v-notification-text] = <?php echo $message;?>
27
28
+@warning|after = <?php
29
+ }
30
+?>
31
32
@info = [data-v-notifications] [data-v-notification-info]
33
@info|before = <?php
34
if (isset($this->info) && is_array($this->info)) foreach($this->info as $message) {?>
@@ -37,4 +47,4 @@ if (isset($this->message) && is_array($this->message)) foreach($this->message as
37
47
38
48
@message|after = <?php
39
49
40
-?>
50
public/admin/default
0 commit comments