-
-
-
- px;" class="highlight" >
-
-
- px;" >
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-  " class="space-left float-left">
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- |
-
-
-
-
-
- |
-
-
-
-
+ <%@ include file="msgview.jsp"%>
+
|
Index: lams_tool_forum/web/jsps/learning/reply.jsp
===================================================================
diff -u -r946e908eb73ec1bd60053456ceeec557bdf02980 -r3f65546d337cbe98aea623132d1835a770e6d1c8
--- lams_tool_forum/web/jsps/learning/reply.jsp (.../reply.jsp) (revision 946e908eb73ec1bd60053456ceeec557bdf02980)
+++ lams_tool_forum/web/jsps/learning/reply.jsp (.../reply.jsp) (revision 3f65546d337cbe98aea623132d1835a770e6d1c8)
@@ -35,7 +35,6 @@
if ( rootUid ) {
if ( ! threadDiv) {
// must have replied to the top level, so show the posting at the top.
- // even if it was an actual error, the top is as good a place as any to show it!
var threadDiv = document.getElementById('reply');
threadDiv.id = 'thread'+messageUid;
} else {
@@ -45,8 +44,7 @@
}
if ( ! threadDiv) {
-// I18N
- alert("Your reply is saved but we cannot redisplay it. Please select refresh to reload the forum messages.");
+ alert('');
} else {
var loadString = '' + rootUid + "&sessionMapID=" + response.sessionMapID + "&threadUid=" + threadUid+"&messageUid="+messageUid;
$(threadDiv).load(loadString, function() {
@@ -75,7 +73,7 @@
});
function cancelReply() {
- $('.replydiv').remove();
+ $('#reply').remove();
}
Index: lams_tool_forum/web/jsps/learning/viewtopic.jsp
===================================================================
diff -u -rbc38faacb837ce6243961a3ca13f61b62ca0e594 -r3f65546d337cbe98aea623132d1835a770e6d1c8
--- lams_tool_forum/web/jsps/learning/viewtopic.jsp (.../viewtopic.jsp) (revision bc38faacb837ce6243961a3ca13f61b62ca0e594)
+++ lams_tool_forum/web/jsps/learning/viewtopic.jsp (.../viewtopic.jsp) (revision 3f65546d337cbe98aea623132d1835a770e6d1c8)
@@ -47,7 +47,11 @@
@@ -191,7 +195,7 @@
|