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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt (-2 / +3 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
    [% IF ( supplier.length < 1 ) %]
55
    [% UNLESS count %]
56
        <h1>Your search returned no results.</h1>
57
    [% ELSIF ( supplier.length < 1 ) %]
56
        <h1>Vendor search: [% count %] results found</h1>
58
        <h1>Vendor search: [% count %] results found</h1>
57
    [% ELSE %]
59
    [% ELSE %]
58
        <h1>Vendor search: [% count %] results found for '[% supplier %]'</h1>
60
        <h1>Vendor search: [% count %] results found for '[% supplier %]'</h1>
59
- 

Return to bug 13238