Index: lams_tool_nb/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/conf/language/lams/ApplicationResources.properties,v diff -u -r1.19.2.3 -r1.19.2.4 --- lams_tool_nb/conf/language/lams/ApplicationResources.properties 11 May 2016 07:37:10 -0000 1.19.2.3 +++ lams_tool_nb/conf/language/lams/ApplicationResources.properties 1 Jul 2016 02:06:35 -0000 1.19.2.4 @@ -61,6 +61,7 @@ label.view.comments=View Comments advanced.comments.like.only=Like Button Only advanced.comments.like.and.dislike=Like and Dislike Buttons +advanced.comment.header=Comment Options +label.activity.completion=End of Activity - #======= End labels: Exported 50 labels for en AU ===== Index: lams_tool_nb/web/WEB-INF/tags/AdvancedAccordian.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Attic/AdvancedAccordian.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_nb/web/WEB-INF/tags/AdvancedAccordian.tag 20 Apr 2016 00:29:25 -0000 1.1.2.1 +++ lams_tool_nb/web/WEB-INF/tags/AdvancedAccordian.tag 1 Jul 2016 02:06:34 -0000 1.1.2.2 @@ -38,11 +38,11 @@
-

+ -

+
Index: lams_tool_nb/web/WEB-INF/tags/Arrow.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Attic/Arrow.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_nb/web/WEB-INF/tags/Arrow.tag 20 Apr 2016 00:29:26 -0000 1.1.2.1 +++ lams_tool_nb/web/WEB-INF/tags/Arrow.tag 1 Jul 2016 02:06:35 -0000 1.1.2.2 @@ -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_nb/web/WEB-INF/tags/AuthoringButton.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag,v diff -u -r1.20.2.1 -r1.20.2.2 --- lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag 20 Apr 2016 00:29:26 -0000 1.20.2.1 +++ lams_tool_nb/web/WEB-INF/tags/AuthoringButton.tag 1 Jul 2016 02:06:35 -0000 1.20.2.2 @@ -122,7 +122,7 @@ window.close(); } -
+
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_nb/web/WEB-INF/tags/AuthoringRatingCriteria.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_nb/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/CommentsAuthor.tag,v diff -u -r1.1.2.4 -r1.1.2.5 --- lams_tool_nb/web/WEB-INF/tags/CommentsAuthor.tag 29 Apr 2016 01:11:32 -0000 1.1.2.4 +++ lams_tool_nb/web/WEB-INF/tags/CommentsAuthor.tag 1 Jul 2016 02:06:34 -0000 1.1.2.5 @@ -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 @@ + + + +
+