Set ID of notification.
[Sone.git] / src / main / resources / templates / include / head.html
index 2a2d3b6..a98f58d 100644 (file)
 
                <div id="notification-area">
                        <%foreach webInterface.core.notifications.all notification>
-                               <div class="notification">
+                               <div class="notification" id="<% notification.id|html>">
                                        <%if notification.dismissable>
                                                <form class="dismiss" action="dismissNotification.html" method="post">
                                                        <input type="hidden" name="formPassword" value="<% formPassword|html>" />