summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:48 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-06 22:56:48 +0000
commit437f22fb08e220ceaf872d6ae0f98404ff1b2567 (patch)
treea88db376013effd50f5824f3928c325b7959c35f /templates
parentf98775dd2cac9f4fb3a3462b8787d0adf6005ca0 (diff)
downloadsearch-437f22fb08e220ceaf872d6ae0f98404ff1b2567.tar.gz
search-437f22fb08e220ceaf872d6ae0f98404ff1b2567.tar.bz2
search-437f22fb08e220ceaf872d6ae0f98404ff1b2567.zip
further paermission renaming and cleanup
Diffstat (limited to 'templates')
-rw-r--r--templates/menu_search_admin.tpl2
-rw-r--r--templates/search.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/menu_search_admin.tpl b/templates/menu_search_admin.tpl
index c317ab8..78d0911 100644
--- a/templates/menu_search_admin.tpl
+++ b/templates/menu_search_admin.tpl
@@ -1,7 +1,7 @@
{strip}
<ul>
<li><a class="item" href="{$smarty.const.KERNEL_PKG_URL}admin/index.php?page=search" title="{tr}Search{/tr}" >{tr}Search{/tr} Settings</a></li>
- {if $gBitSystem->isFeatureActive( 'feature_search_stats' )}
+ {if $gBitSystem->isFeatureActive( 'search_stats' )}
<li><a class="item" href="{$smarty.const.SEARCH_PKG_URL}stats.php">{tr}Search Statistics{/tr}</a></li>
{/if}
</ul>
diff --git a/templates/search.tpl b/templates/search.tpl
index 52068d0..54d8ad0 100644
--- a/templates/search.tpl
+++ b/templates/search.tpl
@@ -37,7 +37,7 @@
{assign var=guid value=$results[search].location}
{tr}{$gLibertySystem->mContentTypes.$guid.content_description}{/tr} <a href="{$results[search].href}&highlight={$words}">{$results[search].title}</a>
<small> &bull;&nbsp;{tr}Hits{/tr}: {$results[search].hits}
- {if $gBitSystem->isFeatureActive( 'feature_search_fulltext' )}
+ {if $gBitSystem->isFeatureActive( 'search_fulltext' )}
&nbsp;&bull;&nbsp;
{if $results[search].relevance <= 0}
{tr}Simple search{/tr}