From a0a838eba9b6ec356851402680b1604b0878ad0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 15 Nov 2010 06:34:08 +0100 Subject: [PATCH 1/1] Add template form for the dismiss button. --- src/main/resources/templates/include/head.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index 9fb2525..ed83b2f 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -189,6 +189,14 @@ <%/if>
+ + + <%foreach webInterface.notifications.all notification>
<%if notification.dismissable> -- 2.7.4