Bug 11175: Show record component parts in the detail view
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff_interface.pref
1 Staff interface:
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 interface 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 add-on <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 interface:"
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 interface:"
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 interface (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 interface:"
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 interface's favicon. (This should be a complete URL, starting with <code>http://</code>.)
70         -
71             - 'Display lists in the staff interface using XSLT stylesheet at: '
72             - pref: XSLTListsDisplay
73               class: file
74             - '<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><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 langues the placeholder {langcode} will be replaced with current interface language.'
75         -
76             - 'Display results in the staff interface 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 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 langues the placeholder {langcode} will be replaced with current interface language.'
80         -
81             - 'Display details in the staff interface 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 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 langues the placeholder {langcode} will be replaced with current interface language.'
85         -
86             - pref: DisplayIconsXSLT
87               choices:
88                   1: Show
89                   0: "Don't show"
90             - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff interface.
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 interface login page"
119             - pref: StaffLoginInstructions
120               type: textarea
121               syntax: text/html
122               class: code
123     Options:
124         -
125             - pref: viewMARC
126               choices:
127                   1: Allow
128                   0: "Don't allow"
129             - staff to view records in plain MARC form on the staff interface.
130         -
131             - pref: viewLabeledMARC
132               choices:
133                   1: Allow
134                   0: "Don't allow"
135             - staff to view records in labeled MARC form on the staff interface.
136         -
137             - pref: viewISBD
138               choices:
139                   1: Allow
140                   0: "Don't allow"
141             - staff to view records in ISBD form on the staff interface.
142         -
143             - pref: HidePatronName
144               choices:
145                   0: Show
146                   1: "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                   0: "Don't show"
152                   1: Show
153             - a link to the last searched patron in the staff interface.
154         -
155             - pref: intranetbookbag
156               choices:
157                   1: Show
158                   0: "Don't show"
159             - the cart option in the staff interface.
160         -
161             - pref: StaffDetailItemSelection
162               choices:
163                   1: Enable
164                   0: Disable
165             - item selection in record detail page.
166         -
167             - pref: UseWYSIWYGinSystemPreferences
168               choices:
169                   1: Show
170                   0: "Don't show"
171             - WYSIWYG editor when editing certain HTML system preferences.
172         -
173             - pref: AudioAlerts
174               choices:
175                  1: "Enable"
176                  0: "Don't enable"
177             - audio alerts for events defined in the <a href="/cgi-bin/koha/admin/audio_alerts.pl">audio alerts</a> section of administration.
178         -
179             - pref: IntranetCatalogSearchPulldown
180               choices:
181                   1: Show
182                   0: "Don't show"
183             - a search field pulldown for 'Search the catalog' boxes.
184         -
185             - Show a list of component records, as linked via field 773, in
186             - pref: ShowComponentRecords
187               choices:
188                   nowhere: "no"
189                   staff: "staff client"
190                   opac: "OPAC"
191                   both: "both staff client and OPAC"
192             - record detail pages.
193     Authentication:
194         -
195             - pref: staffShibOnly
196               choices:
197                   1: "Don't allow"
198                   0: Allow
199             - staff to login by means other than shibboleth.