Merge remote branch 'kc/new/bug_5227' into kcmaster
[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 stylesheet <code><!-- TMPL_VAR NAME="themelang" -->/css/</code>
20             - pref: intranetcolorstylesheet
21               class: file
22             - on all pages in the staff interface. (Leave blank to disable.)
23         -
24             - Use include files from the
25             - pref: intranet_includes
26               class: file
27             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
28         -
29             - "Show the following HTML in its own column on the main page of the staff client:"
30             - pref: IntranetmainUserblock
31               type: textarea
32               class: code
33         -
34             - "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):"
35             - pref: IntranetNav
36               type: textarea
37               class: code
38         -
39             - "Include the following JavaScript on all pages in the staff interface:"
40             - pref: intranetuserjs
41               type: textarea
42               class: code
43         -   
44             - Show biblio records on result page in the staff client
45             - pref: XSLTResultsDisplay
46               choices:
47                   yes: using XSLT stylesheets.
48                   no: normally.
49         -   
50             - Show item details pages in the staff client
51             - pref: XSLTDetailsDisplay
52               choices:
53                   yes: using XSLT stylesheets.
54                   no: normally.              
55         -
56             - Use the Yahoo UI libraries
57             - pref: yuipath
58               choices:
59                   local: "included with Koha (faster, will work if internet goes down)."
60                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
61     Options:
62         -
63             - pref: viewMARC
64               choices:
65                   yes: Allow
66                   no: "Don't allow"
67             - staff to view records in plain MARC form on the staff client.
68         -
69             - pref: viewLabeledMARC
70               choices:
71                   yes: Allow
72                   no: "Don't allow"
73             - staff to view records in labeled MARC form on the staff client.
74         -
75             - pref: viewISBD
76               choices:
77                   yes: Allow
78                   no: "Don't allow"
79             - staff to view records in ISBD form on the staff client.
80         -
81             - pref: HidePatronName
82               choices:
83                   no: Show
84                   yes: "Don't show"
85             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.
86         -
87             - pref: intranetbookbag
88               choices:
89                   yes: Show
90                   no: "Don't show"
91             - the cart option in the staff client.