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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search-result.tt (-2 / +7 lines)
Lines 18-24 function GetIt(aqbooksellerid,name) Link Here
18
	
18
	
19
19
20
<h1>Vendor search results</h1>
20
<h1>Vendor search results</h1>
21
<h2>You searched on <b>vendor [% supplier %],</b> [% count %] results found</h2>
21
[% UNLESS count %]
22
    <h2>Your search returned no results.</h2>
23
[% ELSIF ( supplier.length < 1 ) %]
24
    <h2>Vendor search: [% count %] result(s) found</h2>
25
[% ELSE %]
26
    <h2>Vendor search: [% count %] result(s) found for '[% supplier %]'</h2>
27
[% END %]
22
28
23
[% IF ( loop_suppliers ) %]
29
[% IF ( loop_suppliers ) %]
24
<table>
30
<table>
25
- 

Return to bug 17165