|
Lines 88-98
a.add, a.delete {
Link Here
|
| 88 |
|
88 |
|
| 89 |
<h1>Search engine configuration</h1> |
89 |
<h1>Search engine configuration</h1> |
| 90 |
<div class="warning"> |
90 |
<div class="warning"> |
| 91 |
Warning: Any modification in these configurations will need a total reindexation to be fully taken into account ! |
91 |
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. |
| 92 |
</div> |
92 |
</div> |
| 93 |
[% IF errors %] |
93 |
[% IF errors %] |
| 94 |
<div class="error"> |
94 |
<div class="error"> |
| 95 |
Errors occurred, Modifications does not apply. Please check following values: |
95 |
Changes have not been applied. Please check the following values: |
| 96 |
<ul> |
96 |
<ul> |
| 97 |
[% FOREACH e IN errors %] |
97 |
[% FOREACH e IN errors %] |
| 98 |
<li> |
98 |
<li> |
| 99 |
- |
|
|