Index: lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/Message.hbm.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/Attic/Message.hbm.xml,v diff -u -r1.18.2.2 -r1.18.2.3 --- lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/Message.hbm.xml 27 Apr 2016 13:22:35 -0000 1.18.2.2 +++ lams_tool_forum/conf/hibernate/mappings/org/lamsfoundation/lams/tool/forum/persistence/Message.hbm.xml 13 Feb 2017 07:48:01 -0000 1.18.2.3 @@ -177,6 +177,14 @@ column="hide_flag" /> + + sessionMap, Message message) { + message.setIsMonitor(ToolAccessMode.TEACHER.equals(sessionMap.get(AttributeNames.ATTR_MODE))); + } + + /** * Display a editable form for a special topic in order to update it. * Index: lams_tool_forum/web/css/jquery.treetable.forum.css =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/css/jquery.treetable.forum.css,v diff -u -r1.3.2.5 -r1.3.2.6 --- lams_tool_forum/web/css/jquery.treetable.forum.css 17 Nov 2016 23:40:47 -0000 1.3.2.5 +++ lams_tool_forum/web/css/jquery.treetable.forum.css 13 Feb 2017 07:48:01 -0000 1.3.2.6 @@ -54,9 +54,12 @@ } div.highlight { - border:2px solid #cacdd1; + background-color: #fcf0ad; } - +table.highlight { + background : none; +} + #clearfix:after { content: " "; display: block; Index: lams_tool_forum/web/includes/layout.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/layout.jsp,v diff -u -r1.19.12.2 -r1.19.12.3 --- lams_tool_forum/web/includes/layout.jsp 9 May 2016 12:03:50 -0000 1.19.12.2 +++ lams_tool_forum/web/includes/layout.jsp 13 Feb 2017 07:48:01 -0000 1.19.12.3 @@ -19,7 +19,7 @@ - + Index: lams_tool_forum/web/includes/javascript/message.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/includes/javascript/message.js,v diff -u -r1.3.14.3 -r1.3.14.4 --- lams_tool_forum/web/includes/javascript/message.js 9 May 2016 12:03:50 -0000 1.3.14.3 +++ lams_tool_forum/web/includes/javascript/message.js 13 Feb 2017 07:48:01 -0000 1.3.14.4 @@ -42,8 +42,10 @@ function highlightMessage() { $('.highlight').filter($('table')).css('background','none'); - $('.highlight').filter($('div')).effect('highlight', {color: "#fcf0ad"}, 6000); - $('.highlight').removeClass('highlight'); + $('.highlight').filter($('div')).switchClass('highlight', '', 6000); + // monitor messages have bg-info class - need to fade from highlight yellow to that, otherwise from yellow to nothing + $('.highlight').filter($('div')).children('.bg-info').removeClass('bg-info').switchClass('highlight', 'bg-info', 6000); + } function setupJRating(rateMessagePath) { Index: lams_tool_forum/web/jsps/learning/message/msgview.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/message/msgview.jsp,v diff -u -r1.2.2.10 -r1.2.2.11 --- lams_tool_forum/web/jsps/learning/message/msgview.jsp 23 Sep 2016 08:38:43 -0000 1.2.2.10 +++ lams_tool_forum/web/jsps/learning/message/msgview.jsp 13 Feb 2017 07:48:01 -0000 1.2.2.11 @@ -29,7 +29,21 @@

- + + + + + + + + + + + + + + + @@ -42,6 +56,7 @@ + @@ -50,10 +65,11 @@   +

-
+
Index: lams_tool_forum/web/jsps/monitoring/viewmarks.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/monitoring/viewmarks.jsp,v diff -u -r1.10.2.4 -r1.10.2.5 --- lams_tool_forum/web/jsps/monitoring/viewmarks.jsp 23 Sep 2016 08:38:43 -0000 1.10.2.4 +++ lams_tool_forum/web/jsps/monitoring/viewmarks.jsp 13 Feb 2017 07:48:01 -0000 1.10.2.5 @@ -19,16 +19,32 @@
+ + + + + + + + + + + + + +

- + + +

-
+