Index: lams_central/web/comments/topicview.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/comments/topicview.jsp,v
diff -u -r1.5.2.4 -r1.5.2.5
--- lams_central/web/comments/topicview.jsp 23 Feb 2016 14:23:03 -0000 1.5.2.4
+++ lams_central/web/comments/topicview.jsp 27 Apr 2016 00:05:37 -0000 1.5.2.5
@@ -18,6 +18,16 @@
}
}
+expandable:true,initialState:'collapsed',
+ expanderTemplate:' ${prompt}',
+ stringCollapse:'${hide}',stringExpand:'${show}',
+ clickableNodeNames:true,indent:${indent},
+ onNodeInitialized:function() {
+ if (this.level() >= 2) {
+ this.collapse();
+ }
+ }
+
+
+
@@ -133,12 +157,13 @@