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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-5 / +4 lines)
Lines 204-211 Link Here
204
                    <th scope="row"><b>Warning</b></th>
204
                    <th scope="row"><b>Warning</b></th>
205
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to 'grs1'.
205
                    <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.
206
                        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
207
                        Please use DOM instead. To switch follow this page of wiki:
208
                        'dom' (full reindex required).
208
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
209
                    </td>
209
                    </td>
210
                </tr>
210
                </tr>
211
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
211
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
Lines 218-225 Link Here
218
                    <th scope="row"><b>Warning</b></th>
218
                    <th scope="row"><b>Warning</b></th>
219
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to 'grs1'.
219
                    <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.
220
                        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
221
                        Please use DOM instead. To switch follow this page of wiki:
222
                        'dom' (full reindex required).
222
                        <a href="https://wiki.koha-community.org/wiki/Switching_to_dom_indexing">Switching to dom indexing</a>
223
                    </td>
223
                    </td>
224
                </tr>
224
                </tr>
225
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
225
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
226
- 

Return to bug 13405