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.4,1.5
Date: Wed, 17 Nov 2004 11:41:32 -0800

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

Modified Files:
        result.tmpl 
Log Message:
Keeping up with updates to default

Index: result.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/result.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** result.tmpl 25 Oct 2004 16:44:49 -0000      1.4
--- result.tmpl 17 Nov 2004 19:41:27 -0000      1.5
***************
*** 1,4 ****
--- 1,5 ----
  <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Catalog: MARC Search 
Results<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
  <!-- TMPL_INCLUDE NAME="masthead.inc" -->
+ <!-- TMPL_INCLUDE NAME="search-topmenu.inc" -->
  <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
  
***************
*** 28,32 ****
        <th>Title</th>
        <th>Call No.</th>
!       <th>Item Count</th>
        <th>Location</th>
        </tr>
--- 29,33 ----
        <th>Title</th>
        <th>Call No.</th>
!       <th>Copies</th>
        <th>Location</th>
        </tr>
***************
*** 44,50 ****
                                        <td><!-- TMPL_VAR NAME="classification" 
--></td>
                        <td><!-- TMPL_VAR NAME="totitem" --></td>
! <td><!-- TMPL_LOOP NAME="CN" -->
!                                               <!-- TMPL_VAR 
NAME="holdingbranch" --> <!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR 
NAME="itemcallnumber" -->)<!-- /TMPL_IF -->
!                                       <!-- /TMPL_LOOP --></td>
                </tr>
        <!-- /TMPL_LOOP -->
--- 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 -->




reply via email to

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