koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simpl... [rel_2_2]
Date: Tue, 21 Mar 2006 01:30:31 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/03/21 01:30:31

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

Log message:
        bugfixing form submission

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl.diff?only_with_tag=rel_2_2&tr1=1.4.2.13&tr2=1.4.2.14&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl
diff -u 
koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl:1.4.2.13 
koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl:1.4.2.14
--- koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl:1.4.2.13    
Fri Mar 17 10:49:22 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/acqui.simple/addbiblio.tmpl     Tue Mar 
21 01:30:31 2006
@@ -22,7 +22,7 @@
                <!-- TMPL_IF name="bibid" -->
                        <input type="button" value="Save Bibliographic Record 
and go to Items" onclick="Check(this.form);" accesskey="w" class="submit" />
                <!-- TMPL_ELSE -->
-                       <input type="button" value="Add Bibliographic Record 
and go to Items" onclick="document.write(' Check(this.form);" accesskey="w" 
class="submit" />
+                       <input type="button" value="Add Bibliographic Record 
and go to Items" onclick="Check(this.form);" accesskey="w" class="submit" />
                <!-- /TMPL_IF -->
        <input type="button" value="z39.50 Search" class="submit" 
onclick="PopupZ3950(); return false;" / ></div>
 
@@ -529,6 +529,8 @@
  clonetrigger = clone.getElementsByTagName('a')[0];
  clonetrigger.setAttribute("onclick","cloneSubfield('" + index + index + "')");
  clone.setAttribute("tabindex","1");
+ var orginput = original.getElementsByTagName('input')[0];
+ orginput.value = '';
  original.parentNode.insertBefore( clone, original.nextSibling); 
 }
 




reply via email to

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