Author: ssthkjer Date: 2006-11-28 15:14:07 +0100 (Tue, 28 Nov 2006) New Revision: 4040
Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp Log: https://jira.sesam.no/jira/browse/GUI-300 Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp =================================================================== --- trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp 2006-11-28 11:50:12 UTC (rev 4039) +++ trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp 2006-11-28 14:14:07 UTC (rev 4040) @@ -184,8 +184,8 @@ <%if (q.trim().equals("") && !currentC.equals("m") && !currentC.equals("l") && !currentC.equals("t") && !currentC.equals("wt")) {%> <%}else {%> - <%if (currentC.equals("p") || currentC.equals("pp") || currentC.equals("pip") || currentC.equals("pipn")) {%> - <search:velocity template="fragments/middlebar" command="scanpix"/> + <%if (currentC.equals("p") || currentC.equals("pp") || currentC.equals("pip") || currentC.equals("pipn") || currentC.equals("t") || currentC.equals("wt")) {%> + <search:velocity template="fragments/middlebar" /> <% }else if(q.trim().equals("") && currentC.equals("m") && vertikal.equals("m")){ %> <% }else { %> <decorator:getProperty property="page.middle-bar"/> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
