Lines 235-241
Link Here
|
235 |
</div> <!-- /#merge_invoices --> |
235 |
</div> <!-- /#merge_invoices --> |
236 |
[% ELSE # IF invoices %] |
236 |
[% ELSE # IF invoices %] |
237 |
<p>Sorry, but there are no results for your search.</p> |
237 |
<p>Sorry, but there are no results for your search.</p> |
238 |
<p>Search was: |
238 |
<div>Search was: |
239 |
<ul> |
239 |
<ul> |
240 |
[% IF ( invoicenumber ) %] |
240 |
[% IF ( invoicenumber ) %] |
241 |
<li>Invoice number: [% invoicenumber | html %]</li> |
241 |
<li>Invoice number: [% invoicenumber | html %]</li> |
Lines 298-304
Link Here
|
298 |
<li>Library: [% Branches.GetName( branch ) | html %]</li> |
298 |
<li>Library: [% Branches.GetName( branch ) | html %]</li> |
299 |
[% END %] |
299 |
[% END %] |
300 |
</ul> |
300 |
</ul> |
301 |
</p> |
301 |
</div> |
302 |
[% END # /IF invoices %] |
302 |
[% END # /IF invoices %] |
303 |
[% ELSE %] |
303 |
[% ELSE %] |
304 |
<p>Use the search form on the left to find invoices.</p> |
304 |
<p>Use the search form on the left to find invoices.</p> |
305 |
- |
|
|