Bug 3585 - sys prefs missing and in wrong tabs
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / staff-client.pref
1 # Broken, omitted: IntranetNav, TemplateEncoding
2
3 Staff Client:
4     Appearance:
5         -
6             - Use the
7             - pref: template
8               choices: staff-templates
9             - theme on the staff interface.
10         -
11             - "Enable the following languages on the staff interface:"
12             - pref: language
13               type: staff-languages
14         -
15             - "The staff client is located at http://"
16             - pref: staffClientBaseURL
17               class: url
18             - .
19         -
20             - Include the stylesheet at
21             - pref: intranetstylesheet
22               class: url
23             - on all pages in the staff interface, instead of the default. (This should be a complete URL, starting with <code>http://</code>.)
24         -
25             - Include the stylesheet <code><!-- TMPL_VAR NAME="themelang" -->/css/</code>
26             - pref: intranetcolorstylesheet
27               class: file
28             - on all pages in the staff interface. (Leave blank to disable.)
29         -
30             - Use include files from the
31             - pref: intranet_includes
32               class: file
33             - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
34         -
35             - "Show the following HTML in its own column on the main page of the staff client:"
36             - pref: IntranetmainUserblock
37               type: textarea
38               class: code
39         -
40             - "Include the following JavaScript on all pages in the staff interface:"
41             - pref: intranetuserjs
42               type: textarea
43               class: code
44         -
45             - Use the Yahoo UI libraries
46             - pref: yuipath
47               choices:
48                   local: "included with Koha (faster, will work if internet goes down)."
49                   "http://yui.yahooapis.com/2.5.1/build": "from Yahoo's own servers (less demand on your servers)."
50     Options:
51         -
52             - pref: viewMARC
53               choices:
54                   yes: Allow
55                   no: "Don't allow"
56             - staff to view records in plain MARC form on the staff client.
57         -
58             - pref: viewLabeledMARC
59               choices:
60                   yes: Allow
61                   no: "Don't allow"
62             - staff to view records in labeled MARC form on the staff client.
63         -
64             - pref: viewISBD
65               choices:
66                   yes: Allow
67                   no: "Don't allow"
68             - staff to view records in ISBD form on the staff client.
69         -
70             - pref: HidePatronName
71               choices:
72                   yes: Show
73                   no: "Don't show"
74             - the names of patrons that have items checked out or on hold on detail pages or the "Place Hold" screen.