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

Paul POULAIN tipaul at users.sourceforge.net
Tue Dec 10 14:52:47 CET 2002


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

Modified Files:
	thesaurus_popup.tmpl 
Log Message:
improvements from Dombes Abbey work

Index: thesaurus_popup.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/thesaurus_popup.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** thesaurus_popup.tmpl	27 Nov 2002 10:29:56 -0000	1.1
--- thesaurus_popup.tmpl	10 Dec 2002 13:52:44 -0000	1.2
***************
*** 1,5 ****
  	<html>
  	<head>
! 	<title>thesaurus value builder</title>
  	</head>
  	<body>
--- 1,5 ----
  	<html>
  	<head>
! 	<title>Thesaurus value builder for category <TMPL_VAR name="category"></title>
  	</head>
  	<body>
***************
*** 10,14 ****
  	<input type="hidden" name="index" value="<TMPL_VAR name="index">">
  	<input type="hidden" name="op" value="search">
! 	<input type="submit" value="Search"></p>
  	</form>
  <TMPL_IF name="search_string">
--- 10,15 ----
  	<input type="hidden" name="index" value="<TMPL_VAR name="index">">
  	<input type="hidden" name="op" value="search">
! 	<input type="submit" value="Search">
! 	<input type="button" value="END" onClick="javascript:report()">
  	</form>
  <TMPL_IF name="search_string">
***************
*** 22,29 ****
  	</form>
  </TMPL_IF>
! 		<form name="f3_pop" onSubmit="javascript:report()">
! 		<input type="hidden" name="category" value="<TMPL_VAR name="category">">
! 		<input type="submit" value="END">
! 		</form>
  		<script>
  		function report() {
--- 23,33 ----
  	</form>
  </TMPL_IF>
! 	<form name="f3_pop"  action="thesaurus_popup.pl" method="post">
! 	<input type="hidden" name="index" value="<TMPL_VAR name="index">">
! 	<input type="hidden" name="category" value="<TMPL_VAR name="category">">
! 	<input type="hidden" name="op" value="add">
! 	insert a new authority : <input type="text" name="insert">
! 	<input type="submit" name="NEW" value="NEW">
! 	</form>
  		<script>
  		function report() {





More information about the Koha-cvs mailing list