From b5799ed5f3b47156dc8bc1935b5006072ccf6202 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 7 Feb 2011 14:43:07 +0100 Subject: [PATCH] Bug 5687: Add pref StaffAuthorisedValueImages for staff search results Content-Type: text/plain; charset="utf-8" This patch contains the functionality, not the install stuff. Revised: recent commit renamed the staff client pref file. --- 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(-) diff --git a/catalogue/search.pl b/catalogue/search.pl index 8cb737d..ec5015c 100755 --- a/catalogue/search.pl +++ b/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) { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref index 0d7fedc..38753c3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ b/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 diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl index df09c4f..9bb930b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl +++ b/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 -- 1.6.0.6