Index: lams_tool_forum/conf/language/lams/ApplicationResources.properties
===================================================================
diff -u -r3399163940c61c9132223c758d274486e57ff9b7 -r006e359251aec69a523bfcaebf359d73612099a9
--- lams_tool_forum/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 3399163940c61c9132223c758d274486e57ff9b7)
+++ lams_tool_forum/conf/language/lams/ApplicationResources.properties (.../ApplicationResources.properties) (revision 006e359251aec69a523bfcaebf359d73612099a9)
@@ -175,7 +175,7 @@
event.mark.release.body =An instructor released marks in a Forum activity in LAMS.\nYour marks are:\n\n{0}\nThis message was sent automatically, please do not reply to it.
event.mark.release.mark =For the message titled "{0}" posted on {1} the mark is {2}. \n
authoring.tab.conditions =Conditions
-label.authoring.heading.conditions.desc =Please enter conditions for Forum
+label.authoring.heading.conditions.desc =Please enter \u0192conditions for Forum
label.authoring.heading.conditions =Conditions
label.authoring.conditions.add.condition =Add condition
label.authoring.conditions.list.title =Conditions
@@ -246,6 +246,9 @@
message.complete.or.cancel.edit =Please complete or cancel the current edit before starting a new edit.
error.cannot.redisplay.please.refresh =Your changes have been saved but cannot be redisplayed. Please select refresh to reload the forum messages.
label.topics =Topics
+label.posting.options=Posting Options
+label.activity.completion=Activity Completion
+label.notifications=Notifications
+label.rate=Rate
-
#======= End labels: Exported 239 labels for en AU =====
Index: lams_tool_forum/web/WEB-INF/tags/SimplePanel.tag
===================================================================
diff -u
--- lams_tool_forum/web/WEB-INF/tags/SimplePanel.tag (revision 0)
+++ lams_tool_forum/web/WEB-INF/tags/SimplePanel.tag (revision 006e359251aec69a523bfcaebf359d73612099a9)
@@ -0,0 +1,29 @@
+<%@ tag body-content="scriptless"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
+<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
+
+<%@ attribute name="title" required="false" rtexprvalue="true"%>
+<%@ attribute name="titleKey" required="false" rtexprvalue="true"%>
+<%@ attribute name="titleHelpURL" required="false" rtexprvalue="true"%>
+
+