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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +5 lines)
Lines 52-58 $(document).ready(function() { Link Here
52
    
52
    
53
[% INCLUDE 'acquisitions-toolbar.inc' %]
53
[% INCLUDE 'acquisitions-toolbar.inc' %]
54
[% UNLESS ( count == 1 ) %]
54
[% UNLESS ( count == 1 ) %]
55
<h1>You searched on <b>vendor [% supplier %],</b> [% count %] results found</h1>
55
    [% IF ( supplier.length < 1 ) %]
56
        <h1>Vendor search: [% count %] results found</h1>
57
    [% ELSE %]
58
        <h1>Vendor search: [% count %] results found for '[% supplier %]'</h1>
59
    [% END %]
56
[% END %]
60
[% END %]
57
[% IF ( loop_suppliers.size ) %]
61
[% IF ( loop_suppliers.size ) %]
58
    [% UNLESS (count == 1) %]
62
    [% UNLESS (count == 1) %]
59
- 

Return to bug 13238