Bug 25630: (follow-up) Fix capitalization and terminology for system preferences
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
1 OPAC:
2     Appearance:
3         -
4             - pref: OPACUserSummary
5               choices:
6                   yes: Show
7                   no: "Don't show"
8             - "a summary of a logged in patron's checkouts, overdues, holds and charges on the OPAC start page."
9         -
10             - For search results in the OPAC, show the item's
11             - pref: OPACResultsLibrary
12               choices:
13                   holdingbranch: "current library"
14                   homebranch: "home library"
15             - . Please note that this feature is currently available for MARC21 and UNIMARC.
16         -
17             - Use the
18             - pref: opacthemes
19               choices: opac-templates
20             - theme on the OPAC.
21         -
22             - Use the
23             - pref: OPACFallback
24               choices:
25                   bootstrap: bootstrap
26                   prog: prog
27             - theme as the fallback theme on the OPAC.
28         -
29             - "The OPAC is located at "
30             - pref: OPACBaseURL
31               class: url
32             - . 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.)
33         -
34             - Show
35             - pref: LibraryName
36               class: long
37             - as the name of the library on the OPAC.
38         -
39             - pref: OpacPublic
40               choices:
41                   yes: Enable
42                   no: Disable
43             - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC. "
44             - "Note: This doesn't affect the public API, see the <code>RESTPublicAnonymousRequests</code> to control the API."
45         -
46             - pref: HighlightOwnItemsOnOPAC
47               choices:
48                   yes: Emphasize
49                   no: "Don't emphasize"
50             - "results from the "
51             - pref: HighlightOwnItemsOnOPACWhich
52               choices:
53                   PatronBranch: "patron's home library"
54                   OpacURLBranch: "OPAC's library via the URL"
55             - " by moving the results to the front and increasing the size or highlighting the rows for those results (non-XSLT only)."
56         -
57             - "Show star-ratings on"
58             - pref: OpacStarRatings
59               choices:
60                   all: "results, details, and patron"
61                   disable: "no"
62                   details: "only details"
63             - "pages."
64         -
65             - pref: OpacMaintenance
66               choices:
67                   yes: Show
68                   no: "Don't show"
69             - "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."
70         -
71             - "Show the following HTML when OpacMaintenance is enabled:"
72             - pref: OpacMaintenanceNotice
73               type: textarea
74               syntax: text/html
75               class: code
76         -
77             - By default, show bibliographic records
78             - pref: BiblioDefaultView
79               choices:
80                   normal: in simple form.
81                   marc: in their MARC form.
82                   isbd: as specified in the ISBD template.
83         -
84             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
85             - pref: OPACURLOpenInNewWindow
86               choices:
87                   yes: do
88                   no: "don't"
89             - open the website in a new window.
90         -
91             - pref: hidelostitems
92               choices:
93                   yes: "Don't show"
94                   no: Show
95             - lost items on search and detail pages.
96         -
97             - 'Display lists in the OPAC using XSLT stylesheet at: '
98             - pref: OPACXSLTListsDisplay
99               class: file
100             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
101         -
102             - 'Display OPAC results using XSLT stylesheet at: '
103             - pref: OPACXSLTResultsDisplay
104               class: file
105             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
106         -
107             - 'Display OPAC details using XSLT stylesheet at: '
108             - pref: OPACXSLTDetailsDisplay
109               class: file
110             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language.'
111         -
112             - "Show itemtype icons in the OPAC: "
113             - pref: OpacNoItemTypeImages
114               default: 0
115               choices:
116                   yes: "No"
117                   no: "Yes"
118         -
119             - pref: DisplayOPACiconsXSLT
120               choices:
121                   yes: Show
122                   no: "Don't show"
123             - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the OPAC.
124         -
125             - pref: COinSinOPACResults
126               choices:
127                   yes: Include
128                   no: "Don't include"
129             - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
130             - "<br/>If you want to display a link to an OpenURL resolver, look at the following system preferences:"
131             - "<br/><code>OpenURLResolverURL</code>, <code>OPACShowOpenURL</code>, <code>OPACOpenURLItemTypes</code>, <code>OpenURLText</code>, <code>OpenURLImageLocation</code>"
132         -
133             - pref: OPACShowUnusedAuthorities
134               choices:
135                   yes: Show
136                   no: "Don't show"
137             - unused authorities in the OPAC authority browser.
138         -
139             - pref: OPACShowHoldQueueDetails
140               choices:
141                   none: "Don't show any hold details"
142                   priority: "Show priority level"
143                   holds: "Show holds"
144                   holds_priority: "Show holds and their priority level"
145             - to patrons in the OPAC.
146         -
147             - pref: OPACShowCheckoutName
148               default: 0
149               choices:
150                   yes: Show
151                   no: "Don't show"
152             - the name of the patron that has an item checked out on item detail pages on the OPAC.
153         -
154             - Display the
155             - pref: OpacLocationBranchToDisplay
156               choices:
157                   home: "home library"
158                   holding: "holding library"
159                   both: "home and holding libraries"
160             - for items on the OPAC record details page.
161         -
162             - 'Display the shelving location '
163             - pref: OpacLocationOnDetail
164               choices:
165                   home: "below the home library"
166                   holding: "below the holding library"
167                   both: "below both home and holding libraries"
168                   column: "on a separate column"
169             - "for items on the OPAC record details page."
170             - "<br />Note: If 'on a separate column' is selected, you still need to enable the item_shelving_location display on the <a href='/cgi-bin/koha/admin/columns_settings.pl'>configure columns</a> administration page."
171         -
172             - pref: OPACShowMusicalInscripts
173               default: 0
174               choices:
175                 yes: Show
176                 no: "Don't show"
177             - musical inscripts on the OPAC record details page.
178         -
179             - pref: OPACPlayMusicalInscripts
180               default: 0,'','If displayed musical inscripts, play midi conversion for items on the OPAC record details page.'
181               choices:
182                 yes: Play
183                 no: "Don't play"
184             - MIDI representation of musical inscripts on the OPAC record details page.
185         -
186             - pref: OpacKohaUrl
187               default: 0
188               choices:
189                   yes: Show
190                   no: "Don't show"
191             - "'Powered by Koha' text on OPAC footer."
192         -
193             - pref: OpacShowRecentComments
194               default: 0
195               choices:
196                   yes: Show
197                   no: "Don't show"
198             - a link to recent comments in the OPAC masthead.
199         -
200             - pref: OpacHighlightedWords
201               choices:
202                   yes: Highlight
203                   no: "Don't highlight"
204             - "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:"
205             - pref: NotHighlightedWords
206               class: multi
207             - (separate columns with |).
208         -
209             - Use the image at
210             - pref: OpacFavicon
211               class: url
212             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
213         -
214             - "Include the following JavaScript on all pages in the OPAC:"
215             - pref: OPACUserJS
216               type: textarea
217               syntax: javascript
218               class: code
219         -
220             - Include the additional CSS stylesheet
221             - pref: OpacAdditionalStylesheet
222               class: file
223             - to override specific 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.
224         -
225             - Use the CSS stylesheet
226             - pref: opaclayoutstylesheet
227               class: file
228             - on all pages in the OPAC, instead of the default CSS (used when leaving this field blank). 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.
229         -
230             - "Include the following CSS on all pages in the OPAC:"
231             - pref: OPACUserCSS
232               type: textarea
233               syntax: css
234               class: code
235         -
236             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
237             - pref: OpacNav
238               type: textarea
239               syntax: text/html
240               class: code
241         -
242             - "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:"
243             - pref: OpacNavBottom
244               type: textarea
245               syntax: text/html
246               class: code
247         -
248             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
249             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
250             - pref: OPACSearchForTitleIn
251               type: textarea
252               syntax: text/html
253               class: code
254         -
255             - 'Add additional elements to the "More Searches" bar on the OPAC, with the following HTML (leave blank to disable):'
256             - pref: OpacMoreSearches
257               type: textarea
258               class: code
259         -
260             - 'Include a "Links" column on the "my summary" and "my reading history" tabs when a patron is logged in to the OPAC, with the following HTML (leave blank to disable):'
261             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
262             - pref: OPACMySummaryHTML
263               type: textarea
264               syntax: text/html
265               class: code
266         -
267             - "Note to display on the patron summary page. This note only appears if the patron is logged in:"
268             - pref: OPACMySummaryNote
269               type: textarea
270               syntax: text/html
271         -
272             - "Include the following HTML under the facets in OPAC search results:"
273             - pref: OPACResultsSidebar
274               type: textarea
275               syntax: text/html
276               class: code
277         -
278             - pref: OpacAddMastheadLibraryPulldown
279               choices: 
280                   yes: Add
281                   no: "Don't add"
282             - a library select pulldown menu on the OPAC masthead.
283         -
284             - 'Display this HTML when no results are found for a search in the OPAC:'
285             - '<br />Note: You can insert placeholders {QUERY_KW} that will be replaced with the keywords of the query.'
286             - pref: OPACNoResultsFound
287               type: textarea
288               syntax: text/html
289               class: code
290         -
291             - 'Display the URI in the 856u field as an image on: '
292             - pref: OPACDisplay856uAsImage
293               choices:
294                   OFF: "neither detail or result pages"
295                   Details: "detail page only"
296                   Results: "result page only"
297                   Both: "both detail and result pages"
298             - '. Note: The corresponding OPACXSLT option must be turned on.'
299         -
300             - 'Select export options that should be available from OPAC detail page:'
301             - pref: OpacExportOptions
302               multiple:
303                 bibtex: BibTeX
304                 dc: Dublin Core
305                 marcxml: MARCXML
306                 marc8: MARC-8 encoded MARC
307                 utf8: Unicode/UTF-8 encoded MARC
308                 marcstd: Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields
309                 mods: MODS
310                 ris: RIS
311                 isbd: ISBD
312         -
313             - pref: OpacSeparateHoldings
314               choices:
315                   yes: Separate
316                   no: Don't separate
317             - "items display into two tabs, where the first tab contains items whose"
318             - pref: OpacSeparateHoldingsBranch
319               choices:
320                 homebranch: 'home library'
321                 holdingbranch: 'holding library'
322             - "is the logged in patrons's library. The second tab will contain all other items."
323         -
324             - pref: OPACHoldingsDefaultSortField
325               choices:
326                   first_column: First column of the table
327                   homebranch: Home library
328                   holdingbranch: Holding library
329             - "is the default sort field for the holdings table."
330         -
331             - pref: OpacSuggestionManagedBy
332               choices:
333                   yes: Show
334                   no: Don't show
335             - "the name of the staff member who managed a suggestion in OPAC."
336         -
337             - Display up to
338             - pref: OpacMaxItemsToDisplay
339               class: integer
340             - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the patron to choose to display all items).
341         -
342             - "Display language selector on "
343             - pref: OpacLangSelectorMode
344               choices:
345                   both: "both top and footer"
346                   top: "top"
347                   footer: "only footer"
348             - "."
349     Features:
350         -
351             - pref: OPACReportProblem
352               choices:
353                   yes: Allow
354                   no: "Don't allow"
355             - patrons to submit problem reports for OPAC pages to the library or Koha administrator.
356             - "<br/>"
357             - "<strong>NOTE:</strong> You must have KohaAdminEmailAddress enabled."
358         -
359             - pref: opacuserlogin
360               choices:
361                   yes: Allow
362                   no: "Don't allow"
363             - patrons to log in to their accounts on the OPAC.
364         -
365             - Show
366             - pref: OpacItemLocation
367               choices:
368                   location: "library, location, and call number"
369                   ccode: "library, collection code, and call number"
370                   callnum: "library and call number"
371                   library: "only library"
372             - for items on the OPAC search results.
373         -
374             - pref: OpacPasswordChange
375               choices:
376                   yes: Allow
377                   no: "Don't allow"
378             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
379         -
380             - "Library patrons are "
381             - pref: OpacResetPassword
382               default: 1
383               choices:
384                   yes: "allowed"
385                   no: "not allowed"
386             - " to recover their password via e-mail in the OPAC."
387         -
388             - pref: OPACpatronimages
389               choices:
390                   yes: Show
391                   no: "Don't show"
392             - patron images on the patron information page in the OPAC.
393         -
394             - pref: OPACDetailQRCode
395               choices:
396                   yes: Enable
397                   no: Disable
398             - the option to show a QR Code on the OPAC bibliographic detail page.
399         -
400             - pref: OPACFinesTab
401               choices:
402                   yes: Allow
403                   no: "Don't allow"
404             - patrons to access the charges tab on their account page on the OPAC.
405         -
406             - pref: OpacBrowser
407               choices:
408                   yes: Allow
409                   no: "Don't allow"
410             - "patrons to browse subject authorities on the OPAC."
411             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
412         -
413             - pref: OpacCloud
414               choices:
415                   yes: Show
416                   no: "Don't show"
417             - "a subject cloud on the OPAC."
418             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/build_browser_and_cloud.pl</code> cronjob. Ask your system administrator to schedule it."
419         -
420             - pref: OpacAuthorities
421               choices:
422                   yes: Allow
423                   no: "Don't allow"
424             - patrons to search your authority records.
425         -
426             - pref: opacbookbag
427               choices:
428                   yes: Allow
429                   no: "Don't allow"
430             - patrons to store items in a temporary "Cart" on the OPAC.
431         -
432             - pref: OpacTopissue
433               choices:
434                   yes: Allow
435                   no: "Don't allow"
436             - patrons to access a list of the most checked out items on the OPAC. Note that this is somewhat experimental, and should be avoided if your collection has a large number of items.
437         -
438             - pref: suggestion
439               choices:
440                   yes: Allow
441                   no: "Don't allow"
442             - patrons to make purchase suggestions on the OPAC.
443         -
444             - pref: reviewson
445               choices:
446                   yes: Allow
447                   no: "Don't allow"
448             - patrons to make comments on items on the OPAC.
449         -
450             - Show
451             - pref: ShowReviewer
452               choices:
453                   none: no name
454                   full: full name
455                   first: first name
456                   surname: last name
457                   firstandinitial: first name and last name initial
458                   username: username
459             - of commenter with comments in OPAC.
460         -
461             - pref: ShowReviewerPhoto
462               choices:
463                   yes: Show
464                   no: Hide
465             - reviewer's avatar beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's e-mail address.
466         -
467             - pref: RequestOnOpac
468               choices:
469                   yes: Allow
470                   no: "Don't allow"
471             - patrons to place holds on items from the OPAC.
472         -
473             - Display
474             - pref: numSearchRSSResults
475               class: long
476             -  search results in the RSS feed.
477         -
478             - Show
479             - pref: SocialNetworks
480               multiple:
481                 facebook: Facebook
482                 linkedin: LinkedIn
483                 email: Email
484                 twitter: Twitter
485
486             - "social network links on the OPAC detail pages."
487         -
488             - pref: OpacBrowseResults
489               default: 1
490               choices:
491                   yes: Enable
492                   no: Disable
493             - browsing and paging search results from the OPAC detail page.
494         -
495             - Show quote of the day in the
496             - pref: QuoteOfTheDay
497               multiple:
498                 intranet: staff interface
499                 opac: OPAC
500             - main page.
501         -
502             - pref: OPACPopupAuthorsSearch
503               default: 0
504               choices:
505                 yes: Display
506                 no: Don't display
507             - the list of authors/subjects in a popup for a combined search on OPAC detail pages.
508         -
509             - pref: OpacHoldNotes
510               default: 0
511               choices:
512                   yes: Allow
513                   no: "Don't allow"
514             - patrons to add a note when placing a hold.
515         -
516             - pref: OPACAcquisitionDetails
517               default: 0
518               choices:
519                   yes: Display
520                   no: Don't display
521             - the acquisition details on OPAC detail pages.
522         -
523             - pref: OpacNewsLibrarySelect
524               default: 0
525               choices:
526                   yes: Display
527                   no: Don't display
528             - a library selection list for news items in the OPAC.
529         -
530             - "Use the following as the OPAC ISBD template:"
531             - pref: OPACISBD
532               type: textarea
533               syntax: text/html
534               class: code
535         -
536             - pref: OpacBrowseSearch
537               default: 0
538               choices:
539                   yes: Enable
540                   no: Disable
541             - "interface for browsing all holdings (Elasticsearch only)."
542     OpenURL:
543         -
544             - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
545             - pref: OpenURLResolverURL
546               class: url
547         -
548             - 'Text of OpenURL links (or image title if OpenURLImageLocation is defined):'
549             - pref: OpenURLText
550         -
551             - 'Location of image for OpenURL links:'
552             - pref: OpenURLImageLocation
553               class: url
554             - '<br />Can be an absolute URL starting with <code>http://</code> or'
555             - '<code>https://</code> or a relative URL'
556             - '<br />Examples:'
557             - '<br />- <code>http://www.example.com/img/openurl.png</code>'
558             - '<br />- <code>/opac-tmpl/bootstrap/images/OpenURL.png</code>'
559         -
560             - pref: OPACShowOpenURL
561               choices:
562                   yes: Enable
563                   no: Disable
564             - 'display of OpenURL link in OPAC search results and detail page.'
565         -
566             - 'List of item type codes (separated by spaces) for those you want to show the OpenURL link:'
567             - pref: OPACOpenURLItemTypes
568             - '<br />'
569     Policy:
570         -
571             - pref: SearchMyLibraryFirst
572               choices:
573                   yes: Limit
574                   no: "Don't limit"
575             - "patrons' searches to the library they are registered at."
576         -
577             - pref: OpacRenewalAllowed
578               choices:
579                   yes: Allow
580                   no: "Don't allow"
581             - patrons to renew their own books on the OPAC.
582         -
583             - Use 
584             - pref: OpacRenewalBranch
585               choices:
586                   itemhomebranch: "the item's home library"
587                   patronhomebranch: "the patron's home library"
588                   checkoutbranch: "the library the item was checked out from"
589                   none: "NULL"
590                   opacrenew: "'OPACRenew'"
591             - as branchcode to store in the statistics table.
592         -
593             - Only allow patrons to renew their own books on the OPAC if they have less than
594             - pref: OPACFineNoRenewals
595               class: currency
596             - '[% local_currency %] in fines (leave blank to disable).'
597         -
598             - pref: OPACFineNoRenewalsIncludeCredits
599               choices:
600                   yes: Include
601                   no: "Don't include"
602             - "outstanding/unapplied credits when applying the OPACFineNoRenewals rule to patrons."
603         -
604             - pref: OPACViewOthersSuggestions
605               choices:
606                   yes: Show
607                   no: "Don't show"
608             - purchase suggestions from other patrons on the OPAC.
609         -
610             - pref: AllowPurchaseSuggestionBranchChoice
611               default: 0
612               choices:
613                   no: "Don't allow"
614                   yes: Allow
615             - "patrons to select library when making a purchase suggestion."
616         -
617             - "Fields that should be mandatory for patron purchase suggestions:"
618             - pref: OPACSuggestionMandatoryFields
619               multiple:
620                 title: Title
621                 author: Author
622                 copyrightdate: Copyright or publication date
623                 isbn: ISBN, ISSN or other standard number
624                 publishercode: Publisher name
625                 collectiontitle: Collection title
626                 place: Publication place
627                 itemtype: Item type
628                 branch: Library or branch
629                 patronreason: Patron reason
630                 note: Note
631             - "<br />Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default."
632         -
633             - pref: OpacHiddenItems
634               type: textarea
635               syntax: text/x-yaml
636               class: code
637             - 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>.
638         -
639             - "List of patron categories, separated by |, that can see items otherwise hidden by <code>OpacHiddenItems</code>:"
640             - pref: OpacHiddenItemsExceptions
641         -
642             - pref: OpacAllowPublicListCreation
643               default: 1
644               choices:
645                   no: "Don't allow"
646                   yes: Allow
647             - "OPAC users to create public lists."
648         -
649             - pref: OpacAllowSharingPrivateLists
650               default: 0
651               choices:
652                   no: "Don't allow"
653                   yes: Allow
654             - "OPAC users to share private lists with other patrons."
655         -
656             - pref: BlockExpiredPatronOpacActions
657               choices:
658                 yes: "Block"
659                 no: "Don't block"
660             - 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.
661         -
662             - Limit patrons to
663             - pref: MaxOpenSuggestions
664               class: integer
665             - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions."
666         -
667             - Number of total suggestions allowed
668             - pref: MaxTotalSuggestions
669               class: integer
670             - "in"
671             - pref: NumberOfSuggestionDays
672               class: integer
673             - "days."
674     Privacy:
675         -
676             - pref: AnonSuggestions
677               choices:
678                   yes: Allow
679                   no: "Don't allow"
680             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron system preference."
681         -
682             - pref: opacreadinghistory
683               choices:
684                   yes: Allow
685                   no: "Don't allow"
686             - patrons to see what books they have checked out in the past.
687         -
688             - pref: EnableOpacSearchHistory
689               default: 0
690               choices:
691                   yes: Keep
692                   no: "Don't keep"
693             - patron search history in the OPAC.
694         -
695             - pref: OPACPrivacy
696               default: 0
697               choices:
698                   yes: Allow
699                   no: "Don't allow"
700             - "patrons to choose their own privacy settings for their reading history. This requires opacreadinghistory and AnonymousPatron system preferences."
701         -
702             - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor
703               default: 0
704               choices:
705                   yes: Allow
706                   no: "Don't allow"
707             - patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor".
708         -
709             - pref: AllowPatronToSetFinesVisibilityForGuarantor
710               default: 0
711               choices:
712                   yes: Allow
713                   no: "Don't allow"
714             - patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor".
715         -
716             - Use borrowernumber
717             - pref: AnonymousPatron
718               class: integer
719             - "as the anonymous patron (for anonymous suggestions and reading history)."
720         -
721             - pref: TrackClicks
722               default: 0
723               choices:
724                   anonymous: "Track anonymously"
725                   track: "Track"
726                   no: "Don't track"
727             - "links that patrons click on."
728     Restricted page:
729         -
730             - "Access from IP addresses beginning with"
731             - pref: RestrictedPageLocalIPs
732             - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')."
733         -
734             - "HTML content of your restricted page (available at /cgi-bin/koha/opac-restrictedpage.pl)"
735             - pref: RestrictedPageContent
736               type: textarea
737               syntax: text/html
738               class: HTML
739         -
740             - Use
741             - pref: RestrictedPageTitle
742               class: long
743             - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)."
744     Shelf browser:
745         -
746             - pref: OPACShelfBrowser
747               choices:
748                   yes: Show
749                   no: "Don't show"
750             - "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."
751         -
752             - pref: ShelfBrowserUsesLocation
753               default: 1
754               choices:
755                   yes: Use
756                   no: "Don't use"
757             - "the item location when finding items for the shelf browser."
758         -
759             - pref: ShelfBrowserUsesHomeBranch
760               default: 1
761               choices:
762                   yes: Use
763                   no: "Don't use"
764             - "the item home library when finding items for the shelf browser."
765         -
766             - pref: ShelfBrowserUsesCcode
767               default: 0
768               choices:
769                   yes: Use
770                   no: "Don't use"
771             - "the item collection code when finding items for the shelf browser."      
772
773     Self registration and modification:
774         -
775             - pref: PatronSelfRegistration
776               choices:
777                   yes: Allow
778                   no: "Don't allow"
779             - "library patrons to register for an account via the OPAC."
780             - "<br><strong>NOTE:</strong> This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code."
781         -
782             - pref: PatronSelfRegistrationVerifyByEmail
783               choices:
784                   yes: Require
785                   no: "Don't require"
786             - "that a self-registering patron verify themselves via email."
787             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
788         -
789             - "Use the patron category code"
790             - pref: PatronSelfRegistrationDefaultCategory
791               class: short
792             - "as the default patron category for patrons registered via the OPAC."
793         -
794             - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory"
795             - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
796               class: integer
797             - "days after account creation."
798             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
799         -
800             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
801             - pref: PatronSelfRegistrationBorrowerMandatoryField
802               type: modalselect
803               source: borrowers
804         -
805             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-registration screen:"
806             - pref: PatronSelfRegistrationBorrowerUnwantedField
807               type: modalselect
808               source: borrowers
809         -
810             - "The following <a href='http://schema.koha-community.org/__VERSION__/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron self-modification screen:"
811             - pref: PatronSelfModificationBorrowerUnwantedField
812               type: modalselect
813               source: borrowers
814         -
815             - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
816             - pref: PatronSelfRegistrationAdditionalInstructions
817               type: textarea
818               syntax: text/html
819               class: html
820         -
821             - pref: PatronSelfRegistrationEmailMustBeUnique
822               choices:
823                   yes: "Consider"
824                   no: "Don't consider"
825             - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database."
826         -
827             - "Enable the self registration for the following libraries:"
828             - pref: PatronSelfRegistrationLibraryList
829             - (separate branchcode with |).
830             - If empty, all libraries will be listed.
831         -
832             - pref: PatronSelfRegistrationPrefillForm
833               choices:
834                   yes: "Display and prefill"
835                   no: "Don't display and prefill"
836             - "password and login form after a patron has self registered."
837         -
838             - pref: PatronSelfRegistrationConfirmEmail
839               choices:
840                   yes: Require
841                   no: "Don't require"
842             - patrons to confirm their email address by entering it twice.
843         -
844             - pref: OPACPatronDetails
845               choices:
846                   yes: Allow
847                   no: "Don't allow"
848             - patrons to notify the library of changes to their contact information from the OPAC.
849
850     Advanced search options:
851         -
852             - "Show search options:"
853             - pref: OpacAdvSearchOptions
854               multiple:
855                 pubdate: Publication date
856                 itemtype: Item types
857                 language: Language
858                 subtype: Subtypes
859                 sorting: Sorting
860                 location: Location and availability
861         -
862             - "Show search options for the expanded view:"
863             - pref: OpacAdvSearchMoreOptions
864               multiple:
865                 pubdate: Publication date
866                 itemtype: Item types
867                 language: Language
868                 subtype: Subtypes
869                 sorting: Sorting
870                 location: Location and availability
871     Payments:
872         -
873             - pref: EnablePayPalOpacPayments
874               default: 1
875               choices:
876                   yes: Allow
877                   no: "Don't allow"
878             - "patrons to make payments from the OPAC via PayPal in"
879             - pref: PayPalSandboxMode
880               default: 1
881               choices:
882                   yes: "sandbox"
883                   no: "production"
884             - "mode."
885         -
886             - "The email address to receive PayPal payments is "
887             - pref: PayPalUser
888               class: long
889             - "."
890         -
891             - "The password for the PayPal account to receive payments is "
892             - pref: PayPalPwd
893               class: long
894             - "."
895         -
896             - "The signature for the PayPal account to receive payments is "
897             - pref: PayPalSignature
898               class: long
899             - "."
900         -
901             - "The patron should see the charge description as "
902             - pref: PayPalChargeDescription
903               class: long
904             - "."
905         -
906             - "After payment or cancellation, PayPal should return to the "
907             - pref: PayPalReturnURL
908               default: BaseURL
909               choices:
910                   BaseURL: "OPACBaseURL"
911                   OPACAlias: "OPAC's alias"
912             - "."