Merge branch 'bug_5462_signoff' of git://github.com/colinsc/koha into new/enh/bug_5462
[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 in 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 clien:"
45             - pref: intranetuserjs
46               type: textarea
47               class: code
48         -
49             - Show biblio records on result page in the staff client
50             - pref: XSLTResultsDisplay
51               choices:
52                   yes: using XSLT stylesheets.
53                   no: normally.
54         -
55             - Show item details pages in the staff client
56             - pref: XSLTDetailsDisplay
57               choices:
58                   yes: using XSLT stylesheets.
59                   no: normally.
60         -
61             - Use the Yahoo UI libraries
62             - pref: yuipath
63               choices:
64                   local: "included with Koha (faster, will work if internet goes down)."
65                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
66     Options:
67         -
68             - pref: viewMARC
69               choices:
70                   yes: Allow
71                   no: "Don't allow"
72             - staff to view records in plain MARC form on the staff client.
73         -
74             - pref: viewLabeledMARC
75               choices:
76                   yes: Allow
77                   no: "Don't allow"
78             - staff to view records in labeled MARC form on the staff client.
79         -
80             - pref: viewISBD
81               choices:
82                   yes: Allow
83                   no: "Don't allow"
84             - staff to view records in ISBD form on the staff client.
85         -
86             - pref: HidePatronName
87               choices:
88                   no: Show
89                   yes: "Don't show"
90             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
91         -
92             - pref: intranetbookbag
93               choices:
94                   yes: Show
95                   no: "Don't show"
96             - the cart option in the staff client.