Author: ssthkjer
Date: 2006-11-09 10:00:15 +0100 (Thu, 09 Nov 2006)
New Revision: 3922

Modified:
   trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
Log:
checktab() for yipticker

Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp
===================================================================
--- trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-11-08 19:37:03 UTC (rev 3921)
+++ trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp       
2006-11-09 09:00:15 UTC (rev 3922)
@@ -74,7 +74,7 @@
     <search:velocity template="/fragments/head"/>
 </head>
 
-<%if (currentC.equals("y") || currentC.equals("yg") || 
currentC.equals("yipticker") || currentC.equals("w") || currentC.equals("sw") 
|| currentC.equals("swip")) {%>
+<%if (currentC.equals("y") || currentC.equals("yg") || currentC.equals("w") || 
currentC.equals("sw") || currentC.equals("swip")) {%>
 <body onLoad="init();">
 <%} else if (currentC.equals("yip") || currentC.equals("wip") || 
currentC.equals("yipticker")) {%>
 <body onLoad="init(); checkTab();">
@@ -83,7 +83,6 @@
 <%} else {%>
 <body>
 <% } %>
-
     <search:velocity template="/pages/main"/>
 
     <c:if test="${! empty Missing_pagesmain_Template}">

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

Reply via email to