[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple addbiblio.tmpl,1.10.2.5,1.10.2.6 additem.tmpl,1.5.2.6,1.5.2.7

Paul POULAIN tipaul at users.sourceforge.net
Mon Mar 22 15:56:40 CET 2004


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

Modified Files:
      Tag: rel_2_0
	addbiblio.tmpl additem.tmpl 
Log Message:
french update

Index: addbiblio.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/addbiblio.tmpl,v
retrieving revision 1.10.2.5
retrieving revision 1.10.2.6
diff -C2 -r1.10.2.5 -r1.10.2.6
*** addbiblio.tmpl	19 Mar 2004 08:17:07 -0000	1.10.2.5
--- addbiblio.tmpl	22 Mar 2004 14:56:37 -0000	1.10.2.6
***************
*** 513,517 ****
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=550,height=550,toolbar=false,scrollbars=oui');
  }
  
--- 513,517 ----
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=550,height=550,toolbar=false,scrollbars=yes');
  }
  
***************
*** 532,536 ****
  		}
  	}
! 	newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR name="bibid" -->"+strQuery,"z3950search",'width=500,height=550');
  }
  
--- 532,536 ----
  		}
  	}
! 	newin=window.open("../z3950/search.pl?bibid=<!-- TMPL_VAR name="bibid" -->"+strQuery,"z3950search",'width=500,height=550,scrollbars=yes');
  }
  

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/additem.tmpl,v
retrieving revision 1.5.2.6
retrieving revision 1.5.2.7
diff -C2 -r1.5.2.6 -r1.5.2.7
*** additem.tmpl	19 Mar 2004 08:17:07 -0000	1.5.2.6
--- additem.tmpl	22 Mar 2004 14:56:37 -0000	1.5.2.7
***************
*** 123,130 ****
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=500,height=400,toolbar=false,scrollbars=oui');
  }
  function Doprint(link) {
! 	newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=oui');
  }
  
--- 123,130 ----
  function Dopop(link,i) {
  	defaultvalue=document.forms[0].field_value[i].value;
! 	newin=window.open(link+"&result="+defaultvalue,"value builder",'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  function Doprint(link) {
! 	newin=window.open(link,'width=500,height=400,toolbar=false,scrollbars=yes');
  }
  





More information about the Koha-cvs mailing list