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

Paul POULAIN tipaul at users.sourceforge.net
Wed Jul 2 14:49:45 CEST 2003


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

Modified Files:
	thesaurus.tmpl 
Log Message:
fixing bug in thesaurus entry modification

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/parameters/thesaurus.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** thesaurus.tmpl	4 Apr 2003 08:39:41 -0000	1.2
--- thesaurus.tmpl	2 Jul 2003 12:49:43 -0000	1.3
***************
*** 35,41 ****
  <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'>
  	<table cellpadding=3 cellspacing=3>
  	<tr>
--- 35,45 ----
  <TMPL_IF name="add_form">
  <!-------------------------------------------------------------------------------------------------->
! <H1><TMPL_IF name="search_category">Modification<TMPL_ELSE>Ajout</TMPL_IF></H1>
  	<form action='<TMPL_VAR name="script_name">' name=Aform method=post>
! 	<TMPL_IF name="search_category">
! 		<input type=hidden name=op value='mod_validate'>
! 	<TMPL_ELSE>
! 		<input type=hidden name=op value='add_validate'>
! 	</TMPL_IF>
  	<table cellpadding=3 cellspacing=3>
  	<tr>
***************
*** 46,55 ****
  	<tr>
  
!       <td>autorit&eacute; lib</td>
! 		<td><TMPL_VAR name="father"><input type=text name="stdlib" value='<TMPL_VAR name="stdlib">' maxlength="80" size="80"></td>
  	</tr>
  	<tr>
  
!       <td>Autre lib</td>
  		<td><TMPL_VAR name="father"><input type=text name="freelib" value='<TMPL_VAR name="freelib">' maxlength="80" size="80"></td>
  	</tr>
--- 50,63 ----
  	<tr>
  
!       <td>Forme d'autorit&eacute;</td>
! 		<TMPL_IF name="id">
! 			<td><TMPL_VAR name="father"><TMPL_VAR name="stdlib"><input type="hidden" name="stdlib" value="<TMPL_VAR name="stdlib">" ></td>
! 		<TMPL_ELSE>
! 			<td><TMPL_VAR name="father"><input type="text" name="stdlib" value="<TMPL_VAR name="stdlib">" maxlength="80" size="80"></td>
! 		</TMPL_IF>
  	</tr>
  	<tr>
  
!       <td>Autre forme</td>
  		<td><TMPL_VAR name="father"><input type=text name="freelib" value='<TMPL_VAR name="freelib">' maxlength="80" size="80"></td>
  	</tr>





More information about the Koha-cvs mailing list