Index: lams_tool_preview/conf/language/lams/ApplicationResources.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_preview/conf/language/lams/ApplicationResources.properties,v
diff -u -r1.7.2.3 -r1.7.2.4
--- lams_tool_preview/conf/language/lams/ApplicationResources.properties 8 Mar 2016 00:15:20 -0000 1.7.2.3
+++ lams_tool_preview/conf/language/lams/ApplicationResources.properties 9 Mar 2016 03:01:20 -0000 1.7.2.4
@@ -47,15 +47,14 @@
label.continue =Continue
message.no.reflection.available =No notebook available
message.alertContentEdit =Warning: One of more learners have accessed this activity. Changing this content will result in learners getting different information.
-message.warnLockOnFinish =Note: After you click on "Next Activity", if you come back to this Peer Review, you will not be able to rate new users.
+message.warnLockOnFinish =Note: After you click on {0}, if you come back to this Peer Review, you will not be able to rate new users.
message.activityLocked =The instructor has set this activity not to allow you to view or rate any more users after you have finished it.
label.export.reflection =Notebook Entries
label.on =On
label.off =Off
monitor.summary.th.advancedSettings =Advanced settings
monitor.summary.td.addNotebook =Add a notebook at end of Peer Review
monitor.summary.td.notebookInstructions =Notebook instructions
-label.submit =Finish
label.monitoring.heading =Peer Review Monitoring
label.average.rating =Average rating {0}/{1} votes
label.redo =Redo ratings
Index: lams_tool_preview/conf/language/lams/ApplicationResources_en_AU.properties
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_preview/conf/language/lams/ApplicationResources_en_AU.properties,v
diff -u -r1.7 -r1.7.2.1
--- lams_tool_preview/conf/language/lams/ApplicationResources_en_AU.properties 15 Sep 2015 00:32:29 -0000 1.7
+++ lams_tool_preview/conf/language/lams/ApplicationResources_en_AU.properties 9 Mar 2016 03:01:20 -0000 1.7.2.1
@@ -48,15 +48,14 @@
label.continue =Continue
message.no.reflection.available =No notebook available
message.alertContentEdit =Warning: One of more learners have accessed this activity. Changing this content will result in learners getting different information.
-message.warnLockOnFinish =Note: After you click on "Next Activity", if you come back to this Peer Review, you will not be able to rate new users.
+message.warnLockOnFinish =Note: After you click on {0}, if you come back to this Peer Review, you will not be able to rate new users.
message.activityLocked =The instructor has set this activity not to allow you to view or rate any more users after you have finished it.
label.export.reflection =Notebook Entries
label.on =On
label.off =Off
monitor.summary.th.advancedSettings =Advanced settings
monitor.summary.td.addNotebook =Add a notebook at end of Peer Review
monitor.summary.td.notebookInstructions =Notebook instructions
-label.submit =Finish
label.monitoring.heading =Peer Review Monitoring
label.average.rating =Average rating {0}/{1} votes
label.redo =Redo ratings
Index: lams_tool_preview/web/WEB-INF/tags/TSTable.tag
===================================================================
RCS file: /usr/local/cvsroot/lams_tool_preview/web/WEB-INF/tags/Attic/TSTable.tag,v
diff -u -r1.1.2.1 -r1.1.2.2
--- lams_tool_preview/web/WEB-INF/tags/TSTable.tag 8 Mar 2016 00:15:20 -0000 1.1.2.1
+++ lams_tool_preview/web/WEB-INF/tags/TSTable.tag 9 Mar 2016 03:01:20 -0000 1.1.2.2
@@ -3,7 +3,7 @@
<%@ taglib uri="tags-core" prefix="c"%>
<%@ attribute name="numColumns" required="true" rtexprvalue="true"%>
-<%@ attribute name="sessionId" required="false" rtexprvalue="true"%>
+<%@ attribute name="dataId" required="false" rtexprvalue="true"%>
<%@ attribute name="tableClass" required="false" rtexprvalue="true"%>
<%@ attribute name="pagerClass" required="false" rtexprvalue="true"%>
<%@ attribute name="test" required="false" rtexprvalue="true"%>
@@ -16,7 +16,11 @@