Data files for new system preferences editor
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff-client.pref
1 # Broken, omitted: IntranetNav, TemplateEncoding
2
3 Staff Client:
4         -
5             - Use the
6             - pref: template
7               choices: staff-templates
8             - theme on the staff interface.
9         -
10             - "Enable the following languages on the staff interface:"
11             - pref: language
12               type: staff-languages
13         -
14             - "The staff client is located at http://"
15             - pref: staffClientBaseURL
16               class: url
17             - .
18         -
19             - Include the stylesheet at
20             - pref: intranetstylesheet
21               class: url
22             - on all pages in the staff interface, instead of the default. (This should be a complete URL, starting with <code>http://</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             - "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             - "Include the following JavaScript on all pages in the staff interface:"
35             - pref: intranetuserjs
36               type: textarea
37               class: code
38         -
39             - Use the Yahoo UI libraries
40             - pref: yuipath
41               choices:
42                   local: "included with Koha (faster, will work if internet goes down)."
43                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
44         -
45             - pref: viewMARC
46               choices:
47                   yes: Allow
48                   no: "Don't allow"
49             - staff to view records in plain MARC form on the staff client.
50         -
51             - pref: viewLabeledMARC
52               choices:
53                   yes: Allow
54                   no: "Don't allow"
55             - staff to view records in labeled MARC form on the staff client.
56         -
57             - pref: viewISBD
58               choices:
59                   yes: Allow
60                   no: "Don't allow"
61             - staff to view records in ISBD form on the staff client.