Bug 11622 - Add ability to pay fees and fines from OPAC via PayPal
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
index 10bdac5..e355748 100644 (file)
@@ -6,10 +6,17 @@ OPAC:
               choices: opac-templates
             - theme on the OPAC.
         -
-            - "The OPAC is located at http://"
+            - Use the
+            - pref: OPACFallback
+              choices:
+                  bootstrap: bootstrap
+                  prog: prog
+            - theme as the fallback theme on the OPAC.
+        -
+            - "The OPAC is located at "
             - pref: OPACBaseURL
               class: 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
@@ -22,6 +29,17 @@ OPAC:
                   no: Disable
             - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
         -
+            - pref: HighlightOwnItemsOnOPAC
+              choices:
+                  yes: Emphasize
+                  no: "Don't emphasize"
+            - "results from the "
+            - pref: HighlightOwnItemsOnOPACWhich
+              choices:
+                  PatronBranch: "patron's home branch"
+                  OpacURLBranch: "OPAC's branch via the URL"
+            - " by moving the results to the front and increasing the size or highlighting the rows for those results. (Non-XSLT Only)"
+        -
             - "Show star-ratings on"
             - pref: OpacStarRatings
               choices:
@@ -99,6 +117,22 @@ OPAC:
                   no: "Don't show"
             - the name of the patron that has an item checked out on item detail pages on the OPAC.
         -
+            - Display the
+            - pref: OpacLocationBranchToDisplay
+              choices:
+                  home: "home library"
+                  holding: "holding library"
+                  both: "home and holding libraries"
+            - for items on the OPAC record details page.
+        -
+            - Display the shelving location under the
+            - pref: OpacLocationBranchToDisplayShelving
+              choices:
+                  home: "home library"
+                  holding: "holding library"
+                  both: "home and holding libraries"
+            - for items on the OPAC record details page.
+        -
             - pref: OpacKohaUrl
               default: 0
               choices:
@@ -120,11 +154,21 @@ OPAC:
                   no: "Don't show"
             - the item's barcode on the holdings tab.
         -
+            - pref: GoogleIndicTransliteration
+              default: 0
+              choices:
+                  yes: Show
+                  no: "Don't show"
+            - GoogleIndicTransliteration on the OPAC.
+        -
             - pref: OpacHighlightedWords
               choices:
                   yes: Highlight
                   no: "Don't highlight"
-            - words the patron searched for in their search results and detail pages.
+            - words the patron searched for in their search results and detail pages; To prevent certain words from ever being highlighted, enter a list of stopwords here
+            - pref: NotHighlightedWords
+              class: multi
+            - (separate columns with |)
         -
             - pref: AuthorisedValueImages
               choices:
@@ -133,22 +177,17 @@ OPAC:
             - images for <a href="/cgi-bin/koha/admin/authorised_values.pl">authorized values</a> (such as lost statuses and locations) in search results and item detail pages on the OPAC.
         -
             - Use the image at
-            - 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
+            - pref: OPACUserJS
               type: textarea
               class: code
         -
             - Include the additional CSS stylesheet
-            - pref: opaccolorstylesheet
+            - pref: OpacAdditionalStylesheet
               class: file
             - to override specified settings from the default stylesheet (leave blank to disable). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
         -
@@ -162,56 +201,34 @@ OPAC:
               type: textarea
               class: code
         -
-            - "Include the following CSS for the mobile view on all pages in the OPAC:"
-            - pref: OPACMobileUserCSS
-              type: textarea
-              class: code
-        -
             - "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 in its own column on the main page of the OPAC (mobile version):"
-            - pref: OpacMainUserBlockMobile
-              type: textarea
-              class: code
-        -
-            - pref: OpacShowLibrariesPulldownMobile
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - the libraries pulldown on the mobile version of the OPAC.
-        -
-            - pref: OpacShowFiltersPulldownMobile
-              choices:
-                  yes: Show
-                  no: "Don't show"
-            - the search filters pulldown on the mobile version of the OPAC.
-        -
             - "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):'
@@ -223,12 +240,16 @@ 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:"
+            - pref: OPACMySummaryNote
+              type: textarea
+        -
             - "Include the following HTML under the facets in OPAC search results:"
             - pref: OPACResultsSidebar
