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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt (-25 / +24 lines)
Lines 60-76 Link Here
60
                <dl>
60
                <dl>
61
                    [% IF ( CAN_user_parameters_manage_libraries ) %]
61
                    [% IF ( CAN_user_parameters_manage_libraries ) %]
62
                        <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt>
62
                        <dt><a href="/cgi-bin/koha/admin/branches.pl">Libraries</a></dt>
63
                        <dd>Define libraries.</dd>
63
                        <dd>Define libraries</dd>
64
                        <dt><a href="/cgi-bin/koha/admin/library_groups.pl">Library groups</a></dt>
64
                        <dt><a href="/cgi-bin/koha/admin/library_groups.pl">Library groups</a></dt>
65
                        <dd>Define hierarchical library groups.</dd>
65
                        <dd>Define hierarchical library groups</dd>
66
                    [% END %]
66
                    [% END %]
67
                    [% IF ( CAN_user_parameters_manage_itemtypes ) %]
67
                    [% IF ( CAN_user_parameters_manage_itemtypes ) %]
68
                        <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
68
                        <dt><a href="/cgi-bin/koha/admin/itemtypes.pl">Item types</a></dt>
69
                        <dd>Define item types used for circulation rules.</dd>
69
                        <dd>Define item types used for circulation rules</dd>
70
                    [% END %]
70
                    [% END %]
71
                    [% IF ( CAN_user_parameters_manage_auth_values ) %]
71
                    [% IF ( CAN_user_parameters_manage_auth_values ) %]
72
                        <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
72
                        <dt><a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized values</a></dt>
73
                        <dd>Define categories and authorized values for them.</dd>
73
                        <dd>Define categories and authorized values for them</dd>
74
                    [% END %]
74
                    [% END %]
75
                </dl>
75
                </dl>
76
            [% END %]
76
            [% END %]
Lines 80-86 Link Here
80
                <dl>
80
                <dl>
81
                [% IF ( CAN_user_parameters_manage_patron_categories ) %]
81
                [% IF ( CAN_user_parameters_manage_patron_categories ) %]
82
                    <dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt>
82
                    <dt><a href="/cgi-bin/koha/admin/categories.pl">Patron categories</a></dt>
83
                    <dd>Define patron categories.</dd>
83
                    <dd>Define patron categories</dd>
84
                [% END %]
84
                [% END %]
85
                [% IF CAN_user_parameters_manage_circ_rules %]
85
                [% IF CAN_user_parameters_manage_circ_rules %]
86
                    <dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
86
                    <dt><a href="/cgi-bin/koha/admin/smart-rules.pl">Circulation and fines rules</a></dt>
Lines 92-98 Link Here
92
                [% END %]
92
                [% END %]
93
                [% IF ( CAN_user_parameters_manage_transfers ) %]
93
                [% IF ( CAN_user_parameters_manage_transfers ) %]
94
                    <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt>
94
                    <dt><a href="/cgi-bin/koha/admin/branch_transfer_limits.pl">Library transfer limits</a></dt>
95
                    <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON.</dd>
95
                    <dd>Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON</dd>
96
                    <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt>
96
                    <dt><a href="/cgi-bin/koha/admin/transport-cost-matrix.pl">Transport cost matrix</a></dt>
97
                    <dd>Define transport costs between branches</dd>
97
                    <dd>Define transport costs between branches</dd>
98
                [% END %]
98
                [% END %]
Lines 106-112 Link Here
106
                [% END %]
106
                [% END %]
107
                [% IF ( CAN_user_parameters_manage_cities ) %]
107
                [% IF ( CAN_user_parameters_manage_cities ) %]
108
                    <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
108
                    <dt><a href="/cgi-bin/koha/admin/cities.pl">Cities and towns</a></dt>
109
                    <dd>Define cities and towns that your patrons live in.</dd>
109
                    <dd>Define cities and towns that your patrons live in</dd>
110
                [% END %]
110
                [% END %]
111
                </dl>
111
                </dl>
112
            [% END %]
112
            [% END %]
Lines 116-124 Link Here
116
                <dl>
116
                <dl>
117
                [% IF ( CAN_user_parameters_manage_accounts ) %]
117
                [% IF ( CAN_user_parameters_manage_accounts ) %]
118
                    <dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt>
118
                    <dt><a href="/cgi-bin/koha/admin/debit_types.pl">Debit types</a></dt>
119
                    <dd>Define debit types.</dd>
119
                    <dd>Define debit types</dd>
120
                    <dt><a href="/cgi-bin/koha/admin/credit_types.pl">Credit types</a></dt>
120
                    <dt><a href="/cgi-bin/koha/admin/credit_types.pl">Credit types</a></dt>
121
                    <dd>Define credit types.</dd>
121
                    <dd>Define credit types</dd>
122
                [% END %]
122
                [% END %]
