[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reserve re... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reserve re... [rel_3_0] |
Date: |
Wed, 22 Nov 2006 10:38:36 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 06/11/22 10:38:36
Modified files:
koha-tmpl/intranet-tmpl/prog/en/reserve: request.tmpl
Log message:
s/bib/biblionumer/ ;-)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.9&r2=1.3.2.10
Patches:
Index: request.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl,v
retrieving revision 1.3.2.9
retrieving revision 1.3.2.10
diff -u -b -r1.3.2.9 -r1.3.2.10
--- request.tmpl 17 Nov 2006 16:05:54 -0000 1.3.2.9
+++ request.tmpl 22 Nov 2006 10:38:35 -0000 1.3.2.10
@@ -57,7 +57,7 @@
<fieldset>
<legend>Biblio informations</legend>
<ul>
- <p><label>Title: </label><a
href="/cgi-bin/koha/catalogue/detail.pl?bib=<!-- TMPL_VAR NAME="bib" -->"><!--
TMPL_VAR NAME="title" --></a></p>
+ <p><label>Title: </label><a
href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR
NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></p>
<p><label>Author: </label><!-- TMPL_VAR NAME="author" --></p>
</ul>
</fieldset>