[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple additem.tmpl,1.5.2.4,1.5.2.5 isbnsearch.tmpl,1.2.2.4,1.2.2.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 19 11:26:10 CET 2004


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

Modified Files:
      Tag: rel_2_0
	additem.tmpl isbnsearch.tmpl 
Log Message:
french version of previous commits

Index: additem.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/additem.tmpl,v
retrieving revision 1.5.2.4
retrieving revision 1.5.2.5
diff -C2 -r1.5.2.4 -r1.5.2.5
*** additem.tmpl	28 Jan 2004 16:44:57 -0000	1.5.2.4
--- additem.tmpl	19 Feb 2004 10:26:07 -0000	1.5.2.5
***************
*** 17,20 ****
--- 17,21 ----
  			<td width=8%><a href="addbiblio.pl?oldbiblionumber=<!-- TMPL_VAR name="biblionumber" -->"><img border="0" src="<!-- TMPL_VAR name="interface" -->/<!-- TMPL_VAR name="theme" -->/images/fileopen.png"></td>
  			<td width=8%><a href="../detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->">Normal</a></td>
+ 			<td width=8%><a href="javascript:Doprint('../detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')">Imprimer</a></td>
  			<td align="center"><b>Notice biblio MARC : <!-- TMPL_VAR name="biblionumber" --></b></td>
  		</tr>
***************
*** 123,126 ****
--- 124,131 ----
  	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');
+ }
+ 
  function confirm_deletion(bibid,itemnum) {
  	var is_confirmed = confirm('Do you confirm item deletion ?');

Index: isbnsearch.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui.simple/isbnsearch.tmpl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -r1.2.2.4 -r1.2.2.5
*** isbnsearch.tmpl	10 Feb 2004 14:06:18 -0000	1.2.2.4
--- isbnsearch.tmpl	19 Feb 2004 10:26:07 -0000	1.2.2.5
***************
*** 4,8 ****
  Recherche effectuée sur <b><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR name="title" --><!-- /TMPL_IF --></b><br />
  <!-- TMPL_IF name="total" -->
! <!-- TMPL_VAR NAME=total --> Résultats trouvés<br />
  Résultats <i><!-- TMPL_VAR name="showoffset" --></i> to <i><!-- TMPL_VAR name="total" --></i> affiché
  <!-- /TMPL_IF -->
--- 4,8 ----
  Recherche effectuée sur <b><!-- TMPL_IF name="isbn" -->ISBN <!-- TMPL_VAR name="isbn" --><!-- /TMPL_IF --><!-- TMPL_IF name="title" -->title <!-- TMPL_VAR name="title" --><!-- /TMPL_IF --></b><br />
  <!-- TMPL_IF name="total" -->
! <!-- TMPL_VAR name="count" --> Résultats trouvés<br />
  Résultats <i><!-- TMPL_VAR name="showoffset" --></i> to <i><!-- TMPL_VAR name="total" --></i> affiché
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list