Bug 8944: Fix invoices search wording
authorNicole C. Engard <nengard@bywatersolutions.com>
Sun, 14 Oct 2012 14:19:15 +0000 (10:19 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 22 Oct 2012 15:59:00 +0000 (17:59 +0200)
When the invoices page has no results it asks the user
to use the form on the left to search. This patch fixes the
wording to make it a bit clearer.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt

index c324882..a04204e 100644 (file)
@@ -130,7 +130,7 @@ $(document).ready(function() {
           </p>
         [% END %]<!-- results_loop -->
       [% ELSE %]
-        <p>Please fill in the form to the left to make a search.</p>
+        <p>Use the search form on the left to find invoices.</p>
       [% END %]<!-- do_search -->
     </div>
   </div>