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

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 10 16:11:48 CEST 2003


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

Modified Files:
	thesaurus.tmpl 
Log Message:
small fixes for thesaurus modification & removed useless "toponly" in templates

Index: thesaurus.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/parameters/thesaurus.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** thesaurus.tmpl	4 Jul 2003 14:03:44 -0000	1.14
--- thesaurus.tmpl	10 Jul 2003 14:11:46 -0000	1.15
***************
*** 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>
--- 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>
***************
*** 64,68 ****
  			<input type="hidden" name="father" value="<TMPL_VAR name="father" escape=HTML>">
  			<input type="hidden" name="branch" value="<TMPL_VAR name="branch" escape=HTML>">
- 			<input type="hidden" name="toponly" value="<TMPL_VAR name="toponly">">
  			<input type="hidden" name="search_category" value="<TMPL_VAR name="search_category">">
  			<input type="hidden" name="searchstring" value="<TMPL_VAR name="searchstring" escape=HTML>">
--- 64,67 ----
***************
*** 105,109 ****
  	<form action="/cgi-bin/koha/admin/thesaurus.pl" method="post">
  		<TMPL_VAR name="tab_list">
- 		<input type="checkbox" name="toponly" value="1" <TMPL_IF name="toponly">checked</TMPL_IF>>Top hierarchy only
  		<input type="text" name="searchstring" value="<TMPL_VAR name="searchstring">">
  		<input type="submit" value="OK">
--- 104,107 ----





More information about the Koha-cvs mailing list