Index: lams_central/web/notificationsprivate.jsp =================================================================== diff -u -ra9f5e7f17f2c4ca78ee68eb398817a79735c148f -rb1983f8db0e20486771940d9412fdfadd9e4c684 --- lams_central/web/notificationsprivate.jsp (.../notificationsprivate.jsp) (revision a9f5e7f17f2c4ca78ee68eb398817a79735c148f) +++ lams_central/web/notificationsprivate.jsp (.../notificationsprivate.jsp) (revision b1983f8db0e20486771940d9412fdfadd9e4c684) @@ -54,9 +54,9 @@ // table header headerRow = $('').appendTo(table); - $('').text(PRIVATE_NOTIFICATIONS_MESSAGES).appendTo(headerRow); + $('').text(PRIVATE_NOTIFICATIONS_MESSAGES).appendTo(headerRow); // click it to mark all notifications as read - $('').text(PRIVATE_NOTIFICATIONS_READ) + $('').text(PRIVATE_NOTIFICATIONS_READ) .attr('title', PRIVATE_NOTIFICATIONS_READ_ALL_HINT) .click(markAllPrivateNotificationsAsRead) .appendTo(headerRow); @@ -117,8 +117,8 @@
-
-
+
+