koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.


From: doXulting
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui newbiblio.tmpl,1.16,1.17
Date: Mon, 07 Mar 2005 07:19:31 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27736/koha-tmpl/intranet-tmpl/default/en/acqui

Modified Files:
        newbiblio.tmpl 
Log Message:
the javascript variable 'title' wasn't initialized

Index: newbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/acqui/newbiblio.tmpl,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** newbiblio.tmpl      1 Mar 2005 13:40:51 -0000       1.16
--- newbiblio.tmpl      7 Mar 2005 15:19:26 -0000       1.17
***************
*** 52,56 ****
  
  function check(f) {
!   quantity=f.quantity.value
    if (title == "") {
        alert("Title can't be empty");
--- 52,57 ----
  
  function check(f) {
!   quantity=f.quantity.value;
!   title=f.quantity.value;
    if (title == "") {
        alert("Title can't be empty");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]