mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-18 23:51:20 +00:00
show link to Indexer only if fulltext is enabled
This commit is contained in:
parent
5c43f191ce
commit
a7ff808787
|
@ -429,7 +429,7 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
echo "<li><a href=\"../out/out.FolderNotify.php?folderid=". $folderID ."&showtree=".showtree()."\">".getMLText("edit_existing_notify")."</a></li>\n";
|
echo "<li><a href=\"../out/out.FolderNotify.php?folderid=". $folderID ."&showtree=".showtree()."\">".getMLText("edit_existing_notify")."</a></li>\n";
|
||||||
}
|
}
|
||||||
if ($this->params['user']->isAdmin()) {
|
if ($this->params['user']->isAdmin() && $this->params['enablefullsearch']) {
|
||||||
echo "<li><a href=\"../out/out.Indexer.php?folderid=". $folderID ."\">".getMLText("index_folder")."</a></li>\n";
|
echo "<li><a href=\"../out/out.Indexer.php?folderid=". $folderID ."\">".getMLText("index_folder")."</a></li>\n";
|
||||||
}
|
}
|
||||||
echo "</ul>\n";
|
echo "</ul>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user