Bug 5957: Making COiNS in OPAC search results optional
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
index 4b7043f..61e2761 100644 (file)
@@ -1,6 +1,3 @@
-# Poorly supported, omitted: kohaspsuggest
-# Broken, omitted: OPACDisplayExtendedSubInfo, OPACSubscriptionDisplay
-
 OPAC:
     Appearance:
         -
@@ -8,16 +5,6 @@ OPAC:
             - pref: opacthemes
               choices: opac-templates
             - theme on the OPAC.
-        -
-            - "Enable the following languages on the OPAC:"
-            - pref: opaclanguages
-              type: opac-languages
-        -
-            - pref: opaclanguagesdisplay
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons to select their language on the OPAC.
         -
             - "The OPAC is located at http://"
             - pref: OPACBaseURL
@@ -28,12 +15,18 @@ OPAC:
             - pref: LibraryName
               class: long
             - as the name of the library on the OPAC.
+        -
+            - pref: OpacPublic
+              choices:
+                  yes: Enable
+                  no: Disable
+            - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
         -
             - pref: OpacMaintenance
               choices:
                   yes: Show
                   no: "Don't show"
-            - a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs upgraded, but unconditionally.
+            - "a warning that the OPAC is under maintenance, instead of the OPAC itself. Note: this shows the same warning as when the database needs to be upgraded, but unconditionally."
         -
             - By default, show bib records
             - pref: BiblioDefaultView
@@ -51,12 +44,18 @@ OPAC:
         -
             - pref: hidelostitems
               choices:
-                  yes: Show
-                  no: "Don't show"
+                  yes: "Don't show"
+                  no: Show
             - lost items on search and detail pages.
+        -
+            - Show biblio records on OPAC result page
+            - pref: OPACXSLTResultsDisplay
+              choices:
+                  yes: using XSLT stylesheets.
+                  no: normally.
         -
             - Show item details pages on the OPAC
-            - pref: XSLTDetailsDisplay
+            - pref: OPACXSLTDetailsDisplay
               choices:
                   yes: using XSLT stylesheets.
                   no: normally.
@@ -67,6 +66,12 @@ OPAC:
                   yes: show
                   no: "don't show"
             - icons for itemtype and authorized values.
+        -
+            - pref: COinSinOPACResults
+              choices:
+                  yes: Include
+                  no: "Don't include"
+            - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
         -
             - pref: OPACDisplayRequestPriority
               choices:
