Index: lams_tool_forum/web/includes/header.jsp =================================================================== diff -u -rc6374757bf65fa4c6ad568413c42ccb93ee3fd17 -r907a7ec20d8251fde30699bc3b52d64ed9071ea4 --- lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision c6374757bf65fa4c6ad568413c42ccb93ee3fd17) +++ lams_tool_forum/web/includes/header.jsp (.../header.jsp) (revision 907a7ec20d8251fde30699bc3b52d64ed9071ea4) @@ -1,17 +1,55 @@ -<%@ include file="/includes/taglibs.jsp" %> +<%@ include file="/includes/taglibs.jsp"%> - - + + + + + + -<bean:message key="appName" /> + + <bean:message key="appName" /> + + + + + + - - + function doSubmit(method, tabId) { +// if(tabId != null) +// document.forumMonitoringForm.currentTab.value=tabId; +// document.forumMonitoringForm.method.value=method; + document.forumMonitoringForm.submit(); + } + //]]> + + +