Fisheye: Tag 731fcdae94ff4e5e1a052eee8fe74f5896f1da4d refers to a dead (removed) revision in file `lams_tool_wiki/conf/language/ApplicationResources.properties'. Fisheye: No comparison available. Pass `N' to diff? Index: lams_tool_wiki/conf/language/lams/ApplicationResources.properties =================================================================== diff -u -r2f725f8ef2aa09a2663b2335bf67213074426d11 -r731fcdae94ff4e5e1a052eee8fe74f5896f1da4d --- lams_tool_wiki/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 2f725f8ef2aa09a2663b2335bf67213074426d11) +++ lams_tool_wiki/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 731fcdae94ff4e5e1a052eee8fe74f5896f1da4d) @@ -153,6 +153,8 @@ label.wiki.removed =This page has been removed. button.submit =Finish error.title.invalid.characters =Title cannot contain any of these characters ^, <, >, #, (, ), \, |, ', ", {, }, ` +label.wiki.options=Wiki Options +label.activity.completion=End of Activity +label.notifications=Notifications - #======= End labels: Exported 148 labels for en AU ===== Index: lams_tool_wiki/web/WEB-INF/tags/Arrow.tag =================================================================== diff -u -rceae3062bc6d9ad73937168fc0fb12e4fdaa172d -r731fcdae94ff4e5e1a052eee8fe74f5896f1da4d --- lams_tool_wiki/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision ceae3062bc6d9ad73937168fc0fb12e4fdaa172d) +++ lams_tool_wiki/web/WEB-INF/tags/Arrow.tag (.../Arrow.tag) (revision 731fcdae94ff4e5e1a052eee8fe74f5896f1da4d) @@ -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_wiki/web/WEB-INF/tags/CommentsAuthor.tag =================================================================== diff -u -rceae3062bc6d9ad73937168fc0fb12e4fdaa172d -r731fcdae94ff4e5e1a052eee8fe74f5896f1da4d --- lams_tool_wiki/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision ceae3062bc6d9ad73937168fc0fb12e4fdaa172d) +++ lams_tool_wiki/web/WEB-INF/tags/CommentsAuthor.tag (.../CommentsAuthor.tag) (revision 731fcdae94ff4e5e1a052eee8fe74f5896f1da4d) @@ -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 @@ + + + +
+