Index: lams_tool_forum/web/jsps/learning/ratingStars.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/ratingStars.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/jsps/learning/ratingStars.jsp 19 Feb 2014 21:27:43 -0000 1.2 +++ lams_tool_forum/web/jsps/learning/ratingStars.jsp 24 Feb 2014 17:28:45 -0000 1.3 @@ -1,7 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> - + Index: lams_tool_forum/web/jsps/learning/viewtopic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/viewtopic.jsp,v diff -u -r1.23 -r1.24 --- lams_tool_forum/web/jsps/learning/viewtopic.jsp 19 Feb 2014 21:27:43 -0000 1.23 +++ lams_tool_forum/web/jsps/learning/viewtopic.jsp 24 Feb 2014 17:28:45 -0000 1.24 @@ -51,7 +51,7 @@ //disable rating feature in case maxRate limit reached if (data.noMoreRatings) { $(".rating-stars").each(function() { - $(this).rating('disable'); + $(this).jRating('readOnly'); }); } }, Index: lams_tool_forum/web/jsps/learning/mobile/ratingStars.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/ratingStars.jsp,v diff -u -r1.2 -r1.3 --- lams_tool_forum/web/jsps/learning/mobile/ratingStars.jsp 20 Feb 2013 14:14:03 -0000 1.2 +++ lams_tool_forum/web/jsps/learning/mobile/ratingStars.jsp 24 Feb 2014 17:28:45 -0000 1.3 @@ -1,7 +1,7 @@ <%@ include file="/common/taglibs.jsp"%> - + Index: lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp,v diff -u -r1.5 -r1.6 --- lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp 25 Dec 2013 00:01:32 -0000 1.5 +++ lams_tool_forum/web/jsps/learning/mobile/viewforum.jsp 24 Feb 2014 17:28:45 -0000 1.6 @@ -9,7 +9,7 @@ function finishForum() { document.getElementById("finishButton").disabled = true; location.href = '${finish}'; - }; + };
@@ -33,8 +33,7 @@
- +
@@ -51,27 +50,60 @@
- - + +
- +
- +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
@@ -127,36 +159,33 @@
- -
- - - - - + + + + + - - - - - + + + + +
Index: lams_tool_forum/web/jsps/learning/mobile/viewtopic.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/jsps/learning/mobile/viewtopic.jsp,v diff -u -r1.7 -r1.8 --- lams_tool_forum/web/jsps/learning/mobile/viewtopic.jsp 6 Jun 2013 14:40:36 -0000 1.7 +++ lams_tool_forum/web/jsps/learning/mobile/viewtopic.jsp 24 Feb 2014 17:28:45 -0000 1.8 @@ -38,12 +38,20 @@