123
                [% IF ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) %]
123
                [% IF ( Koha.Preference('UseCashRegisters') && CAN_user_parameters_manage_cash_registers ) %]
124
                    <dt><a href="/cgi-bin/koha/admin/cash_registers.pl">Cash registers</a></dt>
124
                    <dt><a href="/cgi-bin/koha/admin/cash_registers.pl">Cash registers</a></dt>
Lines 142-164 Link Here
142
                <dl>
142
                <dl>
143
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
143
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
144
                        <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
144
                        <dt><a href="/cgi-bin/koha/admin/biblio_framework.pl">MARC bibliographic framework</a></dt>
145
                        <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor.</dd>
145
                        <dd>Create and manage Bibliographic frameworks that define the characteristics of your MARC Records (field and subfield definitions) as well as templates for the MARC editor</dd>
146
                        <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
146
                        <dt><a href="/cgi-bin/koha/admin/koha2marclinks.pl">Koha to MARC mapping</a></dt>
147
                        <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records.</dd>
147
                        <dd>Define the mapping between the Koha transactional database (SQL) and the MARC Bibliographic records</dd>
148
                    [% END %]
148
                    [% END %]
149
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
149
                    [% IF ( CAN_user_parameters_manage_marc_frameworks ) %]
150
                        <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
150
                        <dt><a href="/cgi-bin/koha/admin/checkmarc.pl">MARC Bibliographic framework test</a></dt>
151
                        <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition.</dd>
151
                        <dd>Checks the MARC structure. If you change your MARC Bibliographic framework it's recommended that you run this tool to test for errors in your definition</dd>
152
                        <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
152
                        <dt><a href="/cgi-bin/koha/admin/authtypes.pl">Authority types</a></dt>
153
                        <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions).</dd>
153
                        <dd>Create and manage Authorities frameworks that define the characteristics of your MARC Records (field and subfield definitions)</dd>
154
                    [% END %]
154
                    [% END %]
155
                    [% IF ( CAN_user_parameters_manage_classifications ) %]
155
                    [% IF ( CAN_user_parameters_manage_classifications ) %]
156
                        <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
156
                        <dt><a href="/cgi-bin/koha/admin/classsources.pl">Classification sources</a></dt>
157
                        <dd>Define classification sources (i.e. call number schemes) used by your collection.  Also define filing rules used for sorting call numbers and splitting rules for splitting them.</dd>
157
                        <dd>Define classification sources (i.e. call number schemes) used by your collection.  Also define filing rules used for sorting call numbers and splitting rules for splitting them</dd>
158
                    [% END %]
158
                    [% END %]
159
                    [% IF ( CAN_user_parameters_manage_matching_rules ) %]
159
                    [% IF ( CAN_user_parameters_manage_matching_rules ) %]
160
                        <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
160
                        <dt><a href="/cgi-bin/koha/admin/matching-rules.pl">Record matching rules</a></dt>
161
                        <dd>Manage rules for automatically matching MARC records during record imports.</dd>
161
                        <dd>Manage rules for automatically matching MARC records during record imports</dd>
162
                    [% END %]
162
                    [% END %]
163
                    [% IF ( CAN_user_parameters_manage_oai_sets ) %]
163
                    [% IF ( CAN_user_parameters_manage_oai_sets ) %]
164
                        <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
164
                        <dt><a href="/cgi-bin/koha/admin/oai_sets.pl">OAI sets configuration</a></dt>
Lines 166-176 Link Here
166
                    [% END %]
166
                    [% END %]
167
                    [% IF ( CAN_user_parameters_manage_item_search_fields ) %]
167
                    [% IF ( CAN_user_parameters_manage_item_search_fields ) %]
168
                        <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt>
168
                        <dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Item search fields</a></dt>
169
                        <dd>Manage custom fields for item search.</dd>
169
                        <dd>Manage custom fields for item search</dd>
170
                    [% END %]
170
                    [% END %]
171
                    [% IF ( CAN_user_parameters_manage_search_engine_config ) %]
171
                    [% IF ( CAN_user_parameters_manage_search_engine_config ) %]
172
                        <dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration (Elasticsearch)</a></dt>
172
                        <dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration (Elasticsearch)</a></dt>
173
                        <dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd>
173
                        <dd>Manage indexes, facets, and their mappings to MARC fields and subfields</dd>
174
                    [% END %]
174
                    [% END %]
175
                </dl>
175
                </dl>
176
            [% END %]
176
            [% END %]
Lines 180-186 Link Here
180
                <dl>
180
                <dl>
181
                    [% IF ( CAN_user_acquisition_currencies_manage ) %]
181
                    [% IF ( CAN_user_acquisition_currencies_manage ) %]
182
                        <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
182
                        <dt><a href="/cgi-bin/koha/admin/currency.pl">Currencies and exchange rates</a></dt>
