Index: lams_tool_chat/conf/language/lams/ApplicationResources.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/conf/language/lams/ApplicationResources.properties,v diff -u -r1.30.2.2 -r1.30.2.3 --- lams_tool_chat/conf/language/lams/ApplicationResources.properties 11 May 2016 07:14:22 -0000 1.30.2.2 +++ lams_tool_chat/conf/language/lams/ApplicationResources.properties 29 Jun 2016 06:18:10 -0000 1.30.2.3 @@ -123,6 +123,8 @@ monitor.summary.date.restriction.removed =Deadline has been removed output.desc.all.users.messages.output.definition.chat =Each learner's messages sent in the Chat button.submit =Finish +label.chat.options=Chat Options +label.activity.completion=End of Activity +label.notifications=Notifications - #======= End labels: Exported 118 labels for en AU ===== Index: lams_tool_chat/web/WEB-INF/tags/Arrow.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/Arrow.tag,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_tool_chat/web/WEB-INF/tags/Arrow.tag 25 May 2016 12:46:56 -0000 1.1.2.1 +++ lams_tool_chat/web/WEB-INF/tags/Arrow.tag 29 Jun 2016 06:18:10 -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_chat/web/WEB-INF/tags/Date.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Date.tag,v diff -u -r1.4 -r1.4.2.1 --- lams_tool_chat/web/WEB-INF/tags/Date.tag 6 May 2014 20:01:33 -0000 1.4 +++ lams_tool_chat/web/WEB-INF/tags/Date.tag 29 Jun 2016 06:18:10 -0000 1.4.2.1 @@ -34,6 +34,7 @@ <%@ attribute name="value" required="true" rtexprvalue="true" type="java.util.Date" %> <%@ attribute name="style" required="false" rtexprvalue="true"%> <%@ attribute name="type" required="false" rtexprvalue="true"%> +<%@ attribute name="timeago" required="false" rtexprvalue="true"%> <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> @@ -42,6 +43,10 @@ + + + @@ -53,3 +58,7 @@ + + + + \ No newline at end of file Index: lams_tool_chat/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.3 -r1.1.2.4 --- lams_tool_chat/web/WEB-INF/tags/Page.tag 25 May 2016 12:46:56 -0000 1.1.2.3 +++ lams_tool_chat/web/WEB-INF/tags/Page.tag 29 Jun 2016 06:18:10 -0000 1.1.2.4 @@ -24,7 +24,7 @@
- + ${titleHelpURL}
Fisheye: Tag 1.1 refers to a dead (removed) revision in file `lams_tool_chat/web/WEB-INF/tags/SimplePanel.tag'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld,v diff -u -r1.3.2.4 -r1.3.2.5 --- lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld 25 May 2016 12:46:57 -0000 1.3.2.4 +++ lams_tool_chat/web/WEB-INF/tlds/lams/lams.tld 29 Jun 2016 06:18:10 -0000 1.3.2.5 @@ -471,6 +471,10 @@ RestrictedUsageAccordian /WEB-INF/tags/RestrictedUsageAccordian.tag + + SimplePanel + /WEB-INF/tags/SimplePanel.tag + ImgButtonWrapper /WEB-INF/tags/ImgButtonWrapper.tag Index: lams_tool_chat/web/pages/authoring/advanced.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/pages/authoring/advanced.jsp,v diff -u -r1.8.14.1 -r1.8.14.2 --- lams_tool_chat/web/pages/authoring/advanced.jsp 25 May 2016 12:46:56 -0000 1.8.14.1 +++ lams_tool_chat/web/pages/authoring/advanced.jsp 29 Jun 2016 06:18:10 -0000 1.8.14.2 @@ -1,7 +1,20 @@ <%@ include file="/common/taglibs.jsp"%> +
+ +
+
+ +
+
+ + +