synch'ing with 2.2
authortipaul <tipaul>
Mon, 7 Mar 2005 08:55:29 +0000 (08:55 +0000)
committertipaul <tipaul>
Mon, 7 Mar 2005 08:55:29 +0000 (08:55 +0000)
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/SearchMarc.pm
koha-tmpl/opac-tmpl/css/en/opac-search.tmpl
koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl

index fd1a20f..00d57b0 100644 (file)
@@ -858,8 +858,8 @@ Paul POULAIN paul.poulain@free.fr
 
 # $Id$
 # $Log$
-# Revision 1.10  2005/03/01 13:40:48  tipaul
-# merging 2.2 branch with head. Sorry for not making it before, many many commits done here
+# Revision 1.11  2005/03/07 08:55:29  tipaul
+# synch'ing with 2.2
 #
 # Revision 1.9.2.2  2005/02/28 14:03:13  tipaul
 # * adding search on "main entry" (ie $a subfield) on a given authority (the "search everywhere" field is still here).
index 125fdd7..f870afe 100644 (file)
@@ -2653,8 +2653,8 @@ Paul POULAIN paul.poulain@free.fr
 
 # $Id$
 # $Log$
-# Revision 1.116  2005/03/01 13:40:48  tipaul
-# merging 2.2 branch with head. Sorry for not making it before, many many commits done here
+# Revision 1.117  2005/03/07 08:55:29  tipaul
+# synch'ing with 2.2
 #
 # Revision 1.115.2.5  2005/02/24 13:54:04  tipaul
 # exporting MARCdelsubfield sub. It's used in authority merging.
index a033c66..c3b81b1 100644 (file)
@@ -165,7 +165,7 @@ $marcflavour ("MARC21" or "UNIMARC") determines which tags are used for retrievi
 =cut
 
 sub catalogsearch {
-       my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby, $desc_or_asc) = @_;
+       my ($dbh, $tags, $and_or, $excluding, $operator, $value, $offset,$length,$orderby) = @_;
        # build the sql request. She will look like :
        # select m1.bibid
        #               from marc_subfield_table as m1, marc_subfield_table as m2
index e20e96d..b6f1fa3 100644 (file)
                        <input type="hidden" name="operator" value="<=" />
                        <input type="text" name="value" size="6" maxlength="4" onchange="sql_update()" />
                </p>
-               <p>
-                       <label class="label20">Results per page :</label>
+               <p>Results per page :
                        <select name="resultsperpage" size="1">
                                <option value="20">20</option>
                                <option value="50">50</option>
                                <option value="biblio.timestamp desc">Acquisition date</option>
                        </select>
                </p>
-               <p>
-                       <label class="label20">Order :</label>
-                       <select name="desc_or_asc" size="1">
-                               <option value="ASC">Ascending</option>
-                               <option value="DESC">Descending</option>
-                       </select>
-               </p>            
        </div>
        <p>
                <input type="submit" value="Start search" class="button catalogue" />
index a1bc804..058c844 100644 (file)
@@ -75,7 +75,7 @@
                since <b><!-- TMPl_VAR name="startdate" --></b>
                </p>
                <p><!-- TMPL_VAR name="notes" --></p>
-       <!-- TMPL_IF name="opacnotes" -->
+       <!-- TMPL_IF name="opacnote" -->
                <h2 class="catalogue">Issues summary</h2>
                <p>
                        <!-- TMPL_VAR name="opacnote" -->