Index: lams_central/web/pedagogical_planner/templateBase.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/pedagogical_planner/Attic/templateBase.jsp,v diff -u -r1.6 -r1.7 --- lams_central/web/pedagogical_planner/templateBase.jsp 11 Mar 2009 16:21:49 -0000 1.6 +++ lams_central/web/pedagogical_planner/templateBase.jsp 21 Mar 2009 10:35:17 -0000 1.7 @@ -6,6 +6,7 @@ <%@ taglib uri="tags-fmt" prefix="fmt" %> <%@ taglib uri="tags-core" prefix="c" %> <%@ taglib uri="tags-function" prefix="fn" %> +<%@ taglib uri="tags-html" prefix="html" %> <fmt:message key="title.lams"/> :: <fmt:message key="planner.title" /> @@ -67,7 +68,9 @@ ); } } - + if (jQuery.trim($('#pedagogicalPlannerErrorArea').html())!=""){ + $('#pedagogicalPlannerErrorArea').show(); + } }); @@ -229,6 +232,9 @@ <%-- DIVs for messages from server, hidden by default --%> + +