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

paul poulain paul at koha-fr.org
Tue Jan 16 16:01:01 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/16 15:01:01

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/catalogue: MARCdetail.tmpl 

Log message:
	& instead of &amp;

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.15&r2=1.3.2.16

Patches:
Index: MARCdetail.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.15
retrieving revision 1.3.2.16
diff -u -b -r1.3.2.15 -r1.3.2.16
--- MARCdetail.tmpl	12 Jan 2007 18:05:43 -0000	1.3.2.15
+++ MARCdetail.tmpl	16 Jan 2007 15:01:01 -0000	1.3.2.16
@@ -371,7 +371,7 @@
 function confirm_deletion() {
     var is_confirmed = confirm('Are you sure you want to delete this biblio?');
     if (is_confirmed) {
-        window.location="../cataloguing/addbiblio.pl?op=delete&amp;biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->";
+        window.location="../cataloguing/addbiblio.pl?op=delete&biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->";
     }
 }
 function Dopop(link) {





More information about the Koha-cvs mailing list