Update of /cvsroot/openinteract/OpenInteract2/pkg/full_text/template
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23124/template
Modified Files:
search_results.tmpl
Log Message:
don't display the bottom search results menu if there are just a few records to show
Index: search_results.tmpl
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/full_text/template/search_results.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** search_results.tmpl 6 Jun 2004 04:30:44 -0000 1.7
--- search_results.tmpl 28 Feb 2005 04:29:03 -0000 1.8
***************
*** 59,63 ****
--- 59,65 ----
[% PROCESS table_bordered_end -%]
+ [% IF hits_on_page > 20 -%]
[% menu %]
+ [% END -%]
</div>
|