Commit 932749644c8f07e28dc6c0565339a4cc83cb0e13
1 parent
382ada9c
KTS-2880
"Update text on 'Document Indexer Dashlet'" Fixed. Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7998 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
4 deletions
templates/ktcore/search2/lucene_statistics.smarty
| 1 | <html> | 1 | <html> |
| 2 | <head> | 2 | <head> |
| 3 | {literal} | 3 | {literal} |
| 4 | -<script type="text/javascript"> | 4 | +<script type="text/javascript"> |
| 5 | 5 | ||
| 6 | function mouseOver() | 6 | function mouseOver() |
| 7 | { | 7 | { |
| 8 | var toggle = document.getElementById('exp'); | 8 | var toggle = document.getElementById('exp'); |
| 9 | -toggle.style.display = 'block'; | 9 | +toggle.style.display = 'block'; |
| 10 | } | 10 | } |
| 11 | function mouseOut() | 11 | function mouseOut() |
| 12 | { | 12 | { |
| @@ -17,7 +17,7 @@ toggle.style.display = 'none'; | @@ -17,7 +17,7 @@ toggle.style.display = 'none'; | ||
| 17 | function mouseOver1() | 17 | function mouseOver1() |
| 18 | { | 18 | { |
| 19 | var toggle = document.getElementById('show'); | 19 | var toggle = document.getElementById('show'); |
| 20 | -toggle.style.display = 'block'; | 20 | +toggle.style.display = 'block'; |
| 21 | } | 21 | } |
| 22 | function mouseOut1() | 22 | function mouseOut1() |
| 23 | { | 23 | { |
| @@ -67,7 +67,7 @@ toggle.style.display = 'none'; | @@ -67,7 +67,7 @@ toggle.style.display = 'none'; | ||
| 67 | <table> | 67 | <table> |
| 68 | 68 | ||
| 69 | {if $stats.noOptimisation} | 69 | {if $stats.noOptimisation} |
| 70 | -<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.{/i18n} | 70 | +<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} |
| 71 | {/if} | 71 | {/if} |
| 72 | </table> | 72 | </table> |
| 73 | <table width="100%"> | 73 | <table width="100%"> |