[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/members mo... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Aug 24 17:36:13 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/08/24 15:36:13

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/members: moremember.tmpl 

Log message:
	Sync with recent commit on head.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.12&r2=1.12.2.1

Patches:
Index: moremember.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/members/moremember.tmpl,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -b -r1.12 -r1.12.2.1
--- moremember.tmpl	15 Jun 2006 14:05:23 -0000	1.12
+++ moremember.tmpl	24 Aug 2006 15:36:13 -0000	1.12.2.1
@@ -144,7 +144,7 @@
 			<td>
 				<!-- TMPL_IF name="red" --><span class="overdue"><!-- /TMPL_IF -->
 				<!-- TMPL_VAR NAME="title" --><!-- TMPL_IF name="red" --></span><!-- /TMPL_IF -->
-				<a href="/cgi-bin/koha/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->">
+				<a href="/cgi-bin/koha/catalogue/detail.pl?item=<!-- TMPL_VAR NAME="itemnumber" -->&amp;bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;bi=<!-- TMPL_VAR NAME="biblioitemnumber" -->">
 					<!-- TMPL_VAR NAME="barcode" -->
 				</a>
 			</td>
@@ -159,7 +159,7 @@
 			<td><!-- TMPL_VAR NAME="replacementprice" --></td>
 			<td>
 			<!-- TMPL_IF name="norenew" -->
-				<a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Reserved</a>
+				<a href="/cgi-bin/koha/reserve/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Reserved</a>
 			<!-- TMPL_ELSE -->
 			<input type="checkbox"
 							name="items[]"
@@ -189,7 +189,7 @@
 </fieldset>
 <fieldset>
 	<legend>Reserves</legend>
-	<form action="/cgi-bin/koha/modrequest.pl" method="post">
+	<form action="/cgi-bin/koha/reserve/modrequest.pl" method="post">
 		<input type="hidden" name="from" value="borrower" />
 		<table>
 		<tr>





More information about the Koha-cvs mailing list