Merge branch 'bug_9403' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / opac.pref
1 OPAC:
2     Appearance:
3         -
4             - Use the
5             - pref: opacthemes
6               choices: opac-templates
7             - theme on the OPAC.
8         -
9             - "The OPAC is located at http://"
10             - pref: OPACBaseURL
11               class: url
12             - . (This must be filled in correctly for RSS, unAPI, and search plugins to work.)
13         -
14             - Show
15             - pref: LibraryName
16               class: long
17             - as the name of the library on the OPAC.
18         -
19             - pref: OpacPublic
20               choices:
21                   yes: Enable
22                   no: Disable
23             - "Koha OPAC as public. Private OPAC requires authentification before accessing the OPAC."
24         -
25             - "Show star-ratings on"
26             - pref: OpacStarRatings
27               choices:
28                   all: "results and details"
29                   disable: "no"
30                   details: "only details"
31             - "pages."
32         -
33             - pref: OpacMaintenance
34               choices:
35                   yes: Show
36                   no: "Don't show"
37             - "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."
38         -
39             - By default, show bib records
40             - pref: BiblioDefaultView
41               choices:
42                   normal: in simple form.
43                   marc: in their MARC form.
44                   isbd: as specified in the ISBD template.
45         -
46             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
47             - pref: OPACURLOpenInNewWindow
48               choices:
49                   yes: do
50                   no: "don't"
51             - open the website in a new window.
52         -
53             - pref: hidelostitems
54               choices:
55                   yes: "Don't show"
56                   no: Show
57             - lost items on search and detail pages.
58         -
59             - 'Display OPAC results using XSLT stylesheet at: '
60             - pref: OPACXSLTResultsDisplay
61               class: file
62             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
63         -
64             - 'Display OPAC details using XSLT stylesheet at: '
65             - pref: OPACXSLTDetailsDisplay
66               class: file
67             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="OPACXSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
68         -
69             - pref: DisplayOPACiconsXSLT
70               choices:
71                   yes: Show
72                   no: "Don't show"
73             - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the OPAC.
74         -
75             - pref: COinSinOPACResults
76               choices:
77                   yes: Include
78                   no: "Don't include"
79             - "COinS / OpenURL / Z39.88 in OPAC search results.  <br/>Warning: Enabling this feature will slow OPAC search response times."
80         -
81             - pref: OPACShowUnusedAuthorities
82               choices:
83                   yes: Show
84                   no: "Do not show"
85             - unused authorities in the OPAC authority browser.
86         -
87             - pref: OPACShowHoldQueueDetails
88               choices:
89                   none: "Don't show any hold details"
90                   priority: "Show priority level"
91                   holds: "Show holds"
92                   holds_priority: "Show holds and their priority level"
93             - to patrons in the OPAC.
94         -
95             - pref: OPACShowCheckoutName
96               default: 0
97               choices:
98                   yes: Show
99                   no: "Don't show"
100             - the name of the patron that has an item checked out on item detail pages on the OPAC.
101         -
102             - pref: OpacKohaUrl
103               default: 0
104               choices:
105                   yes: Show
106                   no: "Don't show"
107             - "'Powered by Koha' text on OPAC footer."
108         -
109             - pref: OpacShowRecentComments
110               default: 0
111               choices:
112                   yes: Show
113                   no: "Don't show"
114             - a link to recent comments in the OPAC masthead.
115         -
116             - pref: OPACShowBarcode
117               default: 0
118               choices:
119                   yes: Show
120                   no: "Don't show"
121             - the item's barcode on the holdings tab.
122         -
123             - pref: OpacHighlightedWords
124               choices:
125                   yes: Highlight
126                   no: "Don't highlight"
127             - words the patron searched for in their search results and detail pages.
128         -
129             - pref: AuthorisedValueImages
130               choices:
131                   yes: Show
132                   no: "Don't show"
133             - images for <a href="/cgi-bin/koha/admin/authorised_values.pl">authorized values</a> (such as lost statuses and locations) in search results and item detail pages on the OPAC.
134         -
135             - Use the image at
136             - pref: opacsmallimage
137               class: url
138             - in the OPAC header, instead of the Koha logo. If this image is a different size than the Koha logo, you will need to customize the CSS. (This should be a complete URL, starting with <code>http://</code>.)
139         -
140             - Use the image at
141             - pref: OpacFavicon
142               class: url
143             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
144         -
145             - "Include the following JavaScript on all pages in the OPAC:"
146             - pref: opacuserjs
147               type: textarea
148               class: code
149         -
150             - Include the additional CSS stylesheet
151             - pref: opaccolorstylesheet
152               class: file
153             - to override specified settings from the default stylesheet (leave blank to disable). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
154         -
155             - Use the CSS stylesheet
156             - pref: opaclayoutstylesheet
157               class: file
158             - 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.
159         -
160             - "Include the following CSS on all pages in the OPAC:"
161             - pref: OPACUserCSS
162               type: textarea
163               class: code
164         -
165             - "Include the following CSS for the mobile view on all pages in the OPAC:"
166             - pref: OPACMobileUserCSS
167               type: textarea
168               class: code
169         -
170             - "Show the following HTML in its own column on the main page of the OPAC:"
171             - pref: OpacMainUserBlock
172               type: textarea
173               class: code
174         -
175             - "Show the following HTML in its own column on the main page of the OPAC (mobile version):"
176             - pref: OpacMainUserBlockMobile
177               type: textarea
178               class: code
179         -
180             - pref: OpacShowLibrariesPulldownMobile
181               choices:
182                   yes: Show
183                   no: "Don't show"
184             - the libraries pulldown on the mobile version of the OPAC.
185         -
186             - pref: OpacShowFiltersPulldownMobile
187               choices:
188                   yes: Show
189                   no: "Don't show"
190             - the search filters pulldown on the mobile version of the OPAC.
191         -
192             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC (generally navigation links):"
193             - pref: OpacNav
194               type: textarea
195               class: code
196         -
197             - "Show the following HTML in the right hand column of the main page under the main login form:"
198             - pref: OpacNavRight
199               type: textarea
200               class: code
201         -
202             - "Show the following HTML on the left hand column of the main page and patron account on the OPAC, after OpacNav, and before patron account links if available:"
203             - pref: OpacNavBottom
204               type: textarea
205               class: code
206         -
207             - "Include the following HTML in the header of all pages in the OPAC:"
208             - pref: opacheader
209               type: textarea
210               class: code
211         -
212             - "Include the following HTML in the footer of all pages in the OPAC:"
213             - pref: opaccredits
214               type: textarea
215               class: code
216         -
217             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
218             - '<br />Note: The placeholders {BIBLIONUMBER}, {CONTROLNUMBER}, {TITLE}, {ISBN}, {ISSN} and {AUTHOR} will be replaced with information from the displayed record.'
219             - pref: OPACSearchForTitleIn
220               type: textarea
221               class: code
222         -
223             - 'Include a "Links" column on the "my summary" and "my reading history" tabs when a user is logged in to the OPAC, with the following HTML (leave blank to disable):'
224             - '<br />Note: The placeholders {BIBLIONUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
225             - pref: OPACMySummaryHTML
226               type: textarea
227               class: code
228         -
229             - "Include the following HTML under the facets in OPAC search results:"
230             - pref: OPACResultsSidebar
231               type: textarea
232               class: code
233         -
234             - pref: OpacAddMastheadLibraryPulldown
235               choices: 
236                   yes: Add
237                   no: "Don't add"
238             - a library select pulldown menu on the OPAC masthead.
239         -
240             - 'Display this HTML when no results are found for a search in the OPAC:'
241             - '<br />Note: You can insert placeholders {QUERY_KW} that will be replaced with the keywords of the query.'
242             - pref: OPACNoResultsFound
243               type: textarea
244               class: code
245         -
246             - 'Display the URI in the 856u field as an image on: '
247             - pref: OPACDisplay856uAsImage
248               choices:
249                   OFF: "Neither Details or Results pages"
250                   Details: "Details page only"
251                   Results: "Results page only"
252                   Both: "Both Details and Results pages"
253             - 'Note: The corresponding OPACXSLT option must be turned on.'
254         -
255             - 'List export options that should be available from OPAC detail page separated by |:'
256             - pref: OpacExportOptions
257               class: multi
258             - '<br />Note: Available options are: BIBTEX (<code>bibtex</code>), Dublin Core (<code>dc</code>),'
259             - 'MARCXML (<code>marcxml</code>), MARC-8 encoded MARC (<code>marc8</code>), Unicode/UTF-8 encoded MARC (<code>utf8</code>),'
260             - 'Unicode/UTF-8 encoded MARC without local use -9xx, x9x, xx9- fields and subfields (<code>marcstd</code>), MODS (<code>mods</code>), RIS (<code>ris</code>)'
261         -
262             - pref: OpacSeparateHoldings
263               choices:
264                   yes: Separate
265                   no: Don't separate
266             - "items display into two tabs, where the first tab contains items whose"
267             - pref: OpacSeparateHoldingsBranch
268               choices:
269                 homebranch: 'home library'
270                 holdingbranch: 'holding library'
271             - "is the logged in user's library. The second tab will contain all other items."
272     Features:
273         -
274             - pref: opacuserlogin
275               choices:
276                   yes: Allow
277                   no: "Don't allow"
278             - patrons to log in to their accounts on the OPAC.
279         -
280             - Show
281             - pref: OpacItemLocation
282               choices:
283                   location: location
284                   ccode: "collection code"
285                   callnum: "call number only"
286             - for items on the OPAC search results.
287         -
288             - pref: OpacPasswordChange
289               choices:
290                   yes: Allow
291                   no: "Don't allow"
292             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
293         -
294             - pref: OPACPatronDetails
295               choices:
296                   yes: Allow
297                   no: "Don't allow"
298             - patrons to notify the library of changes to their contact information from the OPAC.
299         -
300             - pref: OPACpatronimages
301               choices:
302                   yes: Show
303                   no: "Don't show"
304             - patron images on the patron information page in the OPAC.
305         -
306             - pref: OPACFinesTab
307               choices:
308                   yes: Allow
309                   no: "Don't allow"
310             - patrons to access the Fines tab on the My Account page on the OPAC.
311         -
312             - pref: OpacBrowser
313               choices:
314                   yes: Allow
315                   no: "Don't allow"
316             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
317         -
318             - pref: OpacCloud
319               choices:
320                   yes: Show
321                   no: "Don't show"
322             - a subject cloud on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to build)
323         -
324             - pref: OpacAuthorities
325               choices:
326                   yes: Allow
327                   no: "Don't allow"
328             - patrons to search your authority records.
329         -
330             - pref: opacbookbag
331               choices:
332                   yes: Allow
333                   no: "Don't allow"
334             - patrons to store items in a temporary "Cart" on the OPAC.
335         -
336             - pref: OpacTopissue
337               choices:
338                   yes: Allow
339                   no: "Don't allow"
340             - 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.
341         -
342             - pref: suggestion
343               choices:
344                   yes: Allow
345                   no: "Don't allow"
346             - patrons to make purchase suggestions on the OPAC.
347         -
348             - pref: reviewson
349               choices:
350                   yes: Allow
351                   no: "Don't allow"
352             - patrons to make comments on items on the OPAC.
353         -
354             - Show
355             - pref: ShowReviewer
356               choices:
357                   none: no name
358                   full: full name
359                   first: first name
360                   surname: last name
361                   firstandinitial: first name and last name initial
362                   username: username
363             - of commenter with comments in OPAC.
364         -
365             - pref: ShowReviewerPhoto
366               choices:
367                   yes: Show
368                   no: Hide
369             - reviewer's photo beside comments in OPAC.
370         -
371             - pref: RequestOnOpac
372               choices:
373                   yes: Allow
374                   no: "Don't allow"
375             - patrons to place holds on items from the OPAC.
376         -
377             - Display
378             - pref: numSearchRSSResults
379               class: long
380             -  search results in the RSS feed.
381         -
382             - pref: SocialNetworks
383               default: 0
384               choices:
385                   yes: Enable
386                   no: Disable
387             - social network links in opac detail pages
388         -
389             - pref: OpacBrowseResults
390               default: 1
391               choices:
392                   yes: Enable
393                   no: Disable
394             - browsing and paging search results from the OPAC detail page.
395         -
396             - pref: QuoteOfTheDay
397               default: 0
398               choices:
399                   yes: Enable
400                   no: Disable
401             - Quote of the Day display on OPAC home page
402         -
403             - pref: OPACPopupAuthorsSearch
404               default: 0
405               choices:
406                 yes: Display
407                 no: Don't display
408             - the list of authors/subjects in a popup for a combined search on OPAC detail pages.
409     Policy:
410         -
411             - pref: singleBranchMode
412               default: 0
413               choices:
414                   yes: "Don't allow"
415                   no: Allow
416             - patrons to select their branch on the OPAC or show branch names with callnumbers.
417         -
418             - pref: SearchMyLibraryFirst
419               choices:
420                   yes: Limit
421                   no: "Don't limit"
422             - "patrons' searches to the library they are registered at."
423 #        -
424 #            This system preference does not actually affect anything
425 #            - pref: OpacBrowser
426 #              choices:
427 #                  yes: Show
428 #                  no: "Don't show"
429 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
430 #        -
431 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
432 #            - pref: OpacCloud
433 #              choices:
434 #            - If ON, enables subject cloud on OPAC
435         -
436             - pref: OPACItemHolds
437               choices:
438                   yes: Allow
439                   no: "Don't allow"
440             - patrons to place holds on specific items in the OPAC. If this is disabled, users can only put a hold on the next available item.
441         -
442             - pref: OpacRenewalAllowed
443               choices:
444                   yes: Allow
445                   no: "Don't allow"
446             - patrons to renew their own books on the OPAC.
447         -
448             - Use 
449             - pref: OpacRenewalBranch
450               choices:
451                   itemhomebranch: "the item's home library"
452                   patronhomebranch: "the patron's home library"
453                   checkoutbranch: "the library the item was checked out from"
454                   null: "NULL"
455                   opacrenew: "'OPACRenew'"
456             - as branchcode to store in the statistics table.
457         -
458             - Only allow patrons to renew their own books on the OPAC if they have less than
459             - pref: OPACFineNoRenewals
460               class: currency
461             - '[% local_currency %] in fines (leave blank to disable).'
462         -
463             - pref: OPACViewOthersSuggestions
464               choices:
465                   yes: Show
466                   no: "Don't show"
467             - purchase suggestions from other patrons on the OPAC.
468         -
469             - pref: AllowPurchaseSuggestionBranchChoice
470               default: 0
471               choices:
472                   no: "Don't allow"
473                   yes: Allow
474             - patrons to select library when making a purchase suggestion
475         -
476             - pref: OpacHiddenItems
477               type: textarea
478               class: code
479             - Allows to define custom rules for hiding specific items at opac. See docs/opac/OpacHiddenItems.txt for more informations
480         -
481             - pref: OpacAllowPublicListCreation
482               default: 1
483               choices:
484                   no: "Don't allow"
485                   yes: Allow
486             - opac users to create public lists
487         -
488             - pref: OpacAllowSharingPrivateLists
489               default: 0
490               choices:
491                   no: "Don't allow"
492                   yes: Allow
493             - opac users to share private lists with other patrons. This feature is not active yet but will be released soon
494
495     Privacy:
496         -
497             - pref: AnonSuggestions
498               choices:
499                   yes: Allow
500                   no: "Don't allow"
501             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
502         -
503             - pref: opacreadinghistory
504               choices:
505                   yes: Allow
506                   no: "Don't allow"
507             - patrons to see what books they have checked out in the past.
508         -
509             - pref: EnableOpacSearchHistory
510               default: 0
511               choices:
512                   yes: Keep
513                   no: "Don't keep"
514             - patron search history in the OPAC.
515         -
516             - pref: OPACPrivacy
517               default: 0
518               choices:
519                   yes: Allow
520                   no: "Don't allow"
521             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
522         -
523             - Use borrowernumber
524             - pref: AnonymousPatron
525               class: integer
526             - as the Anonymous Patron (for anonymous suggestions and reading history)
527         -
528             - pref: TrackClicks
529               default: 0
530               choices:
531                   anonymous: "Track anonymously"
532                   track: "Track"
533                   no: "Don't track"
534             - links that patrons click on
535
536     Shelf Browser:
537         -
538             - pref: OPACShelfBrowser
539               choices:
540                   yes: Show
541                   no: "Don't show"
542             - "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."
543         -
544             - pref: ShelfBrowserUsesLocation
545               default: 1
546               choices:
547                   yes: Use
548                   no: "Don't use"
549             - "the item location when finding items for the shelf browser."
550         -
551             - pref: ShelfBrowserUsesHomeBranch
552               default: 1
553               choices:
554                   yes: Use
555                   no: "Don't use"
556             - "the item home library when finding items for the shelf browser."
557         -
558             - pref: ShelfBrowserUsesCcode
559               default: 0
560               choices:
561                   yes: Use
562                   no: "Don't use"
563             - "the item collection code when finding items for the shelf browser."      
564
565     Self Registration:
566         -
567             - pref: PatronSelfRegistration
568               choices:
569                   yes: Allow
570                   no: "Don't allow"
571             - "library patrons to register an account via the OPAC."
572         -
573             - pref: PatronSelfRegistrationVerifyByEmail
574               choices:
575                   yes: Require
576                   no: "Don't require"
577             - "that a self-registering patron verify his or herself via email."
578         -
579             - "Use the patron category code"
580             - pref: PatronSelfRegistrationDefaultCategory
581               class: short
582             - "as the default patron category for patrons registered via the OPAC."
583         -
584             - "Delete patrons registered via the OPAC, but not yet verified after"
585             - pref: PatronSelfRegistrationExpireTemporaryAccountsDelay
586               class: integer
587             - "days."
588         -
589             - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
590             - pref: PatronSelfRegistrationBorrowerMandatoryField
591               class: multi
592             - (separate columns with |)
593         -
594             - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
595             - pref: PatronSelfRegistrationBorrowerUnwantedField
596               class: multi
597             - (separate columns with |)
598         -
599             - "Display the following additional instructions for patrons who self register via the OPAC ( HTML is allowed ):"
600             - pref: PatronSelfRegistrationAdditionalInstructions
601               type: textarea
602               class: html