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