[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes/j... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes/j... [rel_3_0] |
Date: |
Mon, 27 Nov 2006 17:53:45 +0000 |
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/includes/j... [rel_3_0],
Antoine Farnault <=