Index: messageforums-app/src/webapp/js/messages.js =================================================================== --- messageforums-app/src/webapp/js/messages.js (revision 133012) +++ messageforums-app/src/webapp/js/messages.js (working copy) @@ -77,11 +77,14 @@ }); } // I need UI js - if (!$.progressbar) { - $.getScript("/library/js/jquery-ui-latest/js/jquery-ui.min.js",loadUI); - } else { - loadUI(); - } + // But we'll assume its already on the page so we don't break other scripts by loading an outdated version + loadUI(); + // if (!$.progressbar) { + // $.getScript("/library/js/jquery-ui-latest/js/jquery-ui.min.js",loadUI); + // } else { + // loadUI(); + + // } }); //This is the profile display on user's names. Index: messageforums-app/src/webapp/jsp/dfReviseForumSettingsAttach.jsp =================================================================== --- messageforums-app/src/webapp/jsp/dfReviseForumSettingsAttach.jsp (revision 133012) +++ messageforums-app/src/webapp/jsp/dfReviseForumSettingsAttach.jsp (working copy) @@ -17,6 +17,8 @@ + + <% String thisId = request.getParameter("panel"); if (thisId == null) @@ -207,27 +209,34 @@ - - - - - - - - + + + + + - - - - - - - - + + + + + + + +

- + + + + <% String thisId = request.getParameter("panel"); if (thisId == null) @@ -203,28 +206,40 @@ + - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + + <%--

Index: messageforums-app/src/webapp/jsp/discussionForum/area/dfTemplateSettings.jsp =================================================================== --- messageforums-app/src/webapp/jsp/discussionForum/area/dfTemplateSettings.jsp (revision 133012) +++ messageforums-app/src/webapp/jsp/discussionForum/area/dfTemplateSettings.jsp (working copy) @@ -18,6 +18,9 @@ + + + <% String thisId = request.getParameter("panel"); if (thisId == null) @@ -83,28 +86,32 @@ - - - - - - - - + + + - - - - - - - - + + + + + + +