From 48bdfb0ccb73d2d861f89bc22e9695c0df4a1111 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 5 Apr 2012 13:50:48 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 7897: Move the SocialNetworks syspref to the Opac tab Content-Type: text/plain; charset="utf-8" Original bug is Bug 7470 Signed-off-by: Owen Leonard --- .../prog/en/modules/admin/preferences/opac.pref | 7 +++++++ .../en/modules/admin/preferences/searching.pref | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index a871399..54cc43a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -308,6 +308,13 @@ OPAC: - pref: numSearchRSSResults class: long - search results in the RSS feed. + - + - pref: SocialNetworks + default: 0 + choices: + yes: Enable + no: Disable + - social network links in opac detail pages Policy: - - pref: singleBranchMode diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref index 7b5993d..3d7dd64 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref @@ -76,13 +76,6 @@ Searching: yes: Using no: "Not using" - 'ICU Zebra indexing. Please note: This setting will not affect Zebra indexing, it should only be used to tell Koha that you have activated ICU indexing if you have actually done so, since there is no way for Koha to figure this out on its own.' - - - - pref: SocialNetworks - default: 0 - choices: - yes: Enable - no: Disable - - Enable/Disable social network links in opac detail pages Search Form: - - Show tabs in OPAC and staff-side advanced search for limiting searches on the -- 1.7.5.4