Bug 8753 - Add forgot password link to OPAC
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
index 835a4ce..bb9e1eb 100644 (file)
@@ -13,10 +13,10 @@ OPAC:
                   prog: prog
             - theme as the fallback theme on the OPAC.
         -
-            - "The OPAC is located at http://"
+            - "The OPAC is located at "
             - pref: OPACBaseURL
               class: url
-            - . Do not include a trailing slash in the URL. (This must be filled in correctly for RSS, unAPI, and search plugins to work.)
+            - . This should be a complete URL, starting with <code>http://</code> or <code>https://</code>. Do not include a trailing slash in the URL. (This must be filled in correctly for RSS, unAPI, and search plugins to work.)
         -
             - Show
             - pref: LibraryName
@@ -203,32 +203,32 @@ OPAC:
         -
             - "Show the following HTML in its own column on the main page of the OPAC:"
             - pref: OpacMainUserBlock
-              type: textarea
+              type: htmlarea
               class: code
         -
             - "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
+              type: htmlarea
               class: code
         -
             - "Show the following HTML in the right hand column of the main page under the main login form:"
             - pref: OpacNavRight
-              type: textarea
+              type: htmlarea
               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
+              type: htmlarea
               class: code
         -
             - "Include the following HTML in the header of all pages in the OPAC:"
             - pref: opacheader
-              type: textarea
+              type: htmlarea
               class: code
         -
             - "Include the following HTML in the footer of all pages in the OPAC:"
             - pref: opaccredits
-              type: textarea
+              type: htmlarea
               class: code
         -
             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
@@ -240,7 +240,7 @@ OPAC:
             - 'Include a "Links" column on the "my summary" and "my reading history" tabs 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
+              type: htmlarea
               class: code
         -
             - "Note to display on the patron summary page. This note only appears if the patron is logged in:"
@@ -249,7 +249,7 @@ OPAC:
         -
             - "Include the following HTML under the facets in OPAC search results:"
             - pref: OPACResultsSidebar
-              type: textarea
+              type: htmlarea
               class: code
         -
             - pref: OpacAddMastheadLibraryPulldown
@@ -261,7 +261,7 @@ OPAC:
             - 'Display this HTML when no results are found for a search in the OPAC:'
             - '<br />Note: You can insert placeholders {QUERY_KW} that will be replaced with the keywords of the query.'
             - pref: OPACNoResultsFound
-              type: textarea
+              type: htmlarea
               class: code
         -
             - 'Display the URI in the 856u field as an image on: '
@@ -273,7 +273,7 @@ OPAC:
                   Both: "Both detail and result pages"
             - '. Note: The corresponding OPACXSLT option must be turned on.'
         -
-            - 'List export options that should be available from OPAC detail page separated by |:'
+            - 'Select export options that should be available from OPAC detail page:'
             - pref: OpacExportOptions
               multiple:
                 bibtex: BibTeX
@@ -310,13 +310,20 @@ OPAC:
         -
             - "Show the following HTML on the OPAC login form when a patron is not logged in:"
             - pref: NoLoginInstructions
-              type: textarea
+              type: htmlarea
               class: code
         -
             - "Replace the search box at the top of OPAC pages with the following HTML:"
             - pref: OpacCustomSearch
               type: textarea
               class: code
+        -
+            - "Display language selector on "
+            - pref: OpacLangSelectorMode
+              choices:
+                  both: "both top and footer"
+                  top: "top"
+                  footer: "only footer"
     Features:
         -
             - pref: opacuserlogin
@@ -339,6 +346,14 @@ OPAC:
                   no: "Don't allow"
             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
         -
+            - "The user "
+            - pref: OpacResetPassword
+              default: 1
+              choices:
+                  yes: "can reset"
+                  no: "can not reset"
+            - " their password on OPAC."
+        -
             - pref: OPACPatronDetails
               choices:
                   yes: Allow
@@ -414,7 +429,7 @@ OPAC:
               choices:
                   yes: Show
                   no: Hide
-            - reviewer's photo beside comments in OPAC.
+            - reviewer's avatar beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's e-mail address.
         -
             - pref: RequestOnOpac
               choices:
@@ -532,7 +547,7 @@ OPAC:
             - 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
+            - Define custom rules to hide specific items from search and view on the OPAC. How to write these rules is documented on the <a href="http://wiki.koha-community.org/wiki/OpacHiddenItems" target="_blank">Koha wiki</a>.
         -
             - pref: OpacAllowPublicListCreation
               default: 1
@@ -556,6 +571,13 @@ OPAC:
 
     Privacy:
         -
+            - pref: StoreLastBorrower
+              default: 0
+              choices:
+                  yes: Store
+                  no: "Don't store"
+            - the last patron to return an item. This setting is independent of opacreadinghistory/AnonymousPatron.
+        -
             - pref: AnonSuggestions
               choices:
                   yes: Allow
@@ -582,6 +604,13 @@ OPAC:
                   no: "Don't allow"
             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
         -
+            - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor
+              default: 0
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor".
+        -
             - Use borrowernumber
             - pref: AnonymousPatron
               class: integer
@@ -594,7 +623,21 @@ OPAC:
                   track: "Track"
                   no: "Don't track"
             - links that patrons click on
-
+    Restricted page:
+        -
+            - "Access from IP addresses beginning with"
+            - pref: RestrictedPageLocalIPs
+            - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')"
+        -
+            - "HTML content of your restricted page"
+            - pref: RestrictedPageContent
+              type: textarea
+              class: HTML
+        -
+            - Use
+            - pref: RestrictedPageTitle
+              class: long
+            - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)"
     Shelf Browser:
         -
             - pref: OPACShelfBrowser
@@ -660,7 +703,7 @@ OPAC:
         -
             - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
             - pref: PatronSelfRegistrationAdditionalInstructions
-              type: textarea
+              type: htmlarea
               class: html
     Advanced Search Options:
         -
@@ -683,3 +726,33 @@ OPAC:
                 subtype: Subtypes
                 sorting: Sorting
                 location: Location and availability
+    Payments:
+        -
+            - pref: EnablePayPalOpacPayments
+              default: 1
+              choices:
+                  yes: Allow
+                  no: "Don't allow"
+            - "patrons to make payments from the OPAC via PayPal in"
+            - pref: PayPalSandboxMode
+              default: 1
+              choices:
+                  yes: "Sandbox"
+                  no: "Production"
+            - "mode."
+        -
+            - "The email address to receive PayPal payments is "
+            - pref: PayPalUser
+              class: long
+        -
+            - "The password for the PayPal account to receive payments is "
+            - pref: PayPalPwd
+              class: long
+        -
+            - "The signature for the PayPal account to receive payments is "
+            - pref: PayPalSignature
+              class: long
+        -
+            - "The patron should see the charge description as "
+            - pref: PayPalChargeDescription
+              class: long