[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en thesaurus_popup.tmpl,1.4.2.1,1.4.2.2

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 19 11:24:40 CET 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24149/koha-tmpl/intranet-tmpl/default/en

Modified Files:
      Tag: rel_2_0
	thesaurus_popup.tmpl 
Log Message:
textarea 5 lines instead of 10

Index: thesaurus_popup.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/thesaurus_popup.tmpl,v
retrieving revision 1.4.2.1
retrieving revision 1.4.2.2
diff -C2 -r1.4.2.1 -r1.4.2.2
*** thesaurus_popup.tmpl	26 Jan 2004 10:46:35 -0000	1.4.2.1
--- thesaurus_popup.tmpl	19 Feb 2004 10:24:32 -0000	1.4.2.2
***************
*** 5,9 ****
  <body>
  	<form name="f_pop" action="thesaurus_popup.pl" method="post">
! 		<textarea name="result" rows=10 cols=60><!-- TMPL_VAR name="result" --></textarea></br>
  		<br/><input type="button" value="OK" onClick="javascript:report()">
  		<p>
--- 5,9 ----
  <body>
  	<form name="f_pop" action="thesaurus_popup.pl" method="post">
! 		<textarea name="result" rows=5 cols=60><!-- TMPL_VAR name="result" --></textarea></br>
  		<br/><input type="button" value="OK" onClick="javascript:report()">
  		<p>
***************
*** 24,28 ****
  	<input type="hidden" name="op" value="select">
  	<input type="hidden" name="result" value="<!-- TMPL_VAR name="result" -->">
! 	<input type="submit" name="OK" value="OK">
  	</form>
  <!-- /TMPL_IF -->
--- 24,28 ----
  	<input type="hidden" name="op" value="select">
  	<input type="hidden" name="result" value="<!-- TMPL_VAR name="result" -->">
! 	<input type="submit" name="OK" value="select">
  	</form>
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list