[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.30,1.31 |
Date: |
Thu, 02 Sep 2004 09:29:20 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5690/koha-tmpl/intranet-tmpl/default/en/circ
Modified Files:
circulation.tmpl
Log Message:
adding item note to the item status (at end of issue page). Useful to warn a
librarian in case of a problem in the item
Index: circulation.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -r1.30 -r1.31
*** circulation.tmpl 18 Aug 2004 15:52:15 -0000 1.30
--- circulation.tmpl 2 Sep 2004 16:29:18 -0000 1.31
***************
*** 221,225 ****
<th class="circulation">Title</th>
<th class="circulation">Author</th>
! <th class="circulation">Class</th>
</tr>
<!-- TMPL_LOOP NAME="todayissues" -->
--- 221,225 ----
<th class="circulation">Title</th>
<th class="circulation">Author</th>
! <th class="circulation">Call number</th>
</tr>
<!-- TMPL_LOOP NAME="todayissues" -->
***************
*** 230,241 ****
</td>
<td>
! <!-- TMPL_VAR NAME="title" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="author" -->
! </td>
! <td>
! <!-- TMPL_VAR NAME="dewey" --> <!-- TMPL_VAR
NAME="subclass" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
--- 230,238 ----
</td>
<td>
! <!-- TMPL_VAR NAME="title" --><br/>
! <i><!-- TMPL_VAR name="itemnotes" --></i>
</td>
+ <td><!-- TMPL_VAR NAME="author" --></td>
+ <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
</tr>
<!-- /TMPL_LOOP -->
***************
*** 253,257 ****
<th class="circulation">Title</th>
<th class="circulation">Author</th>
! <th class="circulation">Class</th>
</tr>
<!-- TMPL_LOOP NAME="previssues" -->
--- 250,254 ----
<th class="circulation">Title</th>
<th class="circulation">Author</th>
! <th class="circulation">Call number</th>
</tr>
<!-- TMPL_LOOP NAME="previssues" -->
***************
*** 274,280 ****
<a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->&type=intra" onclick="openWindow(this, 'Item', 480, 640); return
false;"><!-- TMPL_VAR NAME="barcode" --></a>
</td>
! <td><!-- TMPL_VAR NAME="title" --></td>
<td><!-- TMPL_VAR NAME="author" --></td>
! <td><!-- TMPL_VAR NAME="dewey" --> <!--
TMPL_VAR NAME="subclass" --></td>
<!-- /TMPL_IF -->
</tr>
--- 271,280 ----
<a
href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber"
-->&type=intra" onclick="openWindow(this, 'Item', 480, 640); return
false;"><!-- TMPL_VAR NAME="barcode" --></a>
</td>
! <td>
! <!-- TMPL_VAR NAME="title"
--><br/>
! <i><!-- TMPL_VAR
name="itemnotes" --></i>
! </td>
<td><!-- TMPL_VAR NAME="author" --></td>
! <td><!-- TMPL_VAR NAME="itemcallnumber"
--></td>
<!-- /TMPL_IF -->
</tr>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.30,1.31,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull order.tmpl,1.4,1.5 subscription-add.tmpl,1.4,1.5
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.26,1.27
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/bull order.tmpl,1.4,1.5 subscription-add.tmpl,1.4,1.5
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes common-style.css,1.26,1.27
- Index(es):