[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/value_builder unimarc_field_60X.tmpl,1.2,1.2.2.1 unimarc_field_700_701_702.tmpl,1.2,1.2.2.1

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


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

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

Index: unimarc_field_60X.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_60X.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** unimarc_field_60X.tmpl	9 Dec 2003 10:28:58 -0000	1.2
--- unimarc_field_60X.tmpl	19 Feb 2004 10:24:17 -0000	1.2.2.1
***************
*** 23,29 ****
  	<form name="f_pop" action="plugin_launcher.pl" method="post">
  		<input type="hidden" name="plugin_name" value="unimarc_field_60X.pl">
! 		<textarea name="result" rows=10 cols=50><!-- TMPL_VAR name="result" --></textarea>
  		<br/><input type="button" value="OK" onClick="javascript:finish()">
! 		<p><h2>Recherche</h2>
  			<a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=A">A</a>
  			<a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=B">B</a>
--- 23,29 ----
  	<form name="f_pop" action="plugin_launcher.pl" method="post">
  		<input type="hidden" name="plugin_name" value="unimarc_field_60X.pl">
! 		<textarea name="result" rows=5 cols=50><!-- TMPL_VAR name="result" --></textarea>
  		<br/><input type="button" value="OK" onClick="javascript:finish()">
! 		<p><h2>Search</h2>
  			<a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=A">A</a>
  			<a href="plugin_launcher.pl?plugin_name=unimarc_field_60X.pl&search_string=B">B</a>

Index: unimarc_field_700_701_702.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/value_builder/unimarc_field_700_701_702.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** unimarc_field_700_701_702.tmpl	9 Dec 2003 10:28:58 -0000	1.2
--- unimarc_field_700_701_702.tmpl	19 Feb 2004 10:24:17 -0000	1.2.2.1
***************
*** 6,10 ****
  	<form name="f_pop" action="plugin_launcher.pl" method="post">
  	<input type="hidden" name="plugin_name" value="unimarc_field_700_701_702.pl">
! 	<textarea name="result" rows=10 cols=60><!-- TMPL_VAR name="result" --></textarea></br>
  	<p><input type="text" name="search_string" value="<!-- TMPL_VAR name="search_string" -->">
  	<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
--- 6,11 ----
  	<form name="f_pop" action="plugin_launcher.pl" method="post">
  	<input type="hidden" name="plugin_name" value="unimarc_field_700_701_702.pl">
! 	<textarea name="result" rows=5 cols=60><!-- TMPL_VAR name="result" --></textarea></br>
! 	<input type="button" value="END" onClick="javascript:report()">
  	<p><input type="text" name="search_string" value="<!-- TMPL_VAR name="search_string" -->">
  	<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->">
***************
*** 14,18 ****
  	<input type="hidden" name="c" value="<!-- TMPL_VAR name="c" -->">
  	<input type="hidden" name="f" value="<!-- TMPL_VAR name="f" -->">
! 	<input type="submit" value="Search"><input type="button" value="END" onClick="javascript:report()">
  	</form>
  <!-- TMPL_IF name="search_string" -->
--- 15,19 ----
  	<input type="hidden" name="c" value="<!-- TMPL_VAR name="c" -->">
  	<input type="hidden" name="f" value="<!-- TMPL_VAR name="f" -->">
! 	<input type="submit" value="Search">
  	</form>
  <!-- TMPL_IF name="search_string" -->
***************
*** 23,27 ****
  	<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