@@ -, +, @@ --- catalogue/search.pl | 3 +++ .../en/modules/admin/preferences/staff-client.pref | 6 ++++++ .../prog/en/modules/catalogue/results.tmpl | 4 ++-- 3 files changed, 11 insertions(+), 2 deletions(-) --- a/catalogue/search.pl +++ a/catalogue/search.pl @@ -538,6 +538,9 @@ for (my $i=0;$i<@servers;$i++) { } exit; } + unless(C4::Context->preference("StaffAuthorisedValueImages")) { + $_->{noauthimg}=1 for @newresults; #enh 5687 + } if ($hits) { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff-client.pref @@ -63,6 +63,12 @@ Staff Client: choices: local: "included with Koha (faster, will work if internet goes down)." "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)." + - + - pref: StaffAuthorisedValueImages + choices: + yes: Show + no: "Don't show" + - images for authorized values (such as lost statuses and locations) in search results. Options: - - pref: viewMARC --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl @@ -438,7 +438,7 @@ function GetZ3950Terms(){

- +

" alt="" /> @@ -446,7 +446,7 @@ function GetZ3950Terms(){

- +

No holds allowed --