Set ID of notification.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 14:48:29 +0000 (15:48 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sun, 14 Nov 2010 14:48:29 +0000 (15:48 +0100)
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>" />