Make notifications accessible
This commit is contained in:
parent
4c4e8e4ac2
commit
5e51bb9c74
|
@ -46,7 +46,7 @@ if ($this->layout()->autorefreshInterval) {
|
|||
</div>
|
||||
</div>
|
||||
<div id="footer">
|
||||
<ul id="notifications"><?php
|
||||
<ul role="alert" id="notifications"><?php
|
||||
|
||||
$notifications = Notification::getInstance();
|
||||
if ($notifications->hasMessages()) {
|
||||
|
|
Loading…
Reference in New Issue