koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.t


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.5,1.5.2.1
Date: Thu, 17 Feb 2005 13:08:27 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29583/koha-tmpl/intranet-tmpl/npl/en/search.marc

Modified Files:
      Tag: rel_2_2
        result.tmpl 
Log Message:
Putting reserve link back into search results

Index: result.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/result.tmpl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** result.tmpl 17 Nov 2004 19:41:27 -0000      1.5
--- result.tmpl 17 Feb 2005 21:08:24 -0000      1.5.2.1
***************
*** 5,9 ****
  
  <div id="main">
! <h3>Search Results</h3>
  
  <!-- TMPL_IF name="total" --><div id="pages">
--- 5,13 ----
  
  <div id="main">
! <!-- TMPL_IF NAME="searchdesc" -->
!     <h3>Results for Search: <span class="ex"><!-- TMPL_VAR NAME="searchdesc" 
--></span></h3>
! <!-- TMPL_ELSE -->
!               <h3>You did not specify any search criteria</h3>
! <!-- /TMPL_IF -->
  
  <!-- TMPL_IF name="total" --><div id="pages">
***************
*** 23,27 ****
  <!-- TMPL_ELSE --><!-- /TMPL_IF -->
  
! <div id="results">Results <!-- TMPL_VAR name="from" --> to <!-- TMPL_VAR 
name="to" --> of <!-- TMPL_VAR name="total" --> records.</div>
  
  <div class="table searchresults"><table>
--- 27,31 ----
  <!-- TMPL_ELSE --><!-- /TMPL_IF -->
  
! <div id="results"><!-- TMPL_IF name="total" -->Results <!-- TMPL_VAR 
name="from" --> to <!-- TMPL_VAR name="to" --> of <!-- TMPL_VAR name="total" 
--> records.<!-- TMPL_ELSE -->No results found.<!-- /TMPL_IF --></div>
  
  <div class="table searchresults"><table>
***************
*** 31,34 ****
--- 35,39 ----
        <th>Copies</th>
        <th>Location</th>
+       <th>&nbsp;</th>
        </tr>
  <tbody>
***************
*** 45,49 ****
                                        <td><!-- TMPL_VAR NAME="classification" 
--></td>
                        <td><!-- TMPL_VAR NAME="totitem" --></td>
! <td><!-- TMPL_LOOP NAME="CN" --><!-- TMPL_VAR NAME="holdingbranch" --><!-- 
TMPL_IF name="date_due" --> (due <!-- TMPL_VAR NAME="date_due" -->)        <!-- 
TMPL_ELSE --><!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR 
NAME="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --><br /><!-- 
/TMPL_LOOP --></td>
                </tr>
        <!-- /TMPL_LOOP -->
--- 50,54 ----
                                        <td><!-- TMPL_VAR NAME="classification" 
--></td>
                        <td><!-- TMPL_VAR NAME="totitem" --></td>
! <td><!-- TMPL_LOOP NAME="CN" --><!-- TMPL_VAR NAME="holdingbranch" --><!-- 
TMPL_IF name="date_due" --> (due <!-- TMPL_VAR NAME="date_due" -->)        <!-- 
TMPL_ELSE --><!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR 
NAME="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --><br /><!-- 
/TMPL_LOOP --></td><td><!-- TMPL_UNLESS name="norequests" --><a 
href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
ESCAPE="URL" -->">Reserves</a><!-- TMPL_ELSE -->Not Reservable<!-- /TMPL_UNLESS 
--></td>
                </tr>
        <!-- /TMPL_LOOP -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]