Browse Source

synch'ing with 2.2

3.0.x
tipaul 19 years ago
parent
commit
1923629300
  1. 4
      C4/AuthoritiesMarc.pm
  2. 4
      C4/Biblio.pm
  3. 2
      C4/SearchMarc.pm
  4. 10
      koha-tmpl/opac-tmpl/css/en/opac-search.tmpl
  5. 2
      koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl

4
C4/AuthoritiesMarc.pm

@ -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).

4
C4/Biblio.pm

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

2
C4/SearchMarc.pm

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

10
koha-tmpl/opac-tmpl/css/en/opac-search.tmpl

@ -113,8 +113,7 @@
<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>
@ -132,13 +131,6 @@
<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" />

2
koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl

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

Loading…
Cancel
Save