Follow-up fix for Bug 4473 - Recent comments view for the OPAC
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
index acab30a..d6ae2b2 100644 (file)
@@ -15,6 +15,12 @@ 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:
@@ -60,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:
@@ -73,6 +85,20 @@ OPAC:
                   yes: Show
                   no: "Don't show"
             - the name of the patron that has an item checked out on item detail pages on the OPAC.
+        -
+            - pref: OpacKohaUrl
+              default: 0
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - "'Powered by Koha' text on OPAC footer."
+        -
+            - pref: OpacShowRecentComments
+              default: 0
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - a link to recent comments in the OPAC masthead.
         -
             - pref: OpacHighlightedWords
               choices:
@@ -90,16 +116,21 @@ 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
               type: textarea
               class: code
         -
-            - Include the additional CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
+            - Include the additional CSS stylesheet
             - pref: opaccolorstylesheet
               class: file
-            - on all pages in the OPAC (leave blank to disable).
+            - to override specified settings from the default stylesheet. Enter the filename (if the file is in the server's css directory) or a complete URL beginning with <code>http://</code> (if the file lives on a remote server). Leave blank to disable.
         -
             - Use the CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
             - pref: opaclayoutstylesheet
@@ -121,10 +152,15 @@ OPAC:
               type: textarea
               class: code
         -
-            - "Show the following HTML on the left hand column of all pages on the OPAC (generally navigation links):"
+            - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
             - pref: OpacNav
               type: textarea
               class: code
+        -
+            - "Show the following HTML on the left hand column of the main page and patron account on the OPAC, after OpacNav, and before patron account links if available:"
+            - pref: OpacNavBottom
+              type: textarea
+              class: code
         -
             - "Include the following HTML in the header of all pages in the OPAC:"
             - pref: opacheader
@@ -137,10 +173,21 @@ OPAC:
               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.'
+            - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
             - pref: OPACSearchForTitleIn
               type: textarea
               class: code
+        -
+            - 'Include a "Links" column on the "my summary" tab when a user is logged in to the OPAC, with the following HTML (leave blank to disable):'
+            - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
+            - pref: OPACMySummaryHTML
+              type: textarea
+              class: code
+        -
+            - "Include the following HTML under the facets in OPAC search results:"
+            - pref: OPACResultsSidebar
+              type: textarea
+              class: code
         -
             - pref: OpacAddMastheadLibraryPulldown
               choices: 
@@ -152,6 +199,15 @@ OPAC:
             - pref: OPACNoResultsFound
               type: textarea
               class: code
+        -
+            - 'Display the URI in the 856u field as an image on: '
+            - pref: OPACDisplay856uAsImage
+              choices:
+                  OFF: "Neither Details or Results pages"
+                  Details: "Details page only"
+                  Results: "Results page only"
+                  Both: "Both Details and Results pages"
+            - 'Note: The corresponding OPACXSLT option must be turned on.'
     Features:
         -
             - pref: opacuserlogin
@@ -195,18 +251,6 @@ OPAC:
                   yes: Allow
                   no: "Don't allow"
             - patrons to store items in a temporary "Cart" on the OPAC.
-        -
-            - pref: opacreadinghistory
-              choices:
-                  yes: Allow
-                  no: "Don't allow"
-            - patrons to see what books they have checked out in the past.
-        -
-            - 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: OpacTopissue
               choices:
@@ -225,12 +269,29 @@ OPAC:
                   yes: Allow
                   no: "Don't allow"
             - patrons to make comments on items on the OPAC.
+        -
+            - pref: ShowReviewer
+              choices:
+                  yes: Show
+                  no: Hide
+            - reviewer's name above comments in OPAC.
+        -
+            - pref: ShowReviewerPhoto
+              choices:
+                  yes: Show
+                  no: Hide
+            - reviewer's photo beside comments in OPAC.
         -
             - pref: RequestOnOpac
               choices:
                   yes: Allow
                   no: "Don't allow"
             - patrons to place holds on items from the OPAC.
+        -
+            - Display
+            - pref: numSearchRSSResults
+              class: long
+            -  search results in the RSS feed.
     Policy:
         -
             - pref: singleBranchMode
@@ -245,12 +306,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
@@ -275,18 +330,53 @@ OPAC:
                   yes: Allow
                   no: "Don't allow"
             - patrons to renew their own books on the OPAC.
+        -
+            - Use 
+            - pref: OpacRenewalBranch
+              choices:
+                  itemhomebranch: "the item's home branch"
+                  patronhomebranch: "the patron's home branch"
+                  checkoutbranch: "the branch the item was checked out from"
+                  null: "NULL"
+                  opacrenew: "'OPACRenew'"
+            - as branchcode to store in the statistics table.
         -
             - Only allow patrons to renew their own books on the OPAC if they have less than
             - pref: OPACFineNoRenewals
               class: currency
-            - <!-- TMPL_VAR NAME="local_currency" --> in fines (leave blank to disable).
+            - '[% local_currency %] in fines (set a large value to always allow renewal).'
         -
             - pref: OPACViewOthersSuggestions
               choices:
                   yes: Show
                   no: "Don't show"
             - 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
+        -
+            - pref: OpacHiddenItems
+              type: textarea
+              class: code
+            - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations.
+
     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
@@ -294,3 +384,44 @@ OPAC:
                   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."