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

Antoine Farnault antoine at koha-fr.org
Wed Nov 22 15:11:45 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/22 14:11:45

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/cataloguing: addbiblio.tmpl 

Log message:
	removing a javascript alert

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.12&r2=1.1.2.13

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/cataloguing/addbiblio.tmpl,v
retrieving revision 1.1.2.12
retrieving revision 1.1.2.13
diff -u -b -r1.1.2.12 -r1.1.2.13
--- addbiblio.tmpl	22 Nov 2006 14:03:04 -0000	1.1.2.12
+++ addbiblio.tmpl	22 Nov 2006 14:11:45 -0000	1.1.2.13
@@ -319,7 +319,7 @@
 	document.forms['f'].op.value = "addfield";
 	document.forms['f'].addfield_field.value=field;
 	document.forms['f'].repeat_field.value=cntrepeatfield;
-	alert(document.forms['f'].repeat_field.value);
+	//alert(document.forms['f'].repeat_field.value);
 	document.f.submit();
 }
 





More information about the Koha-cvs mailing list