diff options
Diffstat (limited to 'template/yoga/search_rules.tpl')
-rw-r--r-- | template/yoga/search_rules.tpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/template/yoga/search_rules.tpl b/template/yoga/search_rules.tpl index c7b4a8b88..b8a22e54d 100644 --- a/template/yoga/search_rules.tpl +++ b/template/yoga/search_rules.tpl @@ -49,8 +49,10 @@ </div> <!-- content --> -<p id="pageBottomActions"> - <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> - <img src="{$themeconf.icon_dir}/exit.png" class="button" alt="close"> - </a> -</p> +<ul class="categoryActions"> + <li> + <a href="#" onclick="window.close();" title="{'Close this window'|@translate}"> + <img src="{$ROOT_URL}{$themeconf.icon_dir}/exit.png" class="button" alt="exit"> + </a> + </li> +</ul> |