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

Paul POULAIN tipaul at users.sourceforge.net
Thu Dec 4 12:52:44 CET 2003


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

Modified Files:
	thesaurus.tmpl 
Log Message:
bugfix : adding thesaurus entries did not work (worked in french)

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** thesaurus.tmpl	10 Jul 2003 14:11:46 -0000	1.15
--- thesaurus.tmpl	4 Dec 2003 11:52:41 -0000	1.16
***************
*** 35,44 ****
  <TMPL_IF name="add_form">
  <!-------------------------------------------------------------------------------------------------->
! <H1><TMPL_IF name="search_category">Add<TMPL_ELSE>Modify</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='add_validate'>
- 	<TMPL_ELSE>
  		<input type=hidden name=op value='mod_validate'>
  	</TMPL_IF>
  	<table cellpadding=3 cellspacing=3>
--- 35,44 ----
  <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>





More information about the Koha-cvs mailing list