View | Details | Raw Unified | Return to bug 13618
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-search.inc (-1 / +1 lines)
Lines 53-59 Link Here
53
            <option value="is">is exactly</option>
53
            <option value="is">is exactly</option>
54
            [% END %]
54
            [% END %]
55
        </select>
55
        </select>
56
        <input id="value_mainentry" type="text" name="value" value="[% value | html%]" class="head-searchbox" />
56
        <input id="value_mainentry" type="text" name="value" value="[% value%]" class="head-searchbox" />
57
        <select name="orderby">
57
        <select name="orderby">
58
            [% IF ( orderby == 'HeadingAsc' ) %]
58
            [% IF ( orderby == 'HeadingAsc' ) %]
59
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
59
            <option value="HeadingAsc" selected="selected">Heading A-Z</option>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc (-2 / +1 lines)
Lines 5-11 Link Here
5
<tr>
5
<tr>
6
  <td>
6
  <td>
7
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title %]</a>
7
    <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% biblio.biblionumber %]" title="Go to record detail page">[% biblio.title %]</a>
8
    [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author |html %]
8
    [% IF ( Koha.Preference( 'marcflavour' ) == 'UNIMARC' && biblio.author ) %] by[% END %] [% biblio.author %]
9
  </td>
9
  </td>
10
  <td>[% biblioitem.publicationyear || biblio.copyrightdate %]</td>
10
  <td>[% biblioitem.publicationyear || biblio.copyrightdate %]</td>
11
  <td>[% biblioitem.publishercode %]</td>
11
  <td>[% biblioitem.publishercode %]</td>
12
- 

Return to bug 13618