koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en thesaurus_popup.tmpl,1.1,1.2
Date: Tue, 10 Dec 2002 05:52:47 -0800

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() {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]