From efb3a155ee5e4d51b451cdb5fe13247219ee7e26 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 10 Mar 2016 09:19:14 -0500 Subject: [PATCH] Bug 16060 - Add Font Awesome icon to Z39.50 search button when no results are found Content-Type: text/plain; charset="utf-8" When a staff client catalog search returns no results, a Z39.50/SRU search button is shown. This patch adds a Font Awesome icon to that button. Also changed: A stray extra double quote has been removed. The onclick attribute has been removed from the search button in favor of an event already defined. To test, apply the patch and perform a search in the staff client catalog which will return no results. - Confirm that the Z39.50/SRU button looks correct and works correctly. - Validate the HTML of the page and confirm that no unexpected errors are returned. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index 68658fe..0e77646 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -361,7 +361,7 @@ var holdForPatron = function () { [% ELSE %] -
Place hold
+
Place hold
[% END %] [% END %] @@ -371,7 +371,7 @@ var holdForPatron = function () { [% ELSE %]
- +

No results found

[% IF ( searchdesc ) %] -- 2.1.4