Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -rcff1f4709263aa5513ac0b4f5fd239a1390d905b -rdfa065f63337cf06d31a9232dee1e1bf46c2bdb8
--- lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision cff1f4709263aa5513ac0b4f5fd239a1390d905b)
+++ lams_tool_preview/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision dfa065f63337cf06d31a9232dee1e1bf46c2bdb8)
@@ -91,3 +91,5 @@
warning.comment.blank=Comment text is missing.
creating.users.message =Please wait while the learners\' details are set up ready for you to review their responses.
error.max.ratings.per.user=Unable to save the review - the maximum number of ratings may have been reached. The page will now be refreshed.
+label.review.options=Review Options
+label.activity.completion=End of Activity
\ No newline at end of file
Index: lams_tool_preview/web/WEB-INF/tags/Arrow.tag
===================================================================
diff -u -rdaae7481c43033a14d922bf45bcad31be676e7de -rdfa065f63337cf06d31a9232dee1e1bf46c2bdb8
--- lams_tool_preview/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision daae7481c43033a14d922bf45bcad31be676e7de)
+++ lams_tool_preview/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision dfa065f63337cf06d31a9232dee1e1bf46c2bdb8)
@@ -6,6 +6,8 @@
<%@ attribute name="state" required="true" rtexprvalue="true"%>
<%@ attribute name="title" required="false" rtexprvalue="true"%>
<%@ attribute name="onclick" required="false" rtexprvalue="true"%>
+<%@ attribute name="id" required="false" rtexprvalue="true"%>
+<%@ attribute name="display" required="false" rtexprvalue="true"%>
@@ -26,10 +28,28 @@
+
+ id="${id}"
+
+
+
+
+
+
+
+
+ style='display:${display}'
+
+
+
+
+
+
+
-
+
-
+
Index: lams_tool_preview/web/WEB-INF/tags/CommentsAuthor.tag
===================================================================
diff -u -rdaae7481c43033a14d922bf45bcad31be676e7de -rdfa065f63337cf06d31a9232dee1e1bf46c2bdb8
--- lams_tool_preview/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision daae7481c43033a14d922bf45bcad31be676e7de)
+++ lams_tool_preview/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision dfa065f63337cf06d31a9232dee1e1bf46c2bdb8)
@@ -1,13 +1,16 @@
<%@ taglib uri="tags-core" prefix="c"%>
<%@ taglib uri="tags-html" prefix="html"%>
<%@ taglib uri="tags-fmt" prefix="fmt"%>
+<%@ taglib uri="tags-lams" prefix="lams"%>
<%@ attribute name="allowCommentsVariableName" required="false" rtexprvalue="true"%>
<%@ attribute name="allowCommentLabelKey" required="false" rtexprvalue="true"%>
<%@ attribute name="likeDislikeVariableName" required="false" rtexprvalue="true"%>
<%@ attribute name="likeOnlyCommentLabelKey" required="false" rtexprvalue="true"%>
<%@ attribute name="likeDislikeLabelKey" required="false" rtexprvalue="true"%>
+<%@ attribute name="commentPanelHeaderKey" required="false" rtexprvalue="true"%>
+
@@ -23,7 +26,11 @@
+
+
+
+
+