Add element IDs to new-element notifications.
[Sone.git] / src / main / resources / templates / notify / newSoneNotification.html
index 45357b1..aaa0d14 100644 (file)
@@ -12,6 +12,7 @@
        </form>
        <%= Notification.NewSone.Text|l10n|html>
        <%foreach sones sone>
+               <div class="hidden sone-id"><% sone.id|html></div>
                <a href="viewSone.html?sone=<% sone.id|html>" title="<% sone.requestUri|html>"><% sone.niceName|html></a><%notlast>,<%/notlast><%last>.<%/last>
        <%/foreach>
 </div>