View | Details | Raw Unified | Return to bug 25630
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc (-167 / +19 lines)
Lines 1-173 Link Here
1
<div id="menu">
1
<div id="menu">
2
    <ul>
3
        [% IF ( accounting ) %]
4
            <li class="active">
5
                <a title="Accounting" href="/cgi-bin/koha/admin/preferences.pl?tab=accounting">Accounting</a>
6
                [% PROCESS subtabs  %]
7
        [% ELSE %]
8
            <li>
9
                <a title="Accounting" href="/cgi-bin/koha/admin/preferences.pl?tab=accounting">Accounting</a>
10
        [% END %]
11
        [% IF ( acquisitions ) %]
12
            <li class="active">
13
                <a title="Acquisitions" href="/cgi-bin/koha/admin/preferences.pl?tab=acquisitions">Acquisitions</a>
14
                [% PROCESS subtabs  %]
15
        [% ELSE %]
16
            <li>
17
                <a title="Acquisitions" href="/cgi-bin/koha/admin/preferences.pl?tab=acquisitions">Acquisitions</a>
18
        [% END %]
19
        </li>
20
21
        [% IF ( admin ) %]
22
            <li class="active">
23
                <a title="Administration" href="/cgi-bin/koha/admin/preferences.pl?tab=admin">Administration</a>
24
                [% PROCESS subtabs  %]
25
        [% ELSE %]
26
            <li>
27
                <a title="Administration" href="/cgi-bin/koha/admin/preferences.pl?tab=admin">Administration</a>
28
        [% END %]
29
        </li>
30
31
        [% IF ( authorities ) %]
32
            <li class="active">
33
                <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
34
                [% PROCESS subtabs  %]
35
        [% ELSE %]
36
            <li>
37
                <a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a>
38
        [% END %]
39
        </li>
40
41
        [% IF ( cataloguing ) %]
42
            <li class="active">
43
                <a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a>
44
                [% PROCESS subtabs  %]
45
        [% ELSE %]
46
            <li>
47
                <a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a>
48
        [% END %]
49
        </li>
50
51
        [% IF ( circulation ) %]
52
            <li class="active">
53
                <a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a>
54
                [% PROCESS subtabs  %]
55
        [% ELSE %]
56
            <li>
57
                <a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a>
58
        [% END %]
59
        </li>
60
61
        [% IF ( enhanced_content ) %]
62
            <li class="active">
63
                <a title="Enhanced content settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced content</a>
64
                [% PROCESS subtabs  %]
65
        [% ELSE %]
66
            <li>
67
                <a title="Enhanced content settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced content</a>
68
        [% END %]
69
        </li>
70
71
        [% IF ( i18n_l10n ) %]
72
            <li class="active">
73
                <a title="Internationalization and localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a>
74
                [% PROCESS subtabs  %]
75
        [% ELSE %]
76
            <li>
77
                <a title="Internationalization and localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a>
78
        [% END %]
79
        </li>
80
81
        [% IF ( local_use ) %]
82
            <li class="active">
83
                <a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a>
84
                [% PROCESS subtabs  %]
85
        [% ELSE %]
86
            <li>
87
            <a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a>
88
        [% END %]
89
        </li>
90
91
        [% IF ( logs ) %]
92
            <li class="active">
93
                <a title="Transaction logs" href="/cgi-bin/koha/admin/preferences.pl?tab=logs">Logs</a>
94
                [% PROCESS subtabs  %]
95
        [% ELSE %]
96
            <li>
97
                <a title="Transaction logs" href="/cgi-bin/koha/admin/preferences.pl?tab=logs">Logs</a>
98
        [% END %]
99
        </li>
100
101
        [% IF ( opac ) %]
102
            <li class="active">
103
                <a title="Online Public Access Catalog" href="/cgi-bin/koha/admin/preferences.pl?tab=opac">OPAC</a>
104
                [% PROCESS subtabs  %]
105
        [% ELSE %]
106
            <li>
107
                <a title="Online Public Access Catalog" href="/cgi-bin/koha/admin/preferences.pl?tab=opac">OPAC</a>
108
        [% END %]
109
        </li>
110
111
        [% IF ( patrons ) %]
112
            <li class="active">
113
                <a title="Patrons" href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">Patrons</a>
114
                [% PROCESS subtabs  %]
115
        [% ELSE %]
116
            <li>
117
                <a title="Patrons" href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">Patrons</a>
118
        [% END %]
119
        </li>
120
2
121
        [% IF ( searching ) %]
3
<ul>
122
            <li class="active">
