[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ curre... [rel_3_0]

Bruno Toumi btoumi at ouestprovence.fr
Fri Nov 10 10:49:14 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Bruno Toumi <btoumi>	06/11/10 09:49:14

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/circ: currenttransfers.tmpl 

Log message:
	removing dangerous button, to cancel a transfert in the middle of the river : the book is not declared arrived at dest branch & is returned.
	Seems a little buggy & probably dangerous from a user point of view !

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=1.1.2.1

Patches:
Index: currenttransfers.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/currenttransfers.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- currenttransfers.tmpl	19 May 2006 17:01:03 -0000	1.1
+++ currenttransfers.tmpl	10 Nov 2006 09:49:14 -0000	1.1.2.1
@@ -43,10 +43,10 @@
 				</td>
 				<td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
 				<td>
-				<form name="dotransfer" action="currenttransfers.pl" method="post">
+				<!--<form name="dotransfer" action="currenttransfers.pl" method="post">
 						<input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->">
 				<input type="submit" value="Cancel this transfer">
-				</form>
+				</form>-->
 				</td>	
 			</tr>
 		<!-- /TMPL_LOOP -->	





More information about the Koha-cvs mailing list