[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ circu... [rel_3_0]
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ circu... [rel_3_0] |
Date: |
Tue, 14 Nov 2006 14:49:50 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Bruno Toumi <btoumi> 06/11/14 14:49:50
Modified files:
koha-tmpl/intranet-tmpl/prog/en/circ: circulation.tmpl
Log message:
bug fix: modify wrong url!
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.6.2.7&r2=1.6.2.8
Patches:
Index: circulation.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl,v
retrieving revision 1.6.2.7
retrieving revision 1.6.2.8
diff -u -b -r1.6.2.7 -r1.6.2.8
--- circulation.tmpl 6 Nov 2006 09:01:01 -0000 1.6.2.7
+++ circulation.tmpl 14 Nov 2006 14:49:49 -0000 1.6.2.8
@@ -251,8 +251,8 @@
<!-- TMPL_IF NAME="charges" -->
<li>
Fines: Patron has
- <a href="/cgi-bin/koha/boraccount.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->">outstanding fines</a>.
- Make <a href="/cgi-bin/koha/pay.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->">Payment</a>
+ <a href="/cgi-bin/koha/members/boraccount.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->">outstanding fines</a>.
+ Make <a href="/cgi-bin/koha/members/pay.pl?bornum=<!-- TMPL_VAR
name="borrowernumber" -->">Payment</a>
</li>
<!-- /TMPL_IF -->
</ul>