[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: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.20,1.20.2.1 |
Date: |
Tue, 01 Mar 2005 05:14:54 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14261/koha-tmpl/opac-tmpl/css/en
Modified Files:
Tag: rel_2_2
opac-searchresults.tmpl
Log Message:
item status (opac & librarian interfaces) The item status has been improved :
It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value
list, the right value is shown. Thus, an item can be "lost" or "being
repaired", or whatever you put in the authorised values list. (reminder : the
"notforloan" field, when 0 means 'ok, book can be issued', and all other values
means 'nok, book can't be issued' (whatever the reason, that can be in the
authorised value table)
Index: opac-searchresults.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-searchresults.tmpl,v
retrieving revision 1.20
retrieving revision 1.20.2.1
diff -C2 -r1.20 -r1.20.2.1
*** opac-searchresults.tmpl 10 Dec 2004 16:11:29 -0000 1.20
--- opac-searchresults.tmpl 1 Mar 2005 13:14:48 -0000 1.20.2.1
***************
*** 79,92 ****
<td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_LOOP name="CN" -->
! <p><!-- TMPL_VAR
name="holdingbranch" --> <!-- TMPL_VAR name="location" -->
! <!-- TMPL_IF name="date_due" -->
! <i>(On Loan until <!--
TMPL_VAR name="date_due" -->)</i>
! <!-- TMPL_ELSE -->
! <!-- TMPL_IF
name="itemcallnumber" -->
! (<!-- TMPL_VAR
name="itemcallnumber" -->)
<!-- /TMPL_IF -->
- <!-- /TMPL_IF -->
</p>
<!-- /TMPL_LOOP -->
</td>
<td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
--- 79,97 ----
<td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_LOOP name="CN" -->
! <p>
! <!-- TMPL_VAR
name="holdingbranch" --> <!-- TMPL_VAR name="location" -->
! <!-- TMPL_IF
name="date_due" -->
! <i>(On Loan
until <!-- TMPL_VAR name="date_due" -->)</i>
! <!-- TMPL_ELSE -->
! <!-- TMPL_IF
name="itemcallnumber" -->
! (<!--
TMPL_VAR name="itemcallnumber" -->)
! <!-- /TMPL_IF
-->
! <!-- /TMPL_IF -->
! <!-- TMPL_IF
name="notforloan" -->
! <i>(<!--
TMPL_VAR name="notforloan" -->)</i>
<!-- /TMPL_IF -->
</p>
<!-- /TMPL_LOOP -->
+ <!-- TMPL_IF name="onorder" --><p>On
order</p><!-- /TMPL_IF -->
</td>
<td <!-- TMPL_IF name="even"
-->class="hilighted"<!-- /TMPL_IF -->>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-searchresults.tmpl,1.20,1.20.2.1,
Paul POULAIN <=