[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr/acqui acqui-home.tmpl,1.2,1.3

Paul POULAIN tipaul at users.sourceforge.net
Mon Sep 22 15:04:50 CEST 2003


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

Modified Files:
	acqui-home.tmpl 
Log Message:
french templates fix

Index: acqui-home.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/acqui/acqui-home.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** acqui-home.tmpl	17 Sep 2003 13:34:11 -0000	1.2
--- acqui-home.tmpl	22 Sep 2003 13:04:48 -0000	1.3
***************
*** 3,7 ****
  <FONT SIZE=6><em>Acquisitions</em></FONT><br>
  
! <TABLE align="left" width="40%" cellspacing=0 cellpadding=5 border=1 >
  <TR VALIGN=TOP>
  	<TD  bgcolor="ffdf61" colspan=2>
--- 3,7 ----
  <FONT SIZE=6><em>Acquisitions</em></FONT><br>
  
! <TABLE width="50%" cellspacing=0 cellpadding=5 border=1 >
  <TR VALIGN=TOP>
  	<TD  bgcolor="ffdf61" colspan=2>
***************
*** 10,14 ****
  </TR>
  <TR VALIGN=TOP>
! 	<TD>Id ou nom du vendeur</TD>
  	<TD>
  		<form action="/cgi-bin/koha/acqui/order.pl" method=post>
--- 10,14 ----
  </TR>
  <TR VALIGN=TOP>
! 	<TD>N° ou nom du vendeur</TD>
  	<TD>
  		<form action="/cgi-bin/koha/acqui/order.pl" method=post>
***************
*** 19,48 ****
  </table>
  <br />
- 
- <!-- currencies-->
- <TABLE align="left" cellspacing=0 cellpadding=5 border=1 >
- 	<FORM ACTION="/cgi-bin/koha/currency.pl">
- 	<input type=hidden name=type value=change>
- 	<TR VALIGN=TOP>
- 		<TD  bgcolor="ffdf61" colspan=2><b>Taux de change</b></TD>
- 	</TR>
- 	<TMPL_LOOP name="loop_currency">
- 		<TR VALIGN=TOP>
- 			<TD>
- 				<TMPL_VAR name="currency">
- 			</td>
- 			<td>
- 				<INPUT TYPE="text"  SIZE="10"   NAME="<TMPL_VAR name="currency">" value=<TMPL_VAR name="rate">>
- 			</td>
- 		</TR>
- 	</TMPL_LOOP>
- 	<tr>
- 		<td colspan=2 align="center"><input type=submit value="Save"></TD>
- 	</tr>
- 	</form>
- </table>
- 
  <!-- showbudget-->
! <TABLE  width="40%"  cellspacing=0 cellpadding=5 border=1 >
  <FORM ACTION="/cgi-bin/koha/search.pl">
  <TR VALIGN=TOP>
--- 19,24 ----
  </table>
  <br />
  <!-- showbudget-->
! <TABLE  align="left" width="40%"  cellspacing=0 cellpadding=5 border=1 >
  <FORM ACTION="/cgi-bin/koha/search.pl">
  <TR VALIGN=TOP>
***************
*** 81,84 ****
--- 57,82 ----
  </TR>
  </form>
+ </table>
+ <!-- currencies-->
+ <TABLE cellspacing=0 cellpadding=5 border=1 >
+ 	<FORM ACTION="/cgi-bin/koha/currency.pl">
+ 	<input type=hidden name=type value=change>
+ 	<TR VALIGN=TOP>
+ 		<TD  bgcolor="ffdf61" colspan=2><b>Taux de change</b></TD>
+ 	</TR>
+ 	<TMPL_LOOP name="loop_currency">
+ 		<TR VALIGN=TOP>
+ 			<TD>
+ 				<TMPL_VAR name="currency">
+ 			</td>
+ 			<td>
+ 				<INPUT TYPE="text"  SIZE="10"   NAME="<TMPL_VAR name="currency">" value=<TMPL_VAR name="rate">>
+ 			</td>
+ 		</TR>
+ 	</TMPL_LOOP>
+ 	<tr>
+ 		<td colspan=2 align="center"><input type=submit value="Save"></TD>
+ 	</tr>
+ 	</form>
  </table>
  





More information about the Koha-cvs mailing list