Index: lams_tool_scribe/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -r18b17447403673ba4a33fdbf4d77f7bec9d27bd2
--- lams_tool_scribe/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11)
+++ lams_tool_scribe/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 18b17447403673ba4a33fdbf4d77f7bec9d27bd2)
@@ -113,6 +113,7 @@
message.learnerInstructions2 =You should discuss the headings with the rest of your group and your scribe, {0}, will enter the group''s findings.
message.learnerInstructions3 =If you agree with what is written, click on the agree button.
message.learnerInstructions4 =Every time your scribe updates the report, everyone has to click on "Agree" again. Once everyone has agreed, the Scribe will complete this activity and it cannot be changed.
+label.scribe.options=Scribe Options
+label.activity.completion=End of Activity
-
#======= End labels: Exported 107 labels for en AU =====
Index: lams_tool_scribe/web/WEB-INF/tags/Arrow.tag
===================================================================
diff -u -r9732fd6b134b021525bf6be0e8cad758e6beae05 -r18b17447403673ba4a33fdbf4d77f7bec9d27bd2
--- lams_tool_scribe/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision 9732fd6b134b021525bf6be0e8cad758e6beae05)
+++ lams_tool_scribe/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision 18b17447403673ba4a33fdbf4d77f7bec9d27bd2)
@@ -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_scribe/web/WEB-INF/tags/CommentsAuthor.tag
===================================================================
diff -u -r9732fd6b134b021525bf6be0e8cad758e6beae05 -r18b17447403673ba4a33fdbf4d77f7bec9d27bd2
--- lams_tool_scribe/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 9732fd6b134b021525bf6be0e8cad758e6beae05)
+++ lams_tool_scribe/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 18b17447403673ba4a33fdbf4d77f7bec9d27bd2)
@@ -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 @@
+
+
+
+
+