[Koha-patches] [PATCH] bug 3994 & 3995 add missing OPAC privacy preferences to interface

Nicole Engard nengard at gmail.com
Thu Feb 4 08:36:27 CET 2010


---
 .../prog/en/modules/admin/preferences/opac.pref    |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 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 4bf959d..60010ac 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
@@ -282,3 +282,18 @@ OPAC:
                   yes: Show
                   no: "Don't show"
             - purchase suggestions from other patrons on the OPAC.
+    Privacy:
+        -
+            - pref: EnableOpacSearchHistory
+              default: 0
+              choices:
+                  yes: Keep
+                  no: "Don't keep"
+            - patron search history in the OPAC.
+        -
+            - pref: OpacPrivacy
+              default: 0
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to opt-in/opt-out of saving their reading/circulation history.
\ No newline at end of file
-- 
1.5.6.5




More information about the Koha-patches mailing list