Bug 27981: Add option to automatically set 001 to the biblionumber
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff_interface.pref
1 Staff interface:
2     Appearance:
3         -
4             - 'Display authority results in the staff interface using XSLT stylesheet at: '
5             - pref: AuthorityXSLTResultsDisplay
6               class: file
7             - '<br />Options:<ul><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 and {authtypecode} will be replaced by the authority type code'
8         -
9             - "Display language selector on "
10             - pref: StaffLangSelectorMode
11               choices:
12                   both: "both top and footer"
13                   top: "top"
14                   footer: "only footer"
15         -
16             - Use the
17             - pref: template
18               choices: staff-templates
19             - theme on the staff interface.
20         -
21             - "The staff interface is located at"
22             - pref: staffClientBaseURL
23               class: url
24             - This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)
25         -
26             - Use the CSS stylesheet
27             - pref: intranetstylesheet
28               class: url
29             - on all pages in the staff interface, 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.
30         -
31             - "Use the following JavaScript for printing slips. See detailed description on the <a href='https://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently'>Koha Wiki</a> and eventually Firefox add-on <a href='https://github.com/edabg/jsprintsetup/wiki'>jsPrintSetup documentation</a>:"
32             - pref: IntranetSlipPrinterJS
33               type: textarea
34               syntax: javascript
35               class: code
36         -
37             - "Include the following CSS on all pages in the staff interface:"
38             - pref: IntranetUserCSS
39               type: textarea
40               syntax: css
41               class: code
42         -
43             - Include the additional CSS stylesheet
44             - pref: intranetcolorstylesheet
45               class: file
46             - 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.
47         -
48             - Use include files from the
49             - pref: intranet_includes
50               class: file
51             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
52         -
53             - "Show the following HTML in its own column on the main page of the staff interface:"
54             - pref: IntranetmainUserblock
55               type: textarea
56               syntax: text/html
57               class: code
58         -
59             - "Show the following HTML to the left of the More menu at the top of each page on the staff interface (should be a list of links or blank):"
60             - pref: IntranetNav
61               type: textarea
62               syntax: html
63               class: code
64         -
65             - "Include the following JavaScript on all pages in the staff interface:"
66             - pref: IntranetUserJS
67               type: textarea
68               syntax: javascript
69               class: code
70         -
71             - Use the image at
72             - pref: IntranetFavicon
73               class: url
74             - for the staff interface's favicon. (This should be a complete URL, starting with <code>http://</code>.)
75         -
76             - 'Display lists in the staff interface using XSLT stylesheet at: '
77             - pref: XSLTListsDisplay
78               class: file
79             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" 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.'
80         -
81             - 'Display results in the staff interface using XSLT stylesheet at: '
82             - pref: XSLTResultsDisplay
83               class: file
84             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTResultsDisplay" 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.'
85         -
86             - 'Display details in the staff interface using XSLT stylesheet at: '
87             - pref: XSLTDetailsDisplay
88               class: file
89             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" 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.'
90         -
91             - pref: DisplayIconsXSLT
92               choices:
93                   1: Show
94                   0: "Don't show"
95             - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff interface.
96         -
97             - 'Display the URI in the 856u field as an image on: '
98             - pref: Display856uAsImage
99               choices:
100                   OFF: "Neither detail or result pages"
101                   Details: "Detail page only"
102                   Results: "Result page"
103                   Both: "Both result and detail pages"
104             - '. Note: The corresponding XSLT option must be turned on.'
105         -
106             - Include the stylesheet at
107             - pref: SlipCSS
108               class: url
109             - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
110         -
111             - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
112             - pref: IntranetCirculationHomeHTML
113               type: textarea
114               syntax: text/html
115               class: code
116         -
117             - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
118             - pref: IntranetReportsHomeHTML
119               type: textarea
120               syntax: text/html
121               class: code
122         -
123             - "Show the following HTML on the staff interface login page"
124             - pref: StaffLoginInstructions
125               type: textarea
126               syntax: text/html
127               class: code
128         -
129             - pref: StaffHighlightedWords
130               type: boolean
131               choices:
132                   1: Highlight
133                   0: Don't highlight
134             - words searched for in the staff interface search results pages.
135     Options:
136         -
137             - pref: viewMARC
138               choices:
139                   1: Allow
140                   0: "Don't allow"
141             - staff to view records in plain MARC form on the staff interface.
142         -
143             - pref: viewLabeledMARC
144               choices:
145                   1: Allow
146                   0: "Don't allow"
147             - staff to view records in labeled MARC form on the staff interface.
148         -
149             - pref: viewISBD
150               choices:
151                   1: Allow
152                   0: "Don't allow"
153             - staff to view records in ISBD form on the staff interface.
154         -
155             - pref: HidePatronName
156               choices:
157                   0: Show
158                   1: "Don't show"
159             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
160         -
161             - pref: showLastPatron
162               choices:
163                   0: "Don't show"
164                   1: Show
165             - a link to the last searched patron in the staff interface.
166         -
167             - pref: intranetbookbag
168               choices:
169                   1: Show
170                   0: "Don't show"
171             - the cart option in the staff interface.
172         -
173             - pref: StaffDetailItemSelection
174               choices:
175                   1: Enable
176                   0: Disable
177             - item selection in record detail page.
178         -
179             - pref: UseWYSIWYGinSystemPreferences
180               choices:
181                   1: Show
182                   0: "Don't show"
183             - WYSIWYG editor when editing certain HTML system preferences.
184         -
185             - pref: AudioAlerts
186               choices:
187                  1: "Enable"
188                  0: "Don't enable"
189             - audio alerts for events defined in the <a href="/cgi-bin/koha/admin/audio_alerts.pl">audio alerts</a> section of administration.
190         -
191             - pref: IntranetAddMastheadLibraryPulldown
192               choices:
193                   1: Show
194                   0: "Don't show"
195             - a library select pulldown menu on the staff header search.
196         -
197             - pref: IntranetCatalogSearchPulldown
198               choices:
199                   1: Show
200                   0: "Don't show"
201             - a search field pulldown for 'Search the catalog' boxes.
202     Authentication:
203         -
204             - pref: staffShibOnly
205               choices:
206                   1: "Don't allow"
207                   0: Allow
208             - staff to login by means other than shibboleth.
209         -
210             - pref: TwoFactorAuthentication
211               choices:
212                   1: Enable
213                   0: "Don't enable"
214             - two-factor authentication (2FA).