[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.6,1.7 |
Date: |
Wed, 19 May 2004 09:00:46 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4459/koha-tmpl/opac-tmpl/css/en
Modified Files:
opac-searchresults.tmpl
Log Message:
Fixing broken next and previous links in the bottom row of the search results
table
Index: opac-searchresults.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-searchresults.tmpl 12 May 2004 15:21:28 -0000 1.6
--- opac-searchresults.tmpl 19 May 2004 16:00:40 -0000 1.7
***************
*** 77,81 ****
<th align="left">
<!-- TMPL_IF NAME="displayprev" -->
! <a class="results"
href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR
NAME="prevstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&<!-- TMPL_VAR
NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP
-->"><<< Previous</a>
<!-- TMPL_ELSE -->
--- 77,81 ----
<th align="left">
<!-- TMPL_IF NAME="displayprev" -->
! <a class="results"
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&<!--
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
name="val" ESCAPE="URL" -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR
NAME="resultsperpage"
-->&type=intranet&op=do_search"><<<Previous</a>
<!-- TMPL_ELSE -->
***************
*** 85,89 ****
<th colspan="2" align="right">
<!-- TMPL_IF NAME="displaynext" -->
! <a class="results"
href="/cgi-bin/koha/opac-searchresults.pl?startfrom=<!-- TMPL_VAR
NAME="nextstartfrom" --><!-- TMPL_LOOP NAME=FORMINPUTS -->&<!-- TMPL_VAR
NAME="field" -->=<!-- TMPL_VAR NAME="value" ESCAPE="URL" --><!-- /TMPL_LOOP
-->">Next >>></a>
<!-- TMPL_ELSE -->
--- 85,89 ----
<th colspan="2" align="right">
<!-- TMPL_IF NAME="displaynext" -->
! <a class="results"
href="opac-search.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&<!--
TMPL_LOOP NAME=searchdata --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
name="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->&resultsperpage=<!--
TMPL_VAR NAME="resultsperpage" -->&type=intranet&op=do_search">Next
>>></a>
<!-- TMPL_ELSE -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.6,1.7,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters issuingrules.tmpl,1.1,1.2 marc_subfields_structure.tmpl,1.27,1.28 marctagstructure.tmpl,1.23,1.24
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-userupdate.tmpl,1.2,1.3
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters issuingrules.tmpl,1.1,1.2 marc_subfields_structure.tmpl,1.27,1.28 marctagstructure.tmpl,1.23,1.24
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-userupdate.tmpl,1.2,1.3
- Index(es):