Index: lams_tool_vote/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -rd7b8dfc74b0f786d93eb97ff3a351a96be451acf
--- lams_tool_vote/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11)
+++ lams_tool_vote/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision d7b8dfc74b0f786d93eb97ff3a351a96be451acf)
@@ -159,6 +159,8 @@
msg.data.flow.clear.nominations =You have chosen to use input from an external tool. All defined nomitations will be deleted after save. Do you want to proceed?
label.advanced.data.flow.limit =Limit number of students the input will be taken from:
label.advanced.data.flow.limit.none =No limit
-
-
+label.select.leader=Select Leader
+label.voting.options=Voting Options
+label.activity.completion=End of Activity
+js.error.validate.number=There is an error with the minimum and/or maximum number of votes. Please check and try again.
#======= End labels: Exported 158 labels for en AU =====
Index: lams_tool_vote/web/WEB-INF/tags/Arrow.tag
===================================================================
diff -u -rff7583ba24a271222b91ab3ecc460b931fe20e37 -rd7b8dfc74b0f786d93eb97ff3a351a96be451acf
--- lams_tool_vote/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision ff7583ba24a271222b91ab3ecc460b931fe20e37)
+++ lams_tool_vote/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision d7b8dfc74b0f786d93eb97ff3a351a96be451acf)
@@ -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_vote/web/WEB-INF/tags/CommentsAuthor.tag
===================================================================
diff -u -rff7583ba24a271222b91ab3ecc460b931fe20e37 -rd7b8dfc74b0f786d93eb97ff3a351a96be451acf
--- lams_tool_vote/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision ff7583ba24a271222b91ab3ecc460b931fe20e37)
+++ lams_tool_vote/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision d7b8dfc74b0f786d93eb97ff3a351a96be451acf)
@@ -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 @@
+
+
+
+
+