@@ -97,6 +102,11 @@ OPAC:
             - pref: opacsmallimage
               class: url
             - in the OPAC header, instead of the Koha logo. If this image is a different size than the Koha logo, you will need to customize the CSS. (This should be a complete URL, starting with <code>http://</code>.)
+        -
+            - Use the image at
+            - pref: OpacFavicon
+              class: url
+            - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
         -
             - "Include the following JavaScript on all pages in the OPAC:"
             - pref: opacuserjs
@@ -113,7 +123,7 @@ OPAC:
               class: file
             - on all pages in the OPAC, instead of the default (leave blank to disable).
         -
-            - Use the remote CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
+            - Use the remote CSS stylesheet
             - pref: opacstylesheet
               class: file
             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
@@ -142,6 +152,23 @@ OPAC:
             - pref: opaccredits
               type: textarea
               class: code
+        -
+            - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
+            - '<br />Note: The placeholders {CONTROLNUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
+            - pref: OPACSearchForTitleIn
+              type: textarea
+              class: code
+        -
+            - pref: OpacAddMastheadLibraryPulldown
+              choices: 
+                  yes: Add
+                  no: "Don't add"
+            - a library select pulldown menu on the OPAC masthead.
+        -
+            - 'Display this HTML when no results are found for a search in the OPAC:'
+            - pref: OPACNoResultsFound
+              type: textarea
+              class: code
     Features:
         -
             - pref: opacuserlogin
@@ -154,31 +181,37 @@ OPAC:
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - patrons to change their own password on the OPAC. Note that enabling this will break LDAP authentication.
+            - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
         -
-            - pref: OpacAuthorities
+            - pref: OPACPatronDetails
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - patrons to search your authority records.
+            - patrons to notify the library of changes to their contact information from the OPAC.
         -
-            - pref: opacbookbag
+            - pref: OPACFinesTab
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - patrons to store items in a temporary "Cart" on the OPAC.
+            - patrons to access the Fines tab on the My Account page on the OPAC.
         -
-            - pref: opacreadinghistory
+            - pref: OpacBrowser
               choices:
                   yes: Allow
                   no: "Don't allow"
-            - patrons to see what books they have checked out in the past.
+            - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
         -
-            - pref: OPACShelfBrowser
+            - pref: OpacAuthorities
               choices:
-                  yes: Show
-                  no: "Don't show"
-            - "a shelf browser on item details pages, allowing patrons to see what's near that item on the shelf. Note that this uses up a fairly large amount of resources on your server, and should be avoided if your collection has a large number of items."
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to search your authority records.
+        -
+            - pref: opacbookbag
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to store items in a temporary "Cart" on the OPAC.
         -
             - pref: OpacTopissue
               choices:
@@ -208,8 +241,8 @@ OPAC:
             - pref: singleBranchMode
               default: 0
               choices:
-                  yes: Allow
-                  no: "Don't allow"
+                  yes: "Don't allow"
+                  no: Allow
             - patrons to select their branch on the OPAC.
         -
             - pref: SearchMyLibraryFirst
@@ -217,12 +250,6 @@ OPAC:
                   yes: Limit
                   no: "Don't limit"
             - "patrons' searches to the library they are registered at."
-        -
-            - pref: AnonSuggestions
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - "patrons that aren't logged in to make purchase suggestions."
 #        -
 #            This system preference does not actually affect anything
 #            - pref: OpacBrowser
@@ -241,12 +268,6 @@ OPAC:
                   yes: Allow
                   no: "Don't allow"
             - patrons to place holds on specific items in the OPAC. If this is disabled, users can only put a hold on the next available item.
-        -
-            - pref: OPACAllowHoldDateInFuture
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - "patrons to place holds that don't enter the waiting list until a certain future date (if AllowHoldDateInFuture is also on)."
         -
             - pref: OpacRenewalAllowed
               choices:
@@ -263,4 +284,72 @@ OPAC:
               choices:
                   yes: Show
                   no: "Don't show"
-            - suggestions from other patrons on the OPAC.
+            - purchase suggestions from other patrons on the OPAC.
+        -
+            - pref: AllowPurchaseSuggestionBranchChoice
+              default: 0
+              choices:
+                  no: "Don't allow"
+                  yes: Allow
+            - patrons to select branch when making a purchase suggestion
+    Privacy:
+        -
+            - pref: AnonSuggestions
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
+        -
+            - pref: opacreadinghistory
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to see what books they have checked out in the past.
+        -
+            - 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 choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
+        -
+            - Use borrowernumber
+            - pref: AnonymousPatron
+              class: integer
+            - as the Anonymous Patron (for anonymous suggestions and reading history)
+
+    Shelf Browser:
+        -
+            - pref: OPACShelfBrowser
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - "a shelf browser on item details pages, allowing patrons to see what's near that item on the shelf. Note that this uses up a fairly large amount of resources on your server, and should be avoided if your collection has a large number of items."
+        -
+            - pref: ShelfBrowserUsesLocation
+              default: 1
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - "the item location when finding items for the shelf browser."
+        -
+            - pref: ShelfBrowserUsesHomeBranch
+              default: 1
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - "the item home branch when finding items for the shelf browser."      
+        -
+            - pref: ShelfBrowserUsesCcode
+              default: 0
+              choices:
+                  yes: Use
+                  no: "Don't use"
+            - "the item collection code when finding items for the shelf browser."