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

Paul POULAIN tipaul at users.sourceforge.net
Mon May 19 15:53:49 CEST 2003


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

Modified Files:
	systempreferences.tmpl 
Log Message:
small fix

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/systempreferences.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** systempreferences.tmpl	4 Apr 2003 08:39:41 -0000	1.2
--- systempreferences.tmpl	19 May 2003 13:53:46 -0000	1.3
***************
*** 56,66 ****
  <TMPL_IF name="add_form">
  <!-------------------------------------------------------------------------------------------------->
! 	<H1><TMPL_VAR name="action"></H1>
  	<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
  	<input type=hidden name=op value='add_validate'>
- 	<input type=hidden name=explanation value='<TMPL_VAR name="explanation">'>
  	<table>
! 	<tr><td>Paramètre</td><td><TMPL_VAR name="searchfield"></td></tr>
! 	<tr><td>Valeur</td><td><input type=text name=value value='<TMPL_VAR name="value">'></td></tr>
  	<tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  	</table>
--- 56,74 ----
  <TMPL_IF name="add_form">
  <!-------------------------------------------------------------------------------------------------->
! 	<TMPL_IF NAME=modify>
! 		<h1>Modifier pr&eacute;f&eacute;rence syst&egrave;me</h1>
! 	<TMPL_ELSE>
! 		<H1>Ajouter pr&eacute;f&eacute;rence syst&egrave;me</H1>
! 	</TMPL_IF>
  	<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
  	<input type=hidden name=op value='add_validate'>
  	<table>
! 	<TMPL_IF NAME=searchfield>
! 		<tr><td>Variable</td><td><TMPL_VAR name="searchfield"><input type=hidden name=variable value='<TMPL_VAR NAME=searchfield>'></td></tr>
! 	<TMPL_ELSE>
! 		<tr><td>Variable</td><td><input type=text name=variable></td></tr>
! 	</TMPL_IF>
! 	<tr><td>Value</td><td><input type=text name=value value='<TMPL_VAR name="value">'></td></tr>
! 	<tr><td>Explanation</td><td><input type=text name=explanation size=80 value='<TMPL_VAR name="explanation">'></td></tr>
  	<tr><td>&nbsp;</td><td><INPUT type=button value='OK' onClick='Check(this.form)'></td></tr>
  	</table>





More information about the Koha-cvs mailing list