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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-22 / +20 lines)
Lines 139-147 Link Here
139
                        You have set UseQueryParser but there was a problem inititializing QueryParser.
139
                        You have set UseQueryParser but there was a problem inititializing QueryParser.
140
                    [% IF QueryParserError.fallback %]
140
                    [% IF QueryParserError.fallback %]
141
                        The 'queryparser_config' entry is missing in your configuration file.
141
                        The 'queryparser_config' entry is missing in your configuration file.
142
                        <strong>[% QueryParserError.file %]</strong> was used instead without success.
143
                    [% ELSE %]
142
                    [% ELSE %]
144
                        The following configuration file was used without success: <strong>[% QueryParserError.file %]</strong>.
143
                        The following configuration file was used without success: [% QueryParserError.file %].
145
                    [% END %]
144
                    [% END %]
146
                        </td>
145
                        </td>
147
                    </tr>
146
                    </tr>
Lines 167-237 Link Here
167
                <tr>
166
                <tr>
168
                    <th scope="row"><b>Warning</b></th>
167
                    <th scope="row"><b>Warning</b></th>
169
                    <td>The &lt;zebra_bib_index_mode&gt; entry is missing in your configuration file.
168
                    <td>The &lt;zebra_bib_index_mode&gt; entry is missing in your configuration file.
170
                        It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated).
169
                        It should be set to 'dom' or 'grs1' (deprecated).
171
                        It will default to <strong>dom</strong>.
170
                        It will default to 'dom'.
172
                    </td>
171
                    </td>
173
                </tr>
172
                </tr>
174
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
173
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
175
                <tr>
174
                <tr>
176
                    <th scope="row"><b>Info</b></th>
175
                    <th scope="row"><b>Info</b></th>
177
                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
176
                    <td>Your configuration file still seems to be set up for 'grs1'.</td>
178
                </tr>
177
                </tr>
179
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
178
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
180
                <tr>
179
                <tr>
181
                    <th scope="row"><b>Info</b></th>
180
                    <th scope="row"><b>Info</b></th>
182
                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
181
                    <td>Your configuration file seems to be set up for 'dom'.</td>
183
                </tr>
182
                </tr>
184
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
183
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
185
                <tr>
184
                <tr>
186
                    <th scope="row"><b>Warning</b></th>
185
                    <th scope="row"><b>Warning</b></th>
187
                    <td>The &lt;zebra_auth_index_mode&gt; entry is missing in your configuration file.
186
                    <td>The &lt;zebra_auth_index_mode&gt; entry is missing in your configuration file.
188
                        It should be set to <strong>dom</strong> or <strong>grs1</strong> (deprecated).
187
                        It should be set to 'dom' or 'grs1' (deprecated).
189
                        It will default to <strong>dom</strong>.
188
                        It will default to 'dom'.
190
                    </td>
189
                    </td>
191
                </tr>
190
                </tr>
192
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
191
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
193
                <tr>
192
                <tr>
194
                    <th scope="row"><b>Info</b></th>
193
                    <th scope="row"><b>Info</b></th>
195
                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
194
                    <td>Your configuration file still seems to be set up for 'grs1'.</td>
196
                </tr>
195
                </tr>
197
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
196
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
198
                <tr>
197
                <tr>
199
                    <th scope="row"><b>Info</b></th>
198
                    <th scope="row"><b>Info</b></th>
200
                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
199
                    <td>Your configuration file seems to be set up for 'dom'.</td>
201
                </tr>
200
                </tr>
