Author: ssthkjer
Date: 2006-12-01 13:17:34 +0100 (Fri, 01 Dec 2006)
New Revision: 4062

Modified:
   trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
netsearch and globalsearch now uses middlebar.vm to display midbar

Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-12-01 10:16:17 UTC (rev 4061)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-12-01 12:17:34 UTC (rev 4062)
@@ -184,7 +184,7 @@
 
         <%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") || currentC.equals("t") || 
currentC.equals("wt")) {%>
+            <%if (currentC.equals("d") || currentC.equals("g") || 
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 { %>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to