Merge remote branch 'kc/new/bug_3670' into kcmaster
[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             - pref: OpacMaintenance
26               choices:
27                   yes: Show
28                   no: "Don't show"
29             - "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."
30         -
31             - By default, show bib records
32             - pref: BiblioDefaultView
33               choices:
34                   normal: in simple form.
35                   marc: in their MARC form.
36                   isbd: as specified in the ISBD template.
37         -
38             - When patrons click on a link to another website from your OPAC (like Amazon or OCLC),
39             - pref: OPACURLOpenInNewWindow
40               choices:
41                   yes: do
42                   no: "don't"
43             - open the website in a new window.
44         -
45             - pref: hidelostitems
46               choices:
47                   yes: "Don't show"
48                   no: Show
49             - lost items on search and detail pages.
50         -
51             - Show biblio records on OPAC result page
52             - pref: OPACXSLTResultsDisplay
53               choices:
54                   yes: using XSLT stylesheets.
55                   no: normally.
56         -
57             - Show item details pages on the OPAC
58             - pref: OPACXSLTDetailsDisplay
59               choices:
60                   yes: using XSLT stylesheets.
61                   no: normally.
62         -
63             - On pages displayed with XSLT stylesheets on the OPAC,
64             - pref: DisplayOPACiconsXSLT
65               choices:
66                   yes: show
67                   no: "don't show"
68             - icons for itemtype and authorized values.
69         -
70             - pref: OPACDisplayRequestPriority
71               choices:
72                   yes: Show
73                   no: "Don't show"
74             - patrons the priority level of their holds in the OPAC.
75         -
76             - pref: OPACShowCheckoutName
77               default: 0
78               choices:
79                   yes: Show
80                   no: "Don't show"
81             - the name of the patron that has an item checked out on item detail pages on the OPAC.
82         -
83             - pref: OpacHighlightedWords
84               choices:
85                   yes: Highlight
86                   no: "Don't highlight"
87             - words the patron searched for in their search results.
88         -
89             - pref: AuthorisedValueImages
90               choices:
91                   yes: Show
92                   no: "Don't show"
93             - 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.
94         -
95             - Use the image at
96             - pref: opacsmallimage
97               class: url
98             - 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>.)
99         -
100             - Use the image at
101             - pref: OpacFavicon
102               class: url
103             - for the OPAC's favicon. (This should be a complete URL, starting with <code>http://</code>.)
104         -
105             - "Include the following JavaScript on all pages in the OPAC:"
106             - pref: opacuserjs
107               type: textarea
108               class: code
109         -
110             - Include the additional CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
111             - pref: opaccolorstylesheet
112               class: file
113             - on all pages in the OPAC (leave blank to disable).
114         -
115             - Use the CSS stylesheet <!-- TMPL_VAR NAME="opacthemelang" -->/css/
116             - pref: opaclayoutstylesheet
117               class: file
118             - on all pages in the OPAC, instead of the default (leave blank to disable).
119         -
120             - Use the remote CSS stylesheet
121             - pref: opacstylesheet
122               class: file
123             - on all pages in the OPAC, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
124         -
125             - "Include the following CSS on all pages in the OPAC:"
126             - pref: OPACUserCSS
127               type: textarea
128               class: code
129         -
130             - "Show the following HTML in its own column on the main page of the OPAC:"
131             - pref: OpacMainUserBlock
132               type: textarea
133               class: code
134         -
135             - "Show the following HTML on the left hand column of all pages on the OPAC (generally navigation links):"
136             - pref: OpacNav
137               type: textarea
138               class: code
139         -
140             - "Include the following HTML in the header of all pages in the OPAC:"
141             - pref: opacheader
142               type: textarea
143               class: code
144         -
145             - "Include the following HTML in the footer of all pages in the OPAC:"
146             - pref: opaccredits
147               type: textarea
148               class: code
149         -
150             - 'Include a "More Searches" box on the detail pages of items on the OPAC, with the following HTML (leave blank to disable):'
151             - '<br />Note: The placeholders {CONTROLNUMBER}, {TITLE}, {ISBN} and {AUTHOR} will be replaced with information from the displayed record.'
152             - pref: OPACSearchForTitleIn
153               type: textarea
154               class: code
155         -
156             - pref: OpacAddMastheadLibraryPulldown
157               choices: 
158                   yes: Add
159                   no: "Don't add"
160             - a library select pulldown menu on the OPAC masthead.
161         -
162             - 'Display this HTML when no results are found for a search in the OPAC:'
163             - pref: OPACNoResultsFound
164               type: textarea
165               class: code
166     Features:
167         -
168             - pref: opacuserlogin
169               choices:
170                   yes: Allow
171                   no: "Don't allow"
172             - patrons to log in to their accounts on the OPAC.
173         -
174             - pref: OpacPasswordChange
175               choices:
176                   yes: Allow
177                   no: "Don't allow"
178             - patrons to change their own password on the OPAC. Note that this must be off to use LDAP authentication.
179         -
180             - pref: OPACPatronDetails
181               choices:
182                   yes: Allow
183                   no: "Don't allow"
184             - patrons to notify the library of changes to their contact information from the OPAC.
185         -
186             - pref: OPACFinesTab
187               choices:
188                   yes: Allow
189                   no: "Don't allow"
190             - patrons to access the Fines tab on the My Account page on the OPAC.
191         -
192             - pref: OpacBrowser
193               choices:
194                   yes: Allow
195                   no: "Don't allow"
196             - patrons to browse subject authorities on OPAC (run misc/cronjobs/build_browser_and_cloud.pl to create the browser list)
197         -
198             - pref: OpacAuthorities
199               choices:
200                   yes: Allow
201                   no: "Don't allow"
202             - patrons to search your authority records.
203         -
204             - pref: opacbookbag
205               choices:
206                   yes: Allow
207                   no: "Don't allow"
208             - patrons to store items in a temporary "Cart" on the OPAC.
209         -
210             - pref: OpacTopissue
211               choices:
212                   yes: Allow
213                   no: "Don't allow"
214             - 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.
215         -
216             - pref: suggestion
217               choices:
218                   yes: Allow
219                   no: "Don't allow"
220             - patrons to make purchase suggestions on the OPAC.
221         -
222             - pref: reviewson
223               choices:
224                   yes: Allow
225                   no: "Don't allow"
226             - patrons to make comments on items on the OPAC.
227         -
228             - pref: RequestOnOpac
229               choices:
230                   yes: Allow
231                   no: "Don't allow"
232             - patrons to place holds on items from the OPAC.
233     Policy:
234         -
235             - pref: singleBranchMode
236               default: 0
237               choices:
238                   yes: "Don't allow"
239                   no: Allow
240             - patrons to select their branch on the OPAC.
241         -
242             - pref: SearchMyLibraryFirst
243               choices:
244                   yes: Limit
245                   no: "Don't limit"
246             - "patrons' searches to the library they are registered at."
247 #        -
248 #            This system preference does not actually affect anything
249 #            - pref: OpacBrowser
250 #              choices:
251 #                  yes: Show
252 #                  no: "Don't show"
253 #            - a subject browser on the OPAC (generated using <code>misc/cronjobs/build_browser_and_cloud.pl</code>).
254 #        -
255 #            opac-tags_subject.pl is the only script affected by this, and it is not linked to by any other page
256 #            - pref: OpacCloud
257 #              choices:
258 #            - If ON, enables subject cloud on OPAC
259         -
260             - pref: OPACItemHolds
261               choices:
262                   yes: Allow
263                   no: "Don't allow"
264             - 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.
265         -
266             - pref: OpacRenewalAllowed
267               choices:
268                   yes: Allow
269                   no: "Don't allow"
270             - patrons to renew their own books on the OPAC.
271         -
272             - Only allow patrons to renew their own books on the OPAC if they have less than
273             - pref: OPACFineNoRenewals
274               class: currency
275             - <!-- TMPL_VAR NAME="local_currency" --> in fines (leave blank to disable).
276         -
277             - pref: OPACViewOthersSuggestions
278               choices:
279                   yes: Show
280                   no: "Don't show"
281             - purchase suggestions from other patrons on the OPAC.
282         -
283             - pref: AllowPurchaseSuggestionBranchChoice
284               default: 0
285               choices:
286                   no: "Don't allow"
287                   yes: Allow
288             - patrons to select branch when making a purchase suggestion
289         -
290             - pref: SearchMyLibraryFirst
291               choices:
292                   yes: Limit
293                   no: "Don't limit"
294             - "patrons' searches to the library they are registered at."
295     Privacy:
296         -
297             - pref: AnonSuggestions
298               choices:
299                   yes: Allow
300                   no: "Don't allow"
301             - "patrons that aren't logged in to make purchase suggestions. Suggestions are connected to the AnonymousPatron syspref"
302         -
303             - pref: opacreadinghistory
304               choices:
305                   yes: Allow
306                   no: "Don't allow"
307             - patrons to see what books they have checked out in the past.
308         -
309             - pref: EnableOpacSearchHistory
310               default: 0
311               choices:
312                   yes: Keep
313                   no: "Don't keep"
314             - patron search history in the OPAC.
315         -
316             - pref: OPACPrivacy
317               default: 0
318               choices:
319                   yes: Allow
320                   no: "Don't allow"
321             - patrons to choose their own privacy settings for their reading history.  This requires opacreadinghistory and AnonymousPatron
322         -
323             - Use borrowernumber
324             - pref: AnonymousPatron
325               class: integer
326             - as the Anonymous Patron (for anonymous suggestions and reading history)
327
328     Shelf Browser:
329         -
330             - pref: OPACShelfBrowser
331               choices:
332                   yes: Show
333                   no: "Don't show"
334             - "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."
335         -
336             - pref: ShelfBrowserUsesLocation
337               default: 1
338               choices:
339                   yes: Use
340                   no: "Don't use"
341             - "the item location when finding items for the shelf browser."
342         -
343             - pref: ShelfBrowserUsesHomeBranch
344               default: 1
345               choices:
346                   yes: Use
347                   no: "Don't use"
348             - "the item home branch when finding items for the shelf browser."      
349         -
350             - pref: ShelfBrowserUsesCcode
351               default: 0
352               choices:
353                   yes: Use
354                   no: "Don't use"
355             - "the item collection code when finding items for the shelf browser."