Merge remote-tracking branch 'origin/new/bug_7143'
[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             - .
13         -
14             - Include the stylesheet at
15             - pref: intranetstylesheet
16               class: url
17             - on all pages in the staff interface, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
18         -
19             - "Include the following CSS on all pages in the staff client:"
20             - pref: IntranetUserCSS
21               type: textarea
22               class: code
23         -
24             - Include the stylesheet <code><!-- TMPL_VAR NAME="themelang" -->/css/</code>
25             - pref: intranetcolorstylesheet
26               class: file
27             - on all pages in the staff interface. (Leave blank to disable.)
28         -
29             - Use include files from the
30             - pref: intranet_includes
31               class: file
32             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
33         -
34             - "Show the following HTML in its own column on the main page of the staff client:"
35             - pref: IntranetmainUserblock
36               type: textarea
37               class: code
38         -
39             - "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):"
40             - pref: IntranetNav
41               type: textarea
42               class: code
43         -
44             - "Include the following JavaScript on all pages in the staff client:"
45             - pref: intranetuserjs
46               type: textarea
47               class: code
48         -
49             - Use the image at
50             - pref: IntranetFavicon
51               class: url
52             - for the Staff Client's favicon. (This should be a complete URL, starting with <code>http://</code>.)
53         -
54             - 'Display results in the staff client using XSLT stylesheet at: '
55             - pref: XSLTResultsDisplay
56               class: file
57             - '<br />Options:<br />- leave empty for "no xslt"<br />- enter "default" for the default one<br />- put a path to define a xslt file<br />- put an URL for an external specific stylesheet.<br />{langcode} will be replaced with current interface language'
58         -
59             - 'Display details in the staff client using XSLT stylesheet at: '
60             - pref: XSLTDetailsDisplay
61               class: file
62             - '<br />Options:<br />- leave empty for "no xslt"<br />- enter "default" for the default one<br />- put a path to define a xslt file<br />- put an URL for an external specific stylesheet.<br />{langcode} will be replaced with current interface language'
63         -
64             - Use the Yahoo UI libraries
65             - pref: yuipath
66               choices:
67                   local: "included with Koha (faster, will work if internet goes down)."
68                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
69         -
70             - pref: StaffAuthorisedValueImages
71               choices:
72                   yes: Show
73                   no: "Don't show"
74             - images for <a href="/cgi-bin/koha/admin/authorised_values.pl">authorized values</a> (such as lost statuses and locations) in search results.
75         -
76             - 'Display the URI in the 856u field as an image on: '
77             - pref: Display856uAsImage
78               choices:
79                   OFF: "Neither Details or Results pages"
80                   Details: "Details page only"
81                   Results: "Results page (for future use, Results XSLT not functional at this time)."
82                   Both: "Both Results and Details pages (for future use, Results XSLT not functional at this time)."
83             - 'Note: The corresponding XSLT option must be turned on.'
84         -
85             - Include the stylesheet at
86             - pref: SlipCSS
87               class: url
88             - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.)
89     Options:
90         -
91             - pref: viewMARC
92               choices:
93                   yes: Allow
94                   no: "Don't allow"
95             - staff to view records in plain MARC form on the staff client.
96         -
97             - pref: viewLabeledMARC
98               choices:
99                   yes: Allow
100                   no: "Don't allow"
101             - staff to view records in labeled MARC form on the staff client.
102         -
103             - pref: viewISBD
104               choices:
105                   yes: Allow
106                   no: "Don't allow"
107             - staff to view records in ISBD form on the staff client.
108         -
109             - pref: HidePatronName
110               choices:
111                   no: Show
112                   yes: "Don't show"
113             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
114         -
115             - pref: intranetbookbag
116               choices:
117                   yes: Show
118                   no: "Don't show"
119             - the cart option in the staff client.