Make notifications accessible

This commit is contained in:
Eric Lippmann 2016-01-22 13:35:51 +01:00
parent 4c4e8e4ac2
commit 5e51bb9c74
1 changed files with 1 additions and 1 deletions

View File

@ -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()) {