[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reserve re... [rel_3_0]
From: |
Bruno Toumi |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/reserve re... [rel_3_0] |
Date: |
Fri, 10 Nov 2006 09:54:14 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Bruno Toumi <btoumi> 06/11/10 09:54:14
Modified files:
koha-tmpl/intranet-tmpl/prog/en/reserve: request.tmpl
Log message:
removing _( to make javascript work
WARNING : this is a temporary & dirty fix : translations won't work
anymore without _(
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.5&r2=1.3.2.6
Patches:
Index: request.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/reserve/request.tmpl,v
retrieving revision 1.3.2.5
retrieving revision 1.3.2.6
diff -u -b -r1.3.2.5 -r1.3.2.6
--- request.tmpl 2 Nov 2006 16:17:09 -0000 1.3.2.5
+++ request.tmpl 10 Nov 2006 09:54:14 -0000 1.3.2.6
@@ -34,14 +34,14 @@
}
if (count_reserv == "0"){
- msg += _("- Please select a document to reserve\n");
+ msg += ("- Please select a document to reserve\n");
}
if (count_reserv >= "2"){
- msg += _("- You can select only one type of document\n by item,
or by the first item returned\n");
+ msg += ("- You can select only one type of document\n by item,
or by the first item returned\n");
}
if (alreadyreserved > "0"){
- msg += _("- This borrower had already reserved this document\n
Please cancel the previous reserve first \n");
+ msg += ("- This borrower had already reserved this document\n
Please cancel the previous reserve first \n");
}
if (msg == "") return(true);
@@ -52,7 +52,6 @@
}
</script>
-
<h1>Request for reserve</h1>
<fieldset>