koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.16.2.6,


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-main.tmpl,1.16.2.6,1.16.2.7
Date: Fri, 23 Sep 2005 03:04:08 -0700

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2007/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_2
        opac-main.tmpl 
Log Message:
fixing bug for recent acquisitions. Now works well.

Index: opac-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-main.tmpl,v
retrieving revision 1.16.2.6
retrieving revision 1.16.2.7
diff -C2 -r1.16.2.6 -r1.16.2.7
*** opac-main.tmpl      26 Jul 2005 09:25:06 -0000      1.16.2.6
--- opac-main.tmpl      23 Sep 2005 10:04:06 -0000      1.16.2.7
***************
*** 43,47 ****
        <form action="/cgi-bin/koha/opac-search.pl">
                <p>
!                       <!-- TMPL_VAR name="CGIitemtype" --> acquired recently 
(the most recent being first)
                        <input type="hidden" name="marclist" 
value="biblioitems.itemtype" />
                        <input type="hidden" name="and_or" value="and" />
--- 43,47 ----
        <form action="/cgi-bin/koha/opac-search.pl">
                <p>
!                       <!-- TMPL_VAR name="CGIitemtype" --> 
                        <input type="hidden" name="marclist" 
value="biblioitems.itemtype" />
                        <input type="hidden" name="and_or" value="and" />
***************
*** 50,55 ****
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="type" value="opac" />
                        <input type="hidden" name="orderby" 
value="biblio.timestamp" />
-                       <input type="hidden" name="desc_or_asc" value="desc" />
                        <input type="submit" value="OK" class="button" />
                </p>
--- 50,57 ----
                        <input type="hidden" name="op" value="do_search" />
                        <input type="hidden" name="type" value="opac" />
+                       acquired in the last
+                       <input type="text" name="desc_or_asc" size="3" />
+                       days
                        <input type="hidden" name="orderby" 
value="biblio.timestamp" />
                        <input type="submit" value="OK" class="button" />
                </p>




reply via email to

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