[Koha-cvs] koha/koha-tmpl/intranet-tmpl/default/en/acqui.s... [rel_2_2]

paul poulain paul at koha-fr.org
Fri Jun 9 18:01:46 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	paul poulain <tipaul>	06/06/09 16:01:46

Modified files:
	koha-tmpl/intranet-tmpl/default/en/acqui.simple: addbiblio.tmpl 

Log message:
	if the check fails (mandatory fields), go back to default cursor

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.33.2.23&r2=1.33.2.24

Patches:
Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.33.2.23
retrieving revision 1.33.2.24
diff -u -b -r1.33.2.23 -r1.33.2.24
--- addbiblio.tmpl	9 Jun 2006 15:58:09 -0000	1.33.2.23
+++ addbiblio.tmpl	9 Jun 2006 16:01:46 -0000	1.33.2.24
@@ -219,6 +219,7 @@
 	var total_errors = total_missing_mandatory_tags + total_missing_mandatory_subfields;
 	var alertString2;
 	if (total_errors!=0) {
+        document.body.style.cursor ="default";
 		alertString2  = _("Form not submitted because of the following problem(s)");
 		alertString2 += "\n------------------------------------------------------------------------------------\n";
 		alertString2 += "\n- "+ total_missing_mandatory_tags +_(" mandatory tags empty");





More information about the Koha-cvs mailing list