183
                        <dd>Define currencies and exchange rates used for acquisitions.</dd>
183
                        <dd>Define currencies and exchange rates used for acquisitions</dd>
184
                    [% END %]
184
                    [% END %]
185
                    [% IF ( CAN_user_acquisition_period_manage ) %]
185
                    [% IF ( CAN_user_acquisition_period_manage ) %]
186
                        <dt><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></dt>
186
                        <dt><a href="/cgi-bin/koha/admin/aqbudgetperiods.pl">Budgets</a></dt>
Lines 206-224 Link Here
206
                        <dd>Printers (UNIX paths).</dd> -->
206
                        <dd>Printers (UNIX paths).</dd> -->
207
                    [% IF ( CAN_user_parameters_manage_search_targets ) %]
207
                    [% IF ( CAN_user_parameters_manage_search_targets ) %]
208
                        <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></dt>
208
                        <dt><a href="/cgi-bin/koha/admin/z3950servers.pl">Z39.50/SRU servers</a></dt>
209
                        <dd>Define which external servers to query for MARC data.</dd>
209
                        <dd>Define which external servers to query for MARC data</dd>
210
                    [% END %]
210
                    [% END %]
211
                    [% IF ( CAN_user_parameters_manage_smtp_servers ) %]
211
                    [% IF ( CAN_user_parameters_manage_smtp_servers ) %]
212
                        <dt><a href="/cgi-bin/koha/admin/smtp_servers.pl">SMTP servers</a></dt>
212
                        <dt><a href="/cgi-bin/koha/admin/smtp_servers.pl">SMTP servers</a></dt>
213
                        <dd>Define which SMTP servers to use.</dd>
213
                        <dd>Define which SMTP servers to use</dd>
214
                    [% END %]
214
                    [% END %]
215
                    [% IF ( CAN_user_parameters_manage_didyoumean ) %]
215
                    [% IF ( CAN_user_parameters_manage_didyoumean ) %]
216
                        <dt><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></dt>
216
                        <dt><a href="/cgi-bin/koha/admin/didyoumean.pl">Did you mean?</a></dt>
217
                        <dd>Choose which plugins to use to suggest searches to patrons and staff.</dd>
217
                        <dd>Choose which plugins to use to suggest searches to patrons and staff</dd>
218
                    [% END %]
218
                    [% END %]
219
                    [% IF ( CAN_user_parameters_manage_column_config ) %]
219
                    [% IF ( CAN_user_parameters_manage_column_config ) %]
220
                        <dt><a href="/cgi-bin/koha/admin/columns_settings.pl">Table settings</a></dt>
220
                        <dt><a href="/cgi-bin/koha/admin/columns_settings.pl">Table settings</a></dt>
221
                        <dd>Configure and hide or show columns for tables.</dd>
221
                        <dd>Configure and hide or show columns for tables</dd>
222
                    [% END %]
222
                    [% END %]
223
                    [% IF ( CAN_user_parameters_manage_audio_alerts ) %]
223
                    [% IF ( CAN_user_parameters_manage_audio_alerts ) %]
224
                        <dt><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></dt>
224
                        <dt><a href="/cgi-bin/koha/admin/audio_alerts.pl">Audio alerts</a></dt>
Lines 226-236 Link Here
226
                    [% END %]
226
                    [% END %]
227
                    [% IF ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) %]
227
                    [% IF ( CAN_user_parameters_manage_sms_providers && Koha.Preference('SMSSendDriver') == 'Email' ) %]
228
                            <dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt>
228
                            <dt><a href="/cgi-bin/koha/admin/sms_providers.pl">SMS cellular providers</a></dt>
229
                            <dd>Define a list of cellular providers for sending SMS messages via email.</dd>
229
                            <dd>Define a list of cellular providers for sending SMS messages via email</dd>
230
                    [% END %]
230
                    [% END %]
231
                    [% IF ( CAN_user_parameters_manage_usage_stats ) %]
231
                    [% IF ( CAN_user_parameters_manage_usage_stats ) %]
232
                        <dt><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share your usage statistics</a></dt>
232
                        <dt><a href="/cgi-bin/koha/admin/usage_statistics.pl">Share your usage statistics</a></dt>
233
                        <dd>Share with the Koha community the usage statistics of your Koha installation.</dd>
233
                        <dd>Share with the Koha community the usage statistics of your Koha installation</dd>
234
                    [% END %]
234
                    [% END %]
235
                    [% IF ( CAN_user_parameters_manage_mana ) %]
235
                    [% IF ( CAN_user_parameters_manage_mana ) %]
236
                        <dt><a href="/cgi-bin/koha/admin/share_content.pl">Share content with Mana KB</a></dt>
236
                        <dt><a href="/cgi-bin/koha/admin/share_content.pl">Share content with Mana KB</a></dt>
237
- 

Return to bug 26809