[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters thesaurus.tmpl,1.12,1.13

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/en/parameters
In directory sc8-pr-cvs1:/tmp/cvs-serv16669/koha-tmpl/intranet-tmpl/default/en/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/en/parameters/thesaurus.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** thesaurus.tmpl	26 Apr 2003 03:54:51 -0000	1.12
--- thesaurus.tmpl	2 Jul 2003 12:49:43 -0000	1.13
***************
*** 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">Modify<TMPL_ELSE>Add</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>
***************
*** 45,49 ****
  	<tr>
  		<td>Authority lib</td>
! 		<td><TMPL_VAR name="father"><input type="text" name="stdlib" value="<TMPL_VAR name="stdlib">" maxlength="80" size="80"></td>
  	</tr>
  	<tr>
--- 49,57 ----
  	<tr>
  		<td>Authority lib</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>





More information about the Koha-cvs mailing list