FFZG HNB rate export changed to list / exchange istead of *
[koha_ffzg] / 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               class: code
30         -
31             - "Include the following CSS on all pages in the staff client:"
32             - pref: IntranetUserCSS
33               type: textarea
34               class: code
35         -
36             - Include the additional CSS stylesheet
37             - pref: intranetcolorstylesheet
38               class: file
39             - 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.
40         -
41             - Use include files from the
42             - pref: intranet_includes
43               class: file
44             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
45         -
46             - "Show the following HTML in its own column on the main page of the staff client:"
47             - pref: IntranetmainUserblock
48               type: htmlarea
49               class: code
50         -
51             - "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):"
52             - pref: IntranetNav
53               type: textarea
54               class: code
55         -
56             - "Include the following JavaScript on all pages in the staff client:"
57             - pref: IntranetUserJS
58               type: textarea
59               class: code
60         -
61             - Use the image at
62             - pref: IntranetFavicon
63               class: url
64             - for the Staff Client's favicon. (This should be a complete URL, starting with <code>http://</code>.)
65         -
66             - 'Display lists in the staff client using XSLT stylesheet at: '
67             - pref: XSLTListsDisplay
68               class: file
69             - '<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'
70         -
71             - 'Display results in the staff client using XSLT stylesheet at: '
72             - pref: XSLTResultsDisplay
73               class: file
74             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="XSLTResultsDisplay" data-value="">Leave empty</a> for "no xslt"</li><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'
75         -
76             - 'Display details in the staff client using XSLT stylesheet at: '
77             - pref: XSLTDetailsDisplay
78               class: file
79             - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" data-value="">Leave empty</a> for "no xslt"</li><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'
80         -
81             - pref: DisplayIconsXSLT
82               choices:
83                   yes: Show
84                   no: "Don't show"
85             - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the staff client.
86         -
87             - 'Display the URI in the 856u field as an image on: '
88             - pref: Display856uAsImage
89               choices:
90                   OFF: "Neither detail or result pages"
91                   Details: "Detail page only"
92                   Results: "Result page"
93                   Both: "Both result and detail pages"
94             - '. Note: The corresponding XSLT option must be turned on.'
95         -
96             - Include the stylesheet at
97             - pref: SlipCSS
98               class: url
99             - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.)
100         -
101             - "Show the following HTML in its own div on the bottom of the home page of the circulation module:"
102             - pref: IntranetCirculationHomeHTML
103               type: htmlarea
104               class: code
105         -
106             - "Show the following HTML in its own div on the bottom of the home page of the reports module:"
107             - pref: IntranetReportsHomeHTML
108               type: htmlarea
109               class: code
110         -
111             - "Show the following HTML on the staff client login page"
112             - pref: StaffLoginInstructions
113               type: htmlarea
114               class: code
115     Options:
116         -
117             - pref: viewMARC
118               choices:
119                   yes: Allow
120                   no: "Don't allow"
121             - staff to view records in plain MARC form on the staff client.
122         -
123             - pref: viewLabeledMARC
124               choices:
125                   yes: Allow
126                   no: "Don't allow"
127             - staff to view records in labeled MARC form on the staff client.
128         -
129             - pref: viewISBD
130               choices:
131                   yes: Allow
132                   no: "Don't allow"
133             - staff to view records in ISBD form on the staff client.
134         -
135             - pref: HidePatronName
136               choices:
137                   no: Show
138                   yes: "Don't show"
139             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
140         -
141             - pref: showLastPatron
142               choices:
143                   no: "Don't show"
144                   yes: Show
145             - a link to the last searched patron in the staff client.
146         -
147             - pref: intranetbookbag
148               choices:
149                   yes: Show
150                   no: "Don't show"
151             - the cart option in the staff client.
152         -
153             - pref: StaffDetailItemSelection
154               choices:
155                   yes: Enable
156                   no: Disable
157             - item selection in record detail page.
158         -
159             - pref: UseWYSIWYGinSystemPreferences
160               choices:
161                   yes: Show
162                   no: "Don't show"
163             - WYSIWYG editor when editing certain HTML system preferences.
164         -
165             - pref: AudioAlerts
166               choices:
167                  yes: "Enable"
168                  no: "Don't enable"
169             - audio alerts for events defined in the audio alerts section of administration.
170         -
171             - pref: IntranetCatalogSearchPulldown
172               choices:
173                   yes: Show
174                   no: "Don't show"
175             - a search field pulldown for 'Search the catalog' boxes.