aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/search_rules.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/template/search_rules.tpl')
-rw-r--r--themes/default/template/search_rules.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/default/template/search_rules.tpl b/themes/default/template/search_rules.tpl
index db334b859..b6a03e7bc 100644
--- a/themes/default/template/search_rules.tpl
+++ b/themes/default/template/search_rules.tpl
@@ -8,13 +8,13 @@
<h2>{'Search rules'|@translate}</h2>
</div>
-{if isset($INTRODUCTION) }
+{if isset($INTRODUCTION)}
<p>{$INTRODUCTION}</p>
{/if}
<ul>
- {if isset($search_words) }
+ {if isset($search_words)}
{foreach from=$search_words item=v}
<li>{$v}</li>
{/foreach}
@@ -22,7 +22,7 @@
{if isset($SEARCH_TAGS_MODE) }
<li>
- <p>{if 'AND'==$SEARCH_TAGS_MODE}{'At least one tag must match'|@translate}{else}{'At least one tag must match'|@translate}{/if}</p>
+ <p>{if 'AND'==$SEARCH_TAGS_MODE}{'All tags'|@translate}{else}{'Any tag'|@translate}{/if}</p>
<ul>
{foreach from=$search_tags item=v}
<li>{$v}</li>
@@ -31,15 +31,15 @@
</li>
{/if}
- {if isset($DATE_CREATION) }
+ {if isset($DATE_CREATION)}
<li>{$DATE_CREATION}</li>
{/if}
- {if isset($DATE_AVAILABLE) }
+ {if isset($DATE_AVAILABLE)}
<li>{$DATE_AVAILABLE}</li>
{/if}
- {if isset($search_categories) }
+ {if isset($search_categories)}
<li>
<p>{'Albums'|@translate}</p>