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