202
                [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
201
                [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
203
                <tr>
202
                <tr>
204
                    <th scope="row"><b>Warning</b></th>
203
                    <th scope="row"><b>Warning</b></th>
205
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>grs1</strong>.
204
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'grs1'.
206
                        GRS-1 support is now deprecated and will be removed in future releases.
205
                        GRS-1 support is now deprecated and will be removed in future releases.
207
                        Please use DOM instead by setting &lt;zebra_bib_index_mode&gt; to
206
                        Please use DOM instead by setting &lt;zebra_bib_index_mode&gt; to
208
                        <strong>dom</strong> (full reindex required).
207
                        'dom' (full reindex required).
209
                    </td>
208
                    </td>
210
                </tr>
209
                </tr>
211
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
210
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
212
                <tr>
211
                <tr>
213
                    <th scope="row"><b>Warning</b></th>
212
                    <th scope="row"><b>Warning</b></th>
214
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
213
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td>
215
                </tr>
214
                </tr>
216
                [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
215
                [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
217
                <tr>
216
                <tr>
218
                    <th scope="row"><b>Warning</b></th>
217
                    <th scope="row"><b>Warning</b></th>
219
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>grs1</strong>.
218
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'grs1'.
220
                        GRS-1 support is now deprecated and will be removed in future releases.
219
                        GRS-1 support is now deprecated and will be removed in future releases.
221
                        Please use DOM instead by setting &lt;zebra_auth_index_mode&gt; to
220
                        Please use DOM instead by setting &lt;zebra_auth_index_mode&gt; to
222
                        <strong>dom</strong> (full reindex required).
221
                        'dom' (full reindex required).
223
                    </td>
222
                    </td>
224
                </tr>
223
                </tr>
225
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
224
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
226
                <tr>
225
                <tr>
227
                    <th scope="row"><b>Warning</b></th>
226
                    <th scope="row"><b>Warning</b></th>
228
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>dom</strong>, but your system still appears to be set up for <strong>grs1</strong> indexing.</td>
227
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'dom', but your system still appears to be set up for 'grs1' indexing.</td>
229
                </tr>
228
                </tr>
230
                [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
229
                [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
231
                <tr>
230
                <tr>
232
                    <th scope="row"><b>Warning</b></th>
231
                    <th scope="row"><b>Warning</b></th>
233
                    <td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration
232
                    <td>You have set UseQueryParser but the 'queryparser_config' entry is missing in your configuration
234
                        file. <strong>[% config_entry.file %]</strong> is used as a fallback.
233
                        file. [% config_entry.file %] is used as a fallback.
235
                    </td>
234
                    </td>
236
                </tr>
235
                </tr>
237
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
236
                [% ELSIF config_entry.error == 'use_zebra_facets_entry_missing' %]
Lines 244-250 Link Here
244
                [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %]
243
                [% ELSIF config_entry.error == 'use_zebra_facets_needs_dom' %]
245
                <tr>
244
                <tr>
246
                    <th scope="row"><b>Warning</b></th>
245
                    <th scope="row"><b>Warning</b></th>
247
                    <td>You have set &lt;use_zebra_facets&gt; but the &lt;zebra_bib_index_mode&gt; is not set to <strong>dom</strong>. Falling back
246
                    <td>You have set &lt;use_zebra_facets&gt; but the &lt;zebra_bib_index_mode&gt; is not set to 'dom'. Falling back
248
                        to legacy facet calculation.
247
                        to legacy facet calculation.
249
                    </td>
248
                    </td>
250
                </tr>
249
                </tr>
Lines 258-273 Link Here
258
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
257
                [% ELSIF config_entry.error == 'uploadpath_entry_missing' %]
259
                <tr>
258
                <tr>
260
                    <th scope="row"><b>Warning</b></th>
259
                    <th scope="row"><b>Warning</b></th>
261
                    <td>You are missing the <strong>&lt;upload_path&gt;</strong> entry in your koha-conf.xml file. Please
260
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
262
                        add it, pointing to the configured file upload directory for your Koha instance.
261
                        add it, pointing to the configured file upload directory for your Koha instance.
263
                    </td>
262
                    </td>
264
                </tr>
263
                </tr>
265
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
264
                [% ELSIF config_entry.error == 'uploadpath_and_opacbaseurl_entry_missing' %]
266
                <tr>
265
                <tr>
267
                    <th scope="row"><b>Warning</b></th>
266
                    <th scope="row"><b>Warning</b></th>
268
                    <td>You are missing the <strong>&lt;upload_path&gt;</strong> entry in your koha-conf.xml file. Please
267
                    <td>You are missing the &lt;upload_path&gt; entry in your koha-conf.xml file. Please
269
                        add it, pointing to the configured file upload directory for your Koha instance.
268
                        add it, pointing to the configured file upload directory for your Koha instance.
270
                        Also note that you need to properly set the <strong>OPACBaseURL</strong> preference for the file upload plugin to work.
269
                        Also note that you need to properly set the OPACBaseURL preference for the file upload plugin to work.
271
                    </td>
270
                    </td>
272
                </tr>
271
                </tr>
273
                [% END %]
272
                [% END %]
274
- 

Return to bug 16718