Index: messageforums-app/src/webapp/jsp/dfCompose.jsp =================================================================== --- messageforums-app/src/webapp/jsp/dfCompose.jsp (revision 4701) +++ messageforums-app/src/webapp/jsp/dfCompose.jsp (revision 4702) @@ -17,7 +17,7 @@ $(document).ready(function() { $('#openLinkBlock').hide(); jQuery('.toggle').click(function(e) { - $('#replytomessage').toggle('slow'); + $('#fullTopicDescription').toggle('slow'); $('.toggleParent').toggle(); resizeFrame('grow') }); @@ -35,35 +35,28 @@
- - - - - - - - - - - - +

+ + + + +

+

+ + + + +

+ + <%-- //designNote: am assuming that the thinking is that once the user is here there is no longer need for the long description context (or as much), so do not put it in the response by default - same goes for attachment list if any --%> +