[zopeorg-checkins] CVS: Products/ZopeOrg/skins/zopeorg - swproduct_view.pt:1.12

Martijn Pieters mj at zope.com
Tue Jan 29 15:23:23 EST 2002


Update of /cvs-zopeorg/Products/ZopeOrg/skins/zopeorg
In directory cvs.zope.org:/tmp/cvs-serv14694/zopeorg

Modified Files:
	swproduct_view.pt 
Log Message:
Fix Software Release batching.


=== Products/ZopeOrg/skins/zopeorg/swproduct_view.pt 1.11 => 1.12 ===
   <a href="nextbatch" tal:define="p batch/previous"
      tal:condition="p"
-     tal:attributes="href python:'%s?b_start=%s'% (request['PATH_INFO'],p.first)">
+     tal:attributes="href python:'%s?b_start=%s'% (request['URL'],p.first)">
     <span tal:content="string:[Previous ${p/length}]"/>
   </a>
     
   <a href="nextbatch" tal:define="n batch/next"
     tal:condition="n"
-    tal:attributes="href python:'%s?b_start=%s'% (request['PATH_INFO'],batch.end)">
+    tal:attributes="href python:'%s?b_start=%s'% (request['URL'],batch.end)">
     <span tal:content="string:[Next ${n/length}]"/>
   </a>
 





More information about the zopeorg-checkins mailing list