4
[% IF ( accounting ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Accounting" href="/cgi-bin/koha/admin/preferences.pl?tab=accounting">Accounting</a></li>
123
                <a title="Searching" href="/cgi-bin/koha/admin/preferences.pl?tab=searching">Searching</a>
5
[% IF ( acquisitions ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Acquisitions" href="/cgi-bin/koha/admin/preferences.pl?tab=acquisitions">Acquisitions</a></li>
124
                [% PROCESS subtabs  %]
6
[% IF ( admin ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Administration" href="/cgi-bin/koha/admin/preferences.pl?tab=admin">Administration</a></li>
125
        [% ELSE %]
7
[% IF ( authorities ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Authority Control" href="/cgi-bin/koha/admin/preferences.pl?tab=authorities">Authorities</a></li>
126
            <li>
8
[% IF ( cataloguing ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Cataloging" href="/cgi-bin/koha/admin/preferences.pl?tab=cataloguing">Cataloging</a></li>
127
                <a title="Searching" href="/cgi-bin/koha/admin/preferences.pl?tab=searching">Searching</a>
9
[% IF ( circulation ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Circulation" href="/cgi-bin/koha/admin/preferences.pl?tab=circulation">Circulation</a></li>
128
        [% END %]
10
[% IF ( enhanced_content ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Enhanced content settings" href="/cgi-bin/koha/admin/preferences.pl?tab=enhanced_content">Enhanced content</a></li>
129
        </li>
11
[% IF ( i18n_l10n ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Internationalization and localization" href="/cgi-bin/koha/admin/preferences.pl?tab=i18n_l10n">I18N/L10N</a></li>
12
[% IF ( local_use ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/admin/systempreferences.pl">Local use</a></li>
13
[% IF ( logs ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Transaction logs" href="/cgi-bin/koha/admin/preferences.pl?tab=logs">Logs</a></li>
14
[% IF ( opac ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Online Public Access Catalog" href="/cgi-bin/koha/admin/preferences.pl?tab=opac">OPAC</a></li>
15
[% IF ( patrons ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Patrons" href="/cgi-bin/koha/admin/preferences.pl?tab=patrons">Patrons</a></li>
16
[% IF ( searching ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Searching" href="/cgi-bin/koha/admin/preferences.pl?tab=searching">Searching</a></li>
17
[% IF ( serials ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Serials" href="/cgi-bin/koha/admin/preferences.pl?tab=serials">Serials</a></li>
18
[% IF ( staff_client ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Staff interface" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff interface</a></li>
19
[% IF ( tools ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Tools" href="/cgi-bin/koha/admin/preferences.pl?tab=tools">Tools</a></li>
20
[% IF ( web_services ) %]<li class="active">[% ELSE %]<li>[% END %]<a title="Web services" href="/cgi-bin/koha/admin/preferences.pl?tab=web_services">Web services</a></li>
21
</ul>
130
22
131
        [% IF ( serials ) %]
132
            <li class="active">
133
                <a title="Serials" href="/cgi-bin/koha/admin/preferences.pl?tab=serials">Serials</a>
134
                [% PROCESS subtabs  %]
135
        [% ELSE %]
136
            <li>
137
                <a title="Serials" href="/cgi-bin/koha/admin/preferences.pl?tab=serials">Serials</a>
138
        [% END %]
139
        </li>
140
141
        [% IF ( staff_client ) %]
142
            <li class="active">
143
                <a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a>
144
                [% PROCESS subtabs  %]
145
        [% ELSE %]
146
            <li>
147
                <a title="Staff client" href="/cgi-bin/koha/admin/preferences.pl?tab=staff_client">Staff client</a>
148
        [% END %]
149
        </li>
150
151
        [% IF ( tools ) %]
152
            <li class="active">
153
                <a title="Tools" href="/cgi-bin/koha/admin/preferences.pl?tab=tools">Tools</a>
154
                [% PROCESS subtabs  %]
155
        [% ELSE %]
156
            <li>
157
                <a title="Tools" href="/cgi-bin/koha/admin/preferences.pl?tab=tools">Tools</a>
158
        [% END %]
159
        </li>
160
161
        [% IF ( web_services ) %]
162
            <li class="active">
163
                <a title="Web services" href="/cgi-bin/koha/admin/preferences.pl?tab=web_services">Web services</a>
164
                [% PROCESS subtabs  %]
165
        [% ELSE %]
166
            <li>
167
                <a title="Web services" href="/cgi-bin/koha/admin/preferences.pl?tab=web_services">Web services</a>
168
        [% END %]
169
        </li>
170
    </ul>
171
</div>
23
</div>
172
24
173
[% BLOCK subtabs %]
25
[% BLOCK subtabs %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref (-19 / +18 lines)
Lines 1-4 Link Here
1
Staff Client:
1
Staff interface:
2
    Appearance:
2
    Appearance:
3
        -
3
        -
4
            - "Display language selector on "
4
            - "Display language selector on "
Lines 13-19 Staff Client: Link Here
13
              choices: staff-templates
13
              choices: staff-templates
14
            - theme on the staff interface.
14
            - theme on the staff interface.
15
        -
15
        -
16
            - "The staff client is located at"
16
            - "The staff interface is located at"
17
            - pref: staffClientBaseURL
17
            - pref: staffClientBaseURL
18
              class: url
18
              class: url
19
            - This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)
19
            - This should be a complete URL, starting with http:// or https://. Do not include a trailing slash in the URL. (This must be filled in correctly for CAS, svc, and load_testing to work.)
Lines 23-35 Staff Client: Link Here
23
              class: url
23
              class: url
24
            - on all pages in the staff interface, instead of the default css (used when leaving this field blank). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
24
            - on all pages in the staff interface, instead of the default css (used when leaving this field blank). Enter just a filename, a full local path or a complete URL starting with <code>http://</code> (if the file lives on a remote server). Please note that if you just enter a filename, the file should be in the css subdirectory for each active theme and language within the Koha templates directory. A full local path is expected to start from your HTTP document root.
25
        -
25
        -
26
            - "Use the following JavaScript for printing slips. See detailed description on the <a href='https://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently'>Koha Wiki</a> and eventually Firefox PlugIn <a href='https://github.com/edabg/jsprintsetup/wiki'>jsPrintSetup documentation</a>:"
26
            - "Use the following JavaScript for printing slips. See detailed description on the <a href='https://wiki.koha-community.org/wiki/Setting_up_slip_printer_to_print_silently'>Koha Wiki</a> and eventually Firefox add-on <a href='https://github.com/edabg/jsprintsetup/wiki'>jsPrintSetup documentation</a>:"
27
            - pref: IntranetSlipPrinterJS
27
            - pref: IntranetSlipPrinterJS
28
              type: textarea
28
              type: textarea
29
              syntax: javascript
29
              syntax: javascript
30
              class: code
30
              class: code
31
        -
31
        -
32
            - "Include the following CSS on all pages in the staff client:"
32
            - "Include the following CSS on all pages in the staff interface:"
33
            - pref: IntranetUserCSS
33
            - pref: IntranetUserCSS
34
              type: textarea
34
              type: textarea
35
              syntax: css
35
              syntax: css
Lines 45-63 Staff Client: Link Here
45
              class: file
45
              class: file
46
            - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
46
            - directory in the template directory, instead of <code>includes/</code>. (Leave blank to disable)
47
        -
47
        -
48
            - "Show the following HTML in its own column on the main page of the staff client:"
48
            - "Show the following HTML in its own column on the main page of the staff interface:"
49
            - pref: IntranetmainUserblock
49
            - pref: IntranetmainUserblock
50
              type: textarea
50
              type: textarea
51
              syntax: text/html
51
              syntax: text/html
52
              class: code
52
              class: code
53
        -
53
        -
54
            - "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):"
54
            - "Show the following HTML to the left of the More menu at the top of each page on the staff interface (should be a list of links or blank):"
55
            - pref: IntranetNav
55
            - pref: IntranetNav
56
              type: textarea
56
              type: textarea
57
              syntax: html
57
              syntax: html
58
              class: code
58
              class: code
59
        -
59
        -
60
            - "Include the following JavaScript on all pages in the staff client:"
60
            - "Include the following JavaScript on all pages in the staff interface:"
61
            - pref: IntranetUserJS
61
            - pref: IntranetUserJS
62
              type: textarea
62
              type: textarea
63
              syntax: javascript
63
              syntax: javascript
Lines 66-84 Staff Client: Link Here
66
            - Use the image at
66
            - Use the image at
67
            - pref: IntranetFavicon
67
            - pref: IntranetFavicon
68
              class: url
68
              class: url
69
            - for the Staff Client's favicon. (This should be a complete URL, starting with <code>http://</code>.)
69
            - for the Staff interface's favicon. (This should be a complete URL, starting with <code>http://</code>.)
70
        -
70
        -
71
            - 'Display lists in the staff client using XSLT stylesheet at: '
71
            - 'Display lists in the staff interface using XSLT stylesheet at: '
72
            - pref: XSLTListsDisplay
72
            - pref: XSLTListsDisplay
73
              class: file
73
              class: file
74
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
74
            - '<br />Options:<ul><li><a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="">Leave empty</a> for "no xslt"</li><li>enter "<a href="#" class="set_syspref" data-syspref="XSLTListsDisplay" data-value="default">default</a>" for the default one</li><li> put a path to define a xslt file</li><li>put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
75
        -
75
        -
76
            - 'Display results in the staff client using XSLT stylesheet at: '
76
            - 'Display results in the staff interface using XSLT stylesheet at: '
77
            - pref: XSLTResultsDisplay
77
            - pref: XSLTResultsDisplay
78
              class: file
78
              class: file
79
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li>Put a path to define a xslt file</li><li>Put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
79
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTResultsDisplay" data-value="default">default</a>" for the default one</li><li>Put a path to define a xslt file</li><li>Put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
80
        -
80
        -
81
            - 'Display details in the staff client using XSLT stylesheet at: '
81
            - 'Display details in the staff interface using XSLT stylesheet at: '
82
            - pref: XSLTDetailsDisplay
82
            - pref: XSLTDetailsDisplay
83
              class: file
83
              class: file
84
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>Put a path to define a xslt file</li><li>Put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
84
            - '<br />Options:<ul><li>Enter "<a href="#" class="set_syspref" data-syspref="XSLTDetailsDisplay" data-value="default">default</a>" for the default one</li><li>Put a path to define a xslt file</li><li>Put an URL for an external specific stylesheet.</li></ul>{langcode} will be replaced with current interface language'
Lines 87-93 Staff Client: Link Here
87
              choices:
87
              choices:
88
                  yes: Show
88
                  yes: Show
89
                  no: "Don't show"
89
                  no: "Don't show"
90
            - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff client.
90
            - the format, audience, and material type icons and descriptions in XSLT MARC21 results and detail pages in the staff interface.
91
        -
91
        -
92
            - 'Display the URI in the 856u field as an image on: '
92
            - 'Display the URI in the 856u field as an image on: '
93
            - pref: Display856uAsImage
93
            - pref: Display856uAsImage
Lines 115-121 Staff Client: Link Here
115
              syntax: text/html
115
              syntax: text/html
116
              class: code
116
              class: code
117
        -
117
        -
118
            - "Show the following HTML on the staff client login page"
118
            - "Show the following HTML on the staff interface login page"
119
            - pref: StaffLoginInstructions
119
            - pref: StaffLoginInstructions
120
              type: textarea
120
              type: textarea
121
              syntax: text/html
121
              syntax: text/html
Lines 126-144 Staff Client: Link Here
126
              choices:
126
              choices:
127
                  yes: Allow
127
                  yes: Allow
128
                  no: "Don't allow"
128
                  no: "Don't allow"
129
            - staff to view records in plain MARC form on the staff client.
129
            - staff to view records in plain MARC form on the staff interface.
130
        -
130
        -
131
            - pref: viewLabeledMARC
131
            - pref: viewLabeledMARC
132
              choices:
132
              choices:
133
                  yes: Allow
133
                  yes: Allow
134
                  no: "Don't allow"
134
                  no: "Don't allow"
135
            - staff to view records in labeled MARC form on the staff client.
135
            - staff to view records in labeled MARC form on the staff interface.
136
        -
136
        -
137
            - pref: viewISBD
137
            - pref: viewISBD
138
              choices:
138
              choices:
139
                  yes: Allow
139
                  yes: Allow
140
                  no: "Don't allow"
140
                  no: "Don't allow"
141
            - staff to view records in ISBD form on the staff client.
141
            - staff to view records in ISBD form on the staff interface.
142
        -
142
        -
143
            - pref: HidePatronName
143
            - pref: HidePatronName
144
              choices:
144
              choices:
Lines 150-162 Staff Client: Link Here
150
              choices:
150
              choices:
151
                  no: "Don't show"
151
                  no: "Don't show"
152
                  yes: Show
152
                  yes: Show
153
            - a link to the last searched patron in the staff client.
153
            - a link to the last searched patron in the staff interface.
154
        -
154
        -
155
            - pref: intranetbookbag
155
            - pref: intranetbookbag
156
              choices:
156
              choices:
157
                  yes: Show
157
                  yes: Show
158
                  no: "Don't show"
158
                  no: "Don't show"
159
            - the cart option in the staff client.
159
            - the cart option in the staff interface.
160
        -
160
        -
161
            - pref: StaffDetailItemSelection
161
            - pref: StaffDetailItemSelection
162
              choices:
162
              choices:
163
- 

Return to bug 25630