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/fr/acqui.simple add


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple addbiblio.tmpl,1.5,1.6
Date: Mon, 08 Sep 2003 01:41:55 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple
In directory 
sc8-pr-cvs1:/tmp/cvs-serv31778/koha-tmpl/intranet-tmpl/default/fr/acqui.simple

Modified Files:
        addbiblio.tmpl 
Log Message:
french transation

Index: addbiblio.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** addbiblio.tmpl      25 Jun 2003 15:06:10 -0000      1.5
--- addbiblio.tmpl      8 Sep 2003 08:41:53 -0000       1.6
***************
*** 28,31 ****
--- 28,32 ----
                <td width=9% align="center"><a href="javascript:active(9)"><div 
id="link9">9</div></a></td>
                <td width=10% align="center"><input type="hidden" name="op" 
value="addbiblio">
+                                                                               
                <input type="hidden" name="addfield_field">
                                                                                
                <input type="hidden" name="oldbiblionumber" value="<TMPL_VAR 
name="oldbiblionumber">">
                                                                                
                <input type="button" value="items" onClick='Check(this.form)' 
accesskey="w">
***************
*** 392,395 ****
--- 393,400 ----
        }
  }
+ function Dopop(link,i) {
+       defaultvalue=document.forms[0].field_value[i].value;
+       newin=window.open(link+"&result="+defaultvalue,"value 
builder",'width=600,height=400,toolbar=false,scrollbars=yes');
+ }
  
  function PopupZ3950(link,i) {
***************
*** 411,419 ****
        newin=window.open("../z3950/search.pl?bibid=<TMPL_VAR 
name="bibid">"+strQuery,"z3950 
search",'width=500,height=400,toolbar=false,scrollbars=yes');
  }
- 
  function AddField(field) {
        document.forms[0].op.value = "addfield";
        document.forms[0].addfield_field.value=field;
!       document.f_add.submit();
  }
  </script>
--- 416,423 ----
        newin=window.open("../z3950/search.pl?bibid=<TMPL_VAR 
name="bibid">"+strQuery,"z3950 
search",'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  function AddField(field) {
        document.forms[0].op.value = "addfield";
        document.forms[0].addfield_field.value=field;
!       document.f.submit();
  }
  </script>




reply via email to

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