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.4.2.1,1.4.2.2
Date: Thu, 19 Feb 2004 02:24:40 -0800

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 -->




reply via email to

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