[Zope-CMF] Doing searches in CMF-site with Opera
Heimo Laukkanen
huima@fountainpark.org
Fri, 02 Aug 2002 16:58:02 +0300
>And in Opera 6.01 the target was:
>
>http://192.168.1.4:8080/Intranet/?SearchableText=&b_start:int=25&Submit.y=23&Submit.x=16
I tested with Netscape 4.7 and saw the same behaviour.
Fortunately this is easy thing to fix in skin:
in the search page-templates end, where the previous and next links
for batches are written, just replace:
<a href="" tal:attributes="href python: '?'
with
<a href="" tal:attributes="href python: 'search?'
Since collector is down, I can't check if this is there or not. If it
isn't should I put it there?
-huima