diff --git a/plugins/search2/IndexingStatusDashlet.php b/plugins/search2/IndexingStatusDashlet.php index 527eaf2..47441fa 100644 --- a/plugins/search2/IndexingStatusDashlet.php +++ b/plugins/search2/IndexingStatusDashlet.php @@ -105,11 +105,14 @@ class IndexingStatusDashlet extends KTBaseDashlet $oTemplating =& KTTemplating::getSingleton(); $oTemplate = $oTemplating->loadTemplate('ktcore/search2/indexing_status'); + $url = KTUtil::kt_url(); + $aTemplateData = array( 'context' => $this, 'indexerName' => $this->indexerName, 'indexerDiagnosis' => $this->indexerDiagnosis, - 'extractorDiagnosis' => $this->extractorDiagnosis + 'extractorDiagnosis' => $this->extractorDiagnosis, + 'rootUrl' => $url ); return $oTemplate->render($aTemplateData); diff --git a/templates/ktcore/search2/indexing_status.smarty b/templates/ktcore/search2/indexing_status.smarty index 3043b29..8ea486c 100644 --- a/templates/ktcore/search2/indexing_status.smarty +++ b/templates/ktcore/search2/indexing_status.smarty @@ -36,5 +36,5 @@ {i18n}Note:{/i18n} {i18n}Indexing will not continue until all issues have been resolved.{/i18n} -
Refresh +Refresh
diff --git a/templates/ktcore/search2/lucene_statistics.smarty b/templates/ktcore/search2/lucene_statistics.smarty index e001fda..e0d7360 100644 --- a/templates/ktcore/search2/lucene_statistics.smarty +++ b/templates/ktcore/search2/lucene_statistics.smarty @@ -79,7 +79,7 @@ toggle.style.display = 'none'; {/if} - +
{i18n}Refresh{/i18n}
{i18n}Refresh{/i18n}