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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt (-19 / +6 lines)
Lines 155-170 Link Here
155
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
155
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_grs1' %]
156
                <tr>
156
                <tr>
157
                    <th scope="row"><b>Info</b></th>
157
                    <th scope="row"><b>Info</b></th>
158
                    <td>Your configuration file indicates that <strong>grs1</strong> is the correct setting
158
                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
159
                    for &lt;zebra_bib_index_mode&gt;.
160
                    </td>
161
                </tr>
159
                </tr>
162
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
160
                [% ELSIF config_entry.error == 'zebra_bib_mode_seems_dom' %]
163
                <tr>
161
                <tr>
164
                    <th scope="row"><b>Info</b></th>
162
                    <th scope="row"><b>Info</b></th>
165
                    <td>Your configuration file indicates that <strong>dom</strong> is the correct setting
163
                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
166
                    for &lt;zebra_bib_index_mode&gt;.
167
                    </td>
168
                </tr>
164
                </tr>
169
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
165
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_warn' %]
170
                <tr>
166
                <tr>
Lines 177-192 Link Here
177
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
173
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_grs1' %]
178
                <tr>
174
                <tr>
179
                    <th scope="row"><b>Info</b></th>
175
                    <th scope="row"><b>Info</b></th>
180
                    <td>Your configuration file indicates that <strong>grs1</strong> is the correct setting
176
                    <td>Your configuration file still seems to be set up for <strong>grs1</strong>.</td>
181
                    for &lt;zebra_auth_index_mode&gt;.
182
                    </td>
183
                </tr>
177
                </tr>
184
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
178
                [% ELSIF config_entry.error == 'zebra_auth_mode_seems_dom' %]
185
                <tr>
179
                <tr>
186
                    <th scope="row"><b>Info</b></th>
180
                    <th scope="row"><b>Info</b></th>
187
                    <td>Your configuration file indicates that <strong>dom</strong> is the correct setting
181
                    <td>Your configuration file seems to be set up for <strong>dom</strong>.</td>
188
                    for &lt;zebra_auth_index_mode&gt;.
189
                    </td>
190
                </tr>
182
                </tr>
191
                [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
183
                [% ELSIF config_entry.error == 'zebra_bib_grs_warn' %]
192
                <tr>
184
                <tr>
Lines 200-208 Link Here
200
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
192
                [% ELSIF config_entry.error == 'zebra_bib_index_mode_mismatch_warn' %]
201
                <tr>
193
                <tr>
202
                    <th scope="row"><b>Warning</b></th>
194
                    <th scope="row"><b>Warning</b></th>
203
                    <td>The &lt;zebra_bib_index_mode&gt; entry is set to <strong>dom</strong>, but your system appears to be set up for <strong>grs1</strong> indexing.
195
                    <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>
204
                    It is safe to ignore this warning if biblio search is working.
205
                    </td>
206
                </tr>
196
                </tr>
207
                [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
197
                [% ELSIF config_entry.error == 'zebra_auth_grs_warn' %]
208
                <tr>
198
                <tr>
Lines 216-224 Link Here
216
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
206
                [% ELSIF config_entry.error == 'zebra_auth_index_mode_mismatch_warn' %]
217
                <tr>
207
                <tr>
218
                    <th scope="row"><b>Warning</b></th>
208
                    <th scope="row"><b>Warning</b></th>
219
                    <td>The &lt;zebra_auth_index_mode&gt; entry is set to <strong>dom</strong>, but your system appears to be set up for <strong>grs1</strong> indexing.
209
                    <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>
220
                    It is safe to ignore this warning if authority search is working.
221
                    </td>
222
                </tr>
210
                </tr>
223
                [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
211
                [% ELSIF config_entry.error == 'queryparser_entry_missing' %]
224
                <tr>
212
                <tr>
225
- 

Return to bug 13404