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