-              type: textarea
+              type: htmlarea
               class: code
         -
             - pref: OpacAddMastheadLibraryPulldown
@@ -240,24 +261,30 @@ 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: '
             - 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.'
+                  OFF: "Neither detail or result pages"
+                  Details: "Detail page only"
+                  Results: "Result page only"
+                  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
-              class: multi
-            - '<br />Note: Available options are: BIBTEX (<code>bibtex</code>), Dublin Core (<code>dc</code>),'
-            - 'MARCXML (<code>marcxml</code>), MARC-8 encoded MARC (<code>marc8</code>), Unicode/UTF-8 encoded MARC (<code>utf8</code>),'
-            - 'Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields (<code>marcstd</code>), MODS (<code>mods</code>), RIS (<code>ris</code>)'
+              multiple:
+                bibtex: BibTeX
+                dc: Dublin Core
+                marcxml: MARCXML
+                marc8: MARC-8 encoded MARC
+                utf8: Unicode/UTF-8 encoded MARC
+                marcstd: Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields
+                mods: MODS
+                ris: RIS
+                isbd: ISBD
         -
             - pref: OpacSeparateHoldings
               choices:
@@ -269,6 +296,34 @@ OPAC:
                 homebranch: 'home library'
                 holdingbranch: 'holding library'
             - "is the logged in user's library. The second tab will contain all other items."
+        -
+            - pref: OpacSuggestionManagedBy
+              choices:
+                  yes: Show
+                  no: Don't show
+            - "the name of the staff member who managed a suggestion in OPAC."
+        -
+            - Display up to
+            - pref: OpacMaxItemsToDisplay
+              class: integer
+            - items on the biblio detail page (if the biblio has more items than this, a link is displayed instead that allows the user to choose to display all items).
+        -
+            - "Show the following HTML on the OPAC login form when a patron is not logged in:"
+            - pref: NoLoginInstructions
+              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
@@ -366,7 +421,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:
@@ -406,6 +461,20 @@ OPAC:
                 yes: Display
                 no: Don't display
             - the list of authors/subjects in a popup for a combined search on OPAC detail pages.
+        -
+            - pref: OpacHoldNotes
+              default: 0
+              choices:
+                  yes: Allow
+                  no: Do not allow
+            - users to add a note when placing a hold.
+        -
+            - pref: OPACAcquisitionDetails
+              default: 0
+              choices:
+                  yes: Display
+                  no: Don't display
+            - the acquisition details on OPAC detail pages.
     Policy:
         -
             - pref: singleBranchMode
@@ -433,12 +502,6 @@ OPAC:
 #              choices:
 #            - If ON, enables subject cloud on OPAC
         -
-            - pref: OPACItemHolds
-              choices:
-                  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: OpacRenewalAllowed
               choices:
                   yes: Allow
@@ -476,7 +539,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
@@ -490,7 +553,13 @@ OPAC:
               choices:
                   no: "Don't allow"
                   yes: Allow
-            - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
+            - opac users to share private lists with other patrons.
+        -
+            - pref: BlockExpiredPatronOpacActions
+              choices:
+                yes: "Block"
+                no: "Don't block"
+            - expired patrons from OPAC actions such as placing a hold or renewing.  Note that the setting for a patron category takes priority over this system preference.
 
     Privacy:
         -
@@ -520,6 +589,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
@@ -532,6 +608,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:
         -
@@ -598,5 +689,56 @@ 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:
+        -
+            - Show search options
+            - pref: OpacAdvSearchOptions
+              multiple:
+                pubdate: Publication date
+                itemtype: Item types
+                language: Language
+                subtype: Subtypes
+                sorting: Sorting
+                location: Location and availability
+        -
+            - Show search options for the expanded view
+            - pref: OpacAdvSearchMoreOptions
+              multiple:
+                pubdate: Publication date
+                itemtype: Item types
+                language: Language
+                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 recieve PayPal payments is "
+            - pref: PayPalUser
+              class: long
+        -
+            - "The password for the PayPal account to recieve payments is "
+            - pref: PayPalPwd
+              class: long
+        -
+            - "The signature for the PayPal account to recieve payments is "
+            - pref: PayPalSignature
+              class: long
+        -
+            - "The patron should see the charge description as "
+            - pref: PayPalChargeDescription
+              class: long