Author: ssthkjer Date: 2006-11-28 15:56:32 +0100 (Tue, 28 Nov 2006) New Revision: 4043
Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp Log: https://jira.sesam.no/jira/browse/SEARCH-1177, yahoo logo Modified: trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp =================================================================== --- trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp 2006-11-28 14:52:23 UTC (rev 4042) +++ trunk/war/src/webapp/WEB-INF/jsp/decorators/mainDecorator.jsp 2006-11-28 14:56:32 UTC (rev 4043) @@ -215,13 +215,6 @@ <search:velocity template="results/giftProviders" command="giftProviders"/> <%}%> - <%-- offset --%> - <%if (currentC.equals("pp")) {%> - <search:velocity template="fragments/offsetPager" command="scanpix"/> - <% } else { %> - <decorator:getProperty property="page.offsetPager"/> - <% } %> - </td> <td class="cell_four"> <% if (currentC.equals("p") || currentC.equals("pp") || currentC.equals("pip") ) {%> @@ -240,6 +233,17 @@ <% if ( currentC.equals("sw") || currentC.equals("swip") ) {%> <decorator:getProperty property="page.ads_floating"/> <% } %> + <tr> + <td> </td> + <td colspan="2"> + <%-- offset --%> + <%if (currentC.equals("pp")) {%> + <search:velocity template="fragments/offsetPager" command="scanpix"/> + <% } else { %> + <decorator:getProperty property="page.offsetPager"/> + <% } %> + </td> + </tr> </table> <decorator:getProperty property="page.verbosePager"/> _______________________________________________ Kernel-commits mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-commits
