Bug 23315: (follow-up) Add configuration to enable CodeMirror
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff_client.pref
1 Staff Client:
2     Appearance:
3         -
4             - "Display language selector on "
5             - pref: StaffLangSelectorMode
6               choices:
7                   both: "both top and footer"
8                   top: "top"
9                   footer: "only footer"
10         -
11             - Use the
12             - pref: template
13               choices: staff-templates
14             - theme on the staff interface.
15         -
16             - "The staff client is located at"
17             - pref: staffClientBaseURL
18               class: url
19             - 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.)
20         -
21             - Use the CSS stylesheet
22             - pref: intranetstylesheet
23               class: url
24             - 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.
25         -
26             - "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 PlugIn <a href='https://github.com/edabg/jsprintsetup/wiki'>jsPrintSetup documentation</a>:"
27             - pref: IntranetSlipPrinterJS
28               type: textarea
29               syntax: javascript
30               class: code
31         -
32             - "Include the following CSS on all pages in the staff client:"
33             - pref: IntranetUserCSS
34               type: textarea
35               syntax: css
36               class: code
37         -
38             - Include the additional CSS stylesheet
39             - pref: intranetcolorstylesheet
40               class: file
41             - 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.
42         -
43             - Use include files from the
44             - pref: intranet_includes
45               class: file
46             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
47         -
48             - "Show the following HTML in its own column on the main page of the staff client:"
49             - pref: IntranetmainUserblock
50               type: textarea
51               syntax: text/html
52               class: code
53         -
54             - "Show the following HTML to the left of the More menu at the top of each page on the staff client (should be a list of links or blank):"
55             - pref: IntranetNav
56               type: textarea
57               syntax: html
58               class: code
59         -
60             - "Include the following JavaScript on all pages in the staff client:"
61             - pref: IntranetUserJS
62               type: textarea
63               syntax: javascript
64               class: code
65         -
66             - Use the image at
67             - pref: IntranetFavicon
68               class: url
69             - for the Staff Client's favicon. (This should be a complete URL, starting with <code>http://</code>.)
70         -
71             - 'Display lists in the staff client using XSLT stylesheet at: '
72             - pref: XSLTListsDisplay
73               class: file
74             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" 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'
75         -
76             - 'Display results in the staff client using XSLT stylesheet at: '
77             - pref: XSLTResultsDisplay
78               class: file
79             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTResultsDisplay" 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'
80         -
81             - 'Display details in the staff client using XSLT stylesheet at: '
82             - pref: XSLTDetailsDisplay
83               class: file
84             - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" 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'
85         -
86             - pref: DisplayIconsXSLT
87               choices:
88                   yes: Show
89                   no: "Don't show"
90             - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the staff client.
91         -
92             - 'Display the URI in the 856u field as an image on: '
93             - pref: Display856uAsImage
94               choices:
95                   OFF: "Neither detail or result pages"
96                   Details: "Detail page only"
97                   Results: "Result page"
98                   Both: "Both result and detail pages"
99             - '. Note: The corresponding XSLT option must be turned on.'
100         -
101             - Include the stylesheet at
102             - pref: SlipCSS
103               class: url
104             - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
105         -
106             - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
107             - pref: IntranetCirculationHomeHTML
108               type: textarea
109               syntax: text/html
110               class: code
111         -
112             - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
113             - pref: IntranetReportsHomeHTML
114               type: textarea
115               syntax: text/html
116               class: code
117         -
118             - "Show the following HTML on the staff client login page"
119             - pref: StaffLoginInstructions
120               type: textarea
121               syntax: text/html
122               class: code
123     Options:
124         -
125             - pref: viewMARC
126               choices:
127                   yes: Allow
128                   no: "Don't allow"
129             - staff to view records in plain MARC form on the staff client.
130         -
131             - pref: viewLabeledMARC
132               choices:
133                   yes: Allow
134                   no: "Don't allow"
135             - staff to view records in labeled MARC form on the staff client.
136         -
137             - pref: viewISBD
138               choices:
139                   yes: Allow
140                   no: "Don't allow"
141             - staff to view records in ISBD form on the staff client.
142         -
143             - pref: HidePatronName
144               choices:
145                   no: Show
146                   yes: "Don't show"
147             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
148         -
149             - pref: showLastPatron
150               choices:
151                   no: "Don't show"
152                   yes: Show
153             - a link to the last searched patron in the staff client.
154         -
155             - pref: intranetbookbag
156               choices:
157                   yes: Show
158                   no: "Don't show"
159             - the cart option in the staff client.
160         -
161             - pref: StaffDetailItemSelection
162               choices:
163                   yes: Enable
164                   no: Disable
165             - item selection in record detail page.
166         -
167             - pref: UseWYSIWYGinSystemPreferences
168               choices:
169                   yes: Show
170                   no: "Don't show"
171             - WYSIWYG editor when editing certain HTML system preferences.
172         -
173             - pref: AudioAlerts
174               choices:
175                  yes: "Enable"
176                  no: "Don't enable"
177             - audio alerts for events defined in the audio alerts section of administration.
178         -
179             - pref: IntranetCatalogSearchPulldown
180               choices:
181                   yes: Show
182                   no: "Don't show"
183             - a search field pulldown for 'Search the catalog' boxes.