Index: lams_tool_preview/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_preview/web/pages/learning/learning.jsp,v diff -u -r1.6.2.4 -r1.6.2.5 --- lams_tool_preview/web/pages/learning/learning.jsp 9 Mar 2016 03:01:20 -0000 1.6.2.4 +++ lams_tool_preview/web/pages/learning/learning.jsp 10 Mar 2016 11:12:45 -0000 1.6.2.5 @@ -1,6 +1,4 @@ - - <%@ include file="/common/taglibs.jsp"%> @@ -117,7 +115,7 @@ rows += ''; rows += ''; - rows += '
'; + rows += '
'; // if the user has left a comment or done a rating in a batch of ratings, we need to keep all related ratings open. var hasStartedRating = false; @@ -141,9 +139,9 @@ var averageRatingDisplayed = (!isCriteriaNotRatedByUser) ? averageRating : 0; var ratingStarsClass = (isDisabled || !isCriteriaNotRatedByUser) ? "rating-stars-disabled" : "rating-stars"; - rows += '

'; + rows += ''; rows += criteriaDto.title; - rows += '

'; + rows += ''; rows += '
'; rows += '
'; @@ -177,11 +175,17 @@ //show comments textarea and a submit button } else if (!isDisabled) { - rows += '
'; - rows += ''; - - rows += '
'; + rows += '
'; + rows += '
'; + rows += ''; + rows += '
'; + rows += ''; + rows += '
'; + rows += '
'; rows += '
'; + + rows += ''; + rows += ''; rows += '
'; }