Commit 984671fae6e0e48ff4da69e04a23076623437797
1 parent
6b7e5c6e
KTS-3927 - Dashboard Document Indexer Statistics "refreshLuceneStats"
refresh shortcut cause "400 Bad Request" Fixed. Committed By: Kevin Fourie Reviewed By: Megan Watson git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/branches/RB_3.5.4a@9625 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
templates/ktcore/search2/lucene_statistics.smarty
| ... | ... | @@ -72,11 +72,11 @@ toggle.style.display = 'none'; |
| 72 | 72 | </table> |
| 73 | 73 | <table width="100%"> |
| 74 | 74 | <tr> |
| 75 | -<td align=right><a href="{rootUrl}/search2.php?action=refreshLuceneStats">{i18n}Refresh{/i18n}</a></td> | |
| 75 | +<td align=right><a href="{$rootUrl}/search2.php?action=refreshLuceneStats">{i18n}Refresh{/i18n}</a></td> | |
| 76 | 76 | </tr> |
| 77 | 77 | {if $stats.noOptimisation} |
| 78 | 78 | <tr><td valign=top>*<td><i>{i18n}To get the best performance out of Document Indexer, the indexes must be optimised periodically. This is managed by a background task. Please see the KnowledgeTree Administrator's Manual for more information.{/i18n} |
| 79 | 79 | {/if} |
| 80 | 80 | </table> |
| 81 | 81 | </body> |
| 82 | -</html> | |
| 83 | 82 | \ No newline at end of file |
| 83 | +</html> | ... | ... |