[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0] |
Date: |
Thu, 23 Nov 2006 16:10:44 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: paul poulain <tipaul> 06/11/23 16:10:44
Modified files:
koha-tmpl/intranet-tmpl/prog/en/catalogue: detail.tmpl
Log message:
show item status (SAN #86)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.9&r2=1.2.2.10
Patches:
Index: detail.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl,v
retrieving revision 1.2.2.9
retrieving revision 1.2.2.10
diff -u -b -r1.2.2.9 -r1.2.2.10
--- detail.tmpl 17 Nov 2006 14:57:22 -0000 1.2.2.9
+++ detail.tmpl 23 Nov 2006 16:10:44 -0000 1.2.2.10
@@ -165,7 +165,15 @@
<!-- TMPL_IF name="datedue" -->
On issue to <a
href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR
NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="cardnumber" --></a>
<!-- TMPL_ELSE -->
+ <!-- TMPL_IF name="notforloan" -->
<!-- TMPL_VAR name="notforloan" -->
+ <!-- TMPL_ELSE -->
+ <!-- TMPL_IF name="itemlost"-->
+ Item lost
+ <!-- TMPL_ELSE -->
+ <!-- TMPL_IF NAME="wthdrawn" -->Item
Cancelled<!-- TMPL_ELSE -->Available<!-- /TMPL_IF -->
+ <!-- /TMPL_IF -->
+ <!-- /TMPL_IF -->
<!-- /TMPL_IF -->
</td>
<td><!-- TMPL_VAR NAME="datedue" --></td>
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], (continued)
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], paul poulain, 2006/11/02
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/02
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/14
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/14
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], paul poulain, 2006/11/15
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], paul poulain, 2006/11/15
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], paul poulain, 2006/11/16
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/21
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/22
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/22
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0],
paul poulain <=
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0], Antoine Farnault, 2006/11/24