Bug 25756: remove erroneous hyphen
[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 user's checkouts, overdues, holds and fines on the mainpage"
9         -
10             - For search results in the OPAC, show the item's
11             - pref: OPACResultsLibrary
12               choices:
13                   holdingbranch: "current location"
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 branch"
54                   OpacURLBranch: "OPAC's branch 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 user"
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 bib 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: "Do not 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: GoogleIndicTransliteration
201               default: 0
202               choices:
203                   yes: Show
204                   no: "Don't show"
205             - GoogleIndicTransliteration on the OPAC.
206         -
207             - pref: OpacHighlightedWords
208               choices:
209                   yes: Highlight
210                   no: "Don't highlight"
211             - 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
212             - pref: NotHighlightedWords
213               class: multi
214             - (separate columns with |)
215         -
216             - Use the image at
217             - pref: OpacFavicon
218               class: url
219             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
220         -
221             - "Include the following JavaScript on all pages in the OPAC:"
222             - pref: OPACUserJS
223               type: textarea
224               syntax: javascript
225               class: code
226         -
227             - Include the additional CSS stylesheet
228             - pref: OpacAdditionalStylesheet
229               class: file
230             - 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.
231         -
232             - Use the CSS stylesheet
233             - pref: opaclayoutstylesheet
234               class: file
235             - 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.
236         -
237             - "Include the following CSS on all pages in the OPAC:"
238             - pref: OPACUserCSS
239               type: textarea
240               syntax: css
241               class: code
242         -
243             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
244             - pref: OpacNav
245               type: textarea
246               syntax: text/html
247               class: code
248         -
249             - "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:"
250             - pref: OpacNavBottom
251               type: textarea
252               syntax: text/html
253               class: code
254         -
255             - "Include the following HTML in the footer of all pages in the OPAC:"
256             - pref: opaccredits
257               type: textarea
258               syntax: text/html
259               class: code
260         -
261             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
262             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
263             - pref: OPACSearchForTitleIn
264               type: textarea
265               syntax: text/html
266               class: code
267         -
268             - 'Add additional elements to the "More Searches" bar on the OPAC, with the following HTML (leave blank to disable):'
269             - pref: OpacMoreSearches
270               type: textarea
271               class: code
272         -
273             - '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):'
274             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
275             - pref: OPACMySummaryHTML
276               type: textarea
277               syntax: text/html
278               class: code
279         -
280             - "Note to display on the patron summary page. This note only appears if the patron is logged in:"
281             - pref: OPACMySummaryNote
282               type: textarea
283               syntax: text/html
284         -
285             - "Include the following HTML under the facets in OPAC search results:"
286             - pref: OPACResultsSidebar
287               type: textarea
288               syntax: text/html
289               class: code
290         -
291             - pref: OpacAddMastheadLibraryPulldown
292               choices: 
293                   yes: Add
294                   no: "Don't add"
295             - a library select pulldown menu on the OPAC masthead.
296         -
297             - 'Display this HTML when no results are found for a search in the OPAC:'
298             - '<br />Note: You can insert placeholders {QUERY_KW} that will be replaced with the keywords of the query.'
299             - pref: OPACNoResultsFound
300               type: textarea
301               syntax: text/html
302               class: code
303         -
304             - 'Display the URI in the 856u field as an image on: '
305             - pref: OPACDisplay856uAsImage
306               choices:
307                   OFF: "Neither detail or result pages"
308                   Details: "Detail page only"
309                   Results: "Result page only"
310                   Both: "Both detail and result pages"
311             - '. Note: The corresponding OPACXSLT option must be turned on.'
312         -
313             - 'Select export options that should be available from OPAC detail page:'
314             - pref: OpacExportOptions
315               multiple:
316                 bibtex: BibTeX
317                 dc: Dublin Core
318                 marcxml: MARCXML
319                 marc8: MARC-8 encoded MARC
320                 utf8: Unicode/UTF-8 encoded MARC
321                 marcstd: Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields
322                 mods: MODS
323                 ris: RIS
324                 isbd: ISBD
325         -
326             - pref: OpacSeparateHoldings
327               choices:
328                   yes: Separate
329                   no: Don't separate
330             - "items display into two tabs, where the first tab contains items whose"
331             - pref: OpacSeparateHoldingsBranch
332               choices:
333                 homebranch: 'home library'
334                 holdingbranch: 'holding library'
335             - "is the logged in user's library. The second tab will contain all other items."
336         -
337             - pref: OPACHoldingsDefaultSortField
338               choices:
339                   first_column: First column of the table
340                   homebranch: Home library
341                   holdingbranch: Holding library
342             - "is the default sort field for the holdings table"
343         -
344             - pref: OpacSuggestionManagedBy
345               choices:
346                   yes: Show
347                   no: Don't show
348             - "the name of the staff member who managed a suggestion in OPAC."
349         -
350             - Display up to
351             - pref: OpacMaxItemsToDisplay
352               class: integer
353             - items on the bibliographic record detail page (if the bibliographic record has more items than this, a link is displayed instead that allows the user to choose to display all items).
354         -
355             - "Show the following HTML on the OPAC login form when a patron is not logged in:"
356             - pref: OpacLoginInstructions
357               type: textarea
358               syntax: text/html
359               class: code
360         -
361             - "Replace the search box at the top of OPAC pages with the following HTML:"
362             - pref: OpacCustomSearch
363               type: textarea
364               syntax: text/html
365               class: code
366         -
367             - "Display language selector on "
368             - pref: OpacLangSelectorMode
369               choices:
370                   both: "both top and footer"
371                   top: "top"
372                   footer: "only footer"
373     Features:
374         -
375             - pref: OPACReportProblem
376               choices:
377                   yes: Allow
378                   no: "Don't allow"
379             - patrons to submit problem reports for OPAC pages to the library or Koha Administrator.
380             - "<br/>"
381             - "<strong>NOTE:</strong> You must have KohaAdminEmailAddress enabled."
382         -
383             - pref: opacuserlogin
384               choices:
385                   yes: Allow
386                   no: "Don't allow"
387             - patrons to log in to their accounts on the OPAC.
388         -
389             - Show
390             - pref: OpacItemLocation
391               choices:
392                   location: location
393                   ccode: "collection code"
394                   callnum: "call number only"
395             - for items on the OPAC search results.
396         -
397             - pref: OpacPasswordChange
398               choices:
399                   yes: Allow
400                   no: "Don't allow"
401             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
402         -
403             - "Library users are "
404             - pref: OpacResetPassword
405               default: 1
406               choices:
407                   yes: "allowed"
408                   no: "not allowed"
409             - " to recover their password via e-mail in the OPAC"
410         -
411             - pref: OPACpatronimages
412               choices:
413                   yes: Show
414                   no: "Don't show"
415             - patron images on the patron information page in the OPAC.
416         -
417             - pref: OPACDetailQRCode
418               choices:
419                   yes: Enable
420                   no: "Don't enable"
421             - the option to show a QR Code on the OPAC bibliographic detail page.
422         -
423             - pref: OPACFinesTab
424               choices:
425                   yes: Allow
426                   no: "Don't allow"
427             - patrons to access the Fines tab on the My Account page on the OPAC.
428         -
429             - pref: OpacBrowser
430               choices:
431                   yes: Allow
432                   no: "Don't allow"
433             - patrons to browse subject authorities on OPAC
434             - "<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."
435         -
436             - pref: OpacCloud
437               choices:
438                   yes: Show
439                   no: "Don't show"
440             - a subject cloud on OPAC
441             - "<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."
442         -
443             - pref: OpacAuthorities
444               choices:
445                   yes: Allow
446                   no: "Don't allow"
447             - patrons to search your authority records.
448         -
449             - pref: opacbookbag
450               choices:
451                   yes: Allow
452                   no: "Don't allow"
453             - patrons to store items in a temporary "Cart" on the OPAC.
454         -
455             - pref: OpacTopissue
456               choices:
457                   yes: Allow
458                   no: "Don't allow"
459             - 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.
460         -
461             - pref: suggestion
462               choices:
463                   yes: Allow
464                   no: "Don't allow"
465             - patrons to make purchase suggestions on the OPAC.
466         -
467             - pref: reviewson
468               choices:
469                   yes: Allow
470                   no: "Don't allow"
471             - patrons to make comments on items on the OPAC.
472         -
473             - Show
474             - pref: ShowReviewer
475               choices:
476                   none: no name
477                   full: full name
478                   first: first name
479                   surname: last name
480                   firstandinitial: first name and last name initial
481                   username: username
482             - of commenter with comments in OPAC.
483         -
484             - pref: ShowReviewerPhoto
485               choices:
486                   yes: Show
487                   no: Hide
488             - reviewer's avatar beside comments in OPAC. The avatar will be searched on www.libravatar.org using the patron's e-mail address.
489         -
490             - pref: RequestOnOpac
491               choices:
492                   yes: Allow
493                   no: "Don't allow"
494             - patrons to place holds on items from the OPAC.
495         -
496             - Display
497             - pref: numSearchRSSResults
498               class: long
499             -  search results in the RSS feed.
500         -
501             - Show
502             - pref: SocialNetworks
503               multiple:
504                 facebook: Facebook
505                 linkedin: LinkedIn
506                 email: Email
507                 twitter: Twitter
508
509             - social network links in opac detail pages
510         -
511             - pref: OpacBrowseResults
512               default: 1
513               choices:
514                   yes: Enable
515                   no: Disable
516             - browsing and paging search results from the OPAC detail page.
517         -
518             - pref: QuoteOfTheDay
519               default: 0
520               choices:
521                   yes: Enable
522                   no: Disable
523             - Quote of the Day display on OPAC home page
524         -
525             - pref: OPACPopupAuthorsSearch
526               default: 0
527               choices:
528                 yes: Display
529                 no: Don't display
530             - the list of authors/subjects in a popup for a combined search on OPAC detail pages.
531         -
532             - pref: OpacHoldNotes
533               default: 0
534               choices:
535                   yes: Allow
536                   no: Do not allow
537             - users to add a note when placing a hold.
538         -
539             - pref: OPACAcquisitionDetails
540               default: 0
541               choices:
542                   yes: Display
543                   no: Don't display
544             - the acquisition details on OPAC detail pages.
545         -
546             - pref: OpacNewsLibrarySelect
547               default: 0
548               choices:
549                   yes: Display
550                   no: Don't display
551             - a branch selection list for news items in the OPAC.
552         -
553             - "Use the following as the OPAC ISBD template:"
554             - pref: OPACISBD
555               type: textarea
556               syntax: text/html
557               class: code
558         -
559             - pref: OpacBrowseSearch
560               default: 0
561               choices:
562                   yes: Enable
563                   no: Disable
564             - "(Elasticsearch only) Enable the interface allowing to browse all holdings."
565     OpenURL:
566         -
567             - 'Complete URL of OpenURL resolver (starting with <code>http://</code> or <code>https://</code>):'
568             - pref: OpenURLResolverURL
569               class: url
570         -
571             - 'Text of OpenURL links (or image title if OpenURLImageLocation is defined):'
572             - pref: OpenURLText
573         -
574             - 'Location of image for OpenURL links:'
575             - pref: OpenURLImageLocation
576               class: url
577             - '<br />Can be an absolute URL starting with <code>http://</code> or'
578             - '<code>https://</code> or a relative URL'
579             - '<br />Examples:'
580             - '<br />- <code>http://www.example.com/img/openurl.png</code>'
581             - '<br />- <code>/opac-tmpl/bootstrap/images/OpenURL.png</code>'
582         -
583             - pref: OPACShowOpenURL
584               choices:
585                   yes: Enable
586                   no: Disable
587             - 'display of OpenURL link in OPAC search results and detail page.'
588         -
589             - 'List of item type codes (separated by spaces) for those you want to show the OpenURL link:'
590             - pref: OPACOpenURLItemTypes
591             - '<br />'
592     Policy:
593         -
594             - pref: SearchMyLibraryFirst
595               choices:
596                   yes: Limit
597                   no: "Don't limit"
598             - "patrons' searches to the library they are registered at."
599 #        -
600 #            This system preference does not actually affect anything
601 #            - pref: OpacBrowser
602 #              choices:
603 #                  yes: Show
604 #                  no: "Don't show"
605 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
606 #        -
607 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
608 #            - pref: OpacCloud
609 #              choices:
610 #            - If ON, enables subject cloud on OPAC
611         -
612             - pref: OpacRenewalAllowed
613               choices:
614                   yes: Allow
615                   no: "Don't allow"
616             - patrons to renew their own books on the OPAC.
617         -
618             - Use 
619             - pref: OpacRenewalBranch
620               choices:
621                   itemhomebranch: "the item's home library"
622                   patronhomebranch: "the patron's home library"
623                   checkoutbranch: "the library the item was checked out from"
624                   none: "NULL"
625                   opacrenew: "'OPACRenew'"
626             - as branchcode to store in the statistics table.
627         -
628             - Only allow patrons to renew their own books on the OPAC if they have less than
629             - pref: OPACFineNoRenewals
630               class: currency
631             - '[% local_currency %] in fines (leave blank to disable).'
632         -
633             - pref: OPACFineNoRenewalsIncludeCredits
634               choices:
635                   yes: Include
636                   no: "Don't include"
637             - outstanding/unapplied credits when applying the OPACFineNoRenewals rule to users
638         -
639             - pref: OPACViewOthersSuggestions
640               choices:
641                   yes: Show
642                   no: "Don't show"
643             - purchase suggestions from other patrons on the OPAC.
644         -
645             - pref: AllowPurchaseSuggestionBranchChoice
646               default: 0
647               choices:
648                   no: "Don't allow"
649                   yes: Allow
650             - patrons to select library when making a purchase suggestion
651         -
652             - "Fields that should be mandatory for patron purchase suggestions:"
653             - pref: OPACSuggestionMandatoryFields
654               multiple:
655                 title: Title
656                 author: Author
657                 copyrightdate: Copyright or publication date
658                 isbn: ISBN, ISSN or other standard number
659                 publishercode: Publisher name
660                 collectiontitle: Collection title
661                 place: Publication place
662                 itemtype: Item type
663                 branch: Library or branch
664                 patronreason: Patron reason
665                 note: Note
666             - "<br />Note: if none of the above options are selected, 'Title' field would be mandatory anyway, by default."
667         -
668             - pref: OpacHiddenItems
669               type: textarea
670               syntax: text/x-yaml
671               class: code
672             - 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>.
673         -
674             - pref: OpacHiddenItemsExceptions
675             - List of borrower categories, separated by |, that can see items otherwise hidden by <code>OpacHiddenItems</code>
676         -
677             - pref: OpacAllowPublicListCreation
678               default: 1
679               choices:
680                   no: "Don't allow"
681                   yes: Allow
682             - opac users to create public lists
683         -
684             - pref: OpacAllowSharingPrivateLists
685               default: 0
686               choices:
687                   no: "Don't allow"
688                   yes: Allow
689             - opac users to share private lists with other patrons.
690         -
691             - pref: BlockExpiredPatronOpacActions
692               choices:
693                 yes: "Block"
694                 no: "Don't block"
695             - 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.
696         -
697             - Limit patrons to
698             - pref: MaxOpenSuggestions
699               class: integer
700             - "open suggestions. Leave empty for no limit. **Note: this setting does not affect anonymous suggestions"
701         -
702             - Number of total suggestions allowed
703             - pref: MaxTotalSuggestions
704               class: integer
705             - "in"
706             - pref: NumberOfSuggestionDays
707               class: integer
708             - "days."
709     Privacy:
710         -
711             - pref: AnonSuggestions
712               choices:
713                   yes: Allow
714                   no: "Don't allow"
715             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
716         -
717             - pref: opacreadinghistory
718               choices:
719                   yes: Allow
720                   no: "Don't allow"
721             - patrons to see what books they have checked out in the past.
722         -
723             - pref: EnableOpacSearchHistory
724               default: 0
725               choices:
726                   yes: Keep
727                   no: "Don't keep"
728             - patron search history in the OPAC.
729         -
730             - pref: OPACPrivacy
731               default: 0
732               choices:
733                   yes: Allow
734                   no: "Don't allow"
735             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
736         -
737             - pref: AllowPatronToSetCheckoutsVisibilityForGuarantor
738               default: 0
739               choices:
740                   yes: Allow
741                   no: "Don't allow"
742             - patrons to choose their own privacy settings for showing the patron's checkouts to the patron's guarantor".
743         -
744             - pref: AllowPatronToSetFinesVisibilityForGuarantor
745               default: 0
746               choices:
747                   yes: Allow
748                   no: "Don't allow"
749             - patrons to choose their own privacy settings for showing the patron's fines to the patron's guarantor".
750         -
751             - Use borrowernumber
752             - pref: AnonymousPatron
753               class: integer
754             - as the Anonymous Patron (for anonymous suggestions and reading history)
755         -
756             - pref: TrackClicks
757               default: 0
758               choices:
759                   anonymous: "Track anonymously"
760                   track: "Track"
761                   no: "Don't track"
762             - links that patrons click on
763     Restricted page:
764         -
765             - "Access from IP addresses beginning with"
766             - pref: RestrictedPageLocalIPs
767             - "do not need to be authenticated (comma separated - ex: '127.0.0,127.0.1')"
768         -
769             - "HTML content of your restricted page (available at /cgi-bin/koha/opac-restrictedpage.pl)"
770             - pref: RestrictedPageContent
771               type: textarea
772               syntax: text/html
773               class: HTML
774         -
775             - Use
776             - pref: RestrictedPageTitle
777               class: long
778             - "as title of your restricted page (appears in the breadcrumb and on the top of the restricted page)"
779     Shelf browser:
780         -
781             - pref: OPACShelfBrowser
782               choices:
783                   yes: Show
784                   no: "Don't show"
785             - "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."
786         -
787             - pref: ShelfBrowserUsesLocation
788               default: 1
789               choices:
790                   yes: Use
791                   no: "Don't use"
792             - "the item location when finding items for the shelf browser."
793         -
794             - pref: ShelfBrowserUsesHomeBranch
795               default: 1
796               choices:
797                   yes: Use
798                   no: "Don't use"
799             - "the item home library when finding items for the shelf browser."
800         -
801             - pref: ShelfBrowserUsesCcode
802               default: 0
803               choices:
804                   yes: Use
805                   no: "Don't use"
806             - "the item collection code when finding items for the shelf browser."      
807
808     Self registration and modification:
809         -
810             - pref: PatronSelfRegistration
811               choices:
812                   yes: Allow
813                   no: "Don't allow"
814             - "library patrons to register for an account via the OPAC."
815             - "<br><strong>NOTE:</strong> This needs PatronSelfRegistrationDefaultCategory to be set to a valid patron category code."
816         -
817             - pref: PatronSelfRegistrationVerifyByEmail
818               choices:
819                   yes: Require
820                   no: "Don't require"
821             - "that a self-registering patron verify themselves via email."
822             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
823         -
824             - "Use the patron category code"
825             - pref: PatronSelfRegistrationDefaultCategory
826               class: short
827             - "as the default patron category for patrons registered via the OPAC."
828         -
829             - "Delete patrons still in the category indicated by PatronSelfRegistrationDefaultCategory"
830             - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
831               class: integer
832             - "days after account creation."
833             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cleanup_database.pl</code> cronjob. Ask your system administrator to schedule it."
834         -
835             - "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:"
836             - pref: PatronSelfRegistrationBorrowerMandatoryField
837               class: multi
838             - (separate columns with |)
839         -
840             - "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:"
841             - pref: PatronSelfRegistrationBorrowerUnwantedField
842               class: multi
843             - (separate columns with |)
844         -
845             - "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:"
846             - pref: PatronSelfModificationBorrowerUnwantedField
847               class: multi
848             - (separate columns with |)
849         -
850             - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
851             - pref: PatronSelfRegistrationAdditionalInstructions
852               type: textarea
853               syntax: text/html
854               class: html
855         -
856             - pref: PatronSelfRegistrationEmailMustBeUnique
857               choices:
858                   yes: "Consider"
859                   no: "Do not consider"
860             - "patron's email (borrowers.email) as unique on self registering. An email won't be accepted if it already exists in the database."
861         -
862             - "Enable the self registration for the following libraries:"
863             - pref: PatronSelfRegistrationLibraryList
864             - (separate branchcode with |).
865             - If empty, all libraries will be listed.
866         -
867             - pref: PatronSelfRegistrationPrefillForm
868               choices:
869                   yes: "Display and prefill"
870                   no: "Do not display and prefill"
871             - "password and login form after a patron has self registered."
872         -
873             - pref: PatronSelfRegistrationConfirmEmail
874               choices:
875                   yes: Require
876                   no: "Do not require"
877             - users to confirm their email address by entering it twice.
878         -
879             - pref: OPACPatronDetails
880               choices:
881                   yes: Allow
882                   no: "Don't allow"
883             - patrons to notify the library of changes to their contact information from the OPAC.
884
885     Advanced search options:
886         -
887             - Show search options
888             - pref: OpacAdvSearchOptions
889               multiple:
890                 pubdate: Publication date
891                 itemtype: Item types
892                 language: Language
893                 subtype: Subtypes
894                 sorting: Sorting
895                 location: Location and availability
896         -
897             - Show search options for the expanded view
898             - pref: OpacAdvSearchMoreOptions
899               multiple:
900                 pubdate: Publication date
901                 itemtype: Item types
902                 language: Language
903                 subtype: Subtypes
904                 sorting: Sorting
905                 location: Location and availability
906     Payments:
907         -
908             - pref: EnablePayPalOpacPayments
909               default: 1
910               choices:
911                   yes: Allow
912                   no: "Don't allow"
913             - "patrons to make payments from the OPAC via PayPal in"
914             - pref: PayPalSandboxMode
915               default: 1
916               choices:
917                   yes: "Sandbox"
918                   no: "Production"
919             - "mode."
920         -
921             - "The email address to receive PayPal payments is "
922             - pref: PayPalUser
923               class: long
924         -
925             - "The password for the PayPal account to receive payments is "
926             - pref: PayPalPwd
927               class: long
928         -
929             - "The signature for the PayPal account to receive payments is "
930             - pref: PayPalSignature
931               class: long
932         -
933             - "The patron should see the charge description as "
934             - pref: PayPalChargeDescription
935               class: long
936         -
937             - "After payment or cancellation, PayPal should return to the "
938             - pref: PayPalReturnURL
939               default: BaseURL
940               choices:
941                   BaseURL: "OPACBaseURL"
942                   OPACAlias: "OPAC's alias"