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