Bug 9044: Provide item selection in record detail page (staff client)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff_client.pref
1 Staff Client:
2     Appearance:
3         -
4             - Use the
5             - pref: template
6               choices: staff-templates
7             - theme on the staff interface.
8         -
9             - "The staff client is located at http://"
10             - pref: staffClientBaseURL
11               class: url
12             - . Do not include a trailing slash in the URL.
13         -
14             - Use the CSS stylesheet
15             - pref: intranetstylesheet
16               class: url
17             - 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.
18         -
19             - "Use the following JavaScript for printing slips. Define at least function printThenClose(). For use e.g. with Firefox PlugIn jsPrintSetup, see http://jsprintsetup.mozdev.org/:"
20             - pref: IntranetSlipPrinterJS
21               type: textarea
22               class: code
23         -
24             - "Include the following CSS on all pages in the staff client:"
25             - pref: IntranetUserCSS
26               type: textarea
27               class: code
28         -
29             - Include the additional CSS stylesheet
30             - pref: intranetcolorstylesheet
31               class: file
32             - 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.
33         -
34             - Use include files from the
35             - pref: intranet_includes
36               class: file
37             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
38         -
39             - "Show the following HTML in its own column on the main page of the staff client:"
40             - pref: IntranetmainUserblock
41               type: textarea
42               class: code
43         -
44             - "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):"
45             - pref: IntranetNav
46               type: textarea
47               class: code
48         -
49             - "Include the following JavaScript on all pages in the staff client:"
50             - pref: intranetuserjs
51               type: textarea
52               class: code
53         -
54             - Use the image at
55             - pref: IntranetFavicon
56               class: url
57             - for the Staff Client's favicon. (This should be a complete URL, starting with <code>http://</code>.)
58         -
59             - 'Display results in the staff client using XSLT stylesheet at: '
60             - pref: XSLTResultsDisplay
61               class: file
62             - '<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'
63         -
64             - 'Display details in the staff client using XSLT stylesheet at: '
65             - pref: XSLTDetailsDisplay
66               class: file
67             - '<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'
68         -
69             - pref: DisplayIconsXSLT
70               choices:
71                   yes: Show
72                   no: "Don't show"
73             - the format, audience, and material type icons in XSLT MARC21 results and detail pages in the staff client.
74         -
75             - Use the Yahoo UI libraries
76             - pref: yuipath
77               choices:
78                   local: "included with Koha (faster, will work if internet goes down)."
79                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
80         -
81             - pref: StaffAuthorisedValueImages
82               choices:
83                   yes: Show
84                   no: "Don't show"
85             - images for <a href="/cgi-bin/koha/admin/authorised_values.pl">authorized values</a> (such as lost statuses and locations) in search results.
86         -
87             - 'Display the URI in the 856u field as an image on: '
88             - pref: Display856uAsImage
89               choices:
90                   OFF: "Neither Details or Results pages"
91                   Details: "Details page only"
92                   Results: "Results page (for future use, Results XSLT not functional at this time)."
93                   Both: "Both Results and Details pages (for future use, Results XSLT not functional at this time)."
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 Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
100     Options:
101         -
102             - pref: viewMARC
103               choices:
104                   yes: Allow
105                   no: "Don't allow"
106             - staff to view records in plain MARC form on the staff client.
107         -
108             - pref: viewLabeledMARC
109               choices:
110                   yes: Allow
111                   no: "Don't allow"
112             - staff to view records in labeled MARC form on the staff client.
113         -
114             - pref: viewISBD
115               choices:
116                   yes: Allow
117                   no: "Don't allow"
118             - staff to view records in ISBD form on the staff client.
119         -
120             - pref: HidePatronName
121               choices:
122                   no: Show
123                   yes: "Don't show"
124             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
125         -
126             - pref: intranetbookbag
127               choices:
128                   yes: Show
129                   no: "Don't show"
130             - the cart option in the staff client.
131         -
132             - pref: StaffDetailItemSelection
133               choices:
134                   yes: Enable
135                   no: Disable
136             - item selection in record detail page.