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

Antoine Farnault antoine at koha-fr.org
Mon Nov 27 18:53:45 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/11/27 17:53:45

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/includes/javascript: members.js 

Log message:
	adding js function : _(s) used for localisation.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js?cvsroot=koha&only_with_tag=rel_3_0&r1=1.4.2.3&r2=1.4.2.4

Patches:
Index: members.js
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes/javascript/members.js,v
retrieving revision 1.4.2.3
retrieving revision 1.4.2.4
diff -u -b -r1.4.2.3 -r1.4.2.4
--- members.js	13 Oct 2006 14:56:21 -0000	1.4.2.3
+++ members.js	27 Nov 2006 17:53:45 -0000	1.4.2.4
@@ -1,4 +1,11 @@
 <script language="JavaScript" type="text/javascript">
+
+/**
+ *  _(s)
+ *  This function is used just for localisation
+ */
+function _(s) { return s; }
+
 function CheckDate(d) {
 if (d!="")
 {
@@ -32,9 +39,6 @@
    }
 }   
    
-
-
-
 //function test if member is unique and if it's right the member is registred
 function unique() {
 var msg1;





More information about the Koha-cvs mailing list