summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2009-04-05 12:04:18 +0000
committerLester Caine <lester@lsces.co.uk>2009-04-05 12:04:18 +0000
commit66c5f02e964071048070feedf2d07097ebbec306 (patch)
tree01fe1c1491287457846ebbbfd0a1db997b067209 /templates
parenta68d2e3722ee70122b0285dbcdbcb36a38866f49 (diff)
downloadboards-66c5f02e964071048070feedf2d07097ebbec306.tar.gz
boards-66c5f02e964071048070feedf2d07097ebbec306.tar.bz2
boards-66c5f02e964071048070feedf2d07097ebbec306.zip
Leave minifind in it's own div, so that vertical formatting is tidy on older themes. This could preceed the navbar div if preferred, but tidies up overlaps currently seen.
Diffstat (limited to 'templates')
-rw-r--r--templates/list_topics.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index ec95659..6ce6f04 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.31 2008/11/27 15:48:31 nickpalmer Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.32 2009/04/05 12:04:18 lsces Exp $ *}
{strip}
<div class="listing boards">
<div class="navbar">
@@ -32,8 +32,8 @@
{if $board->hasPostCommentsPermission()}
<div class="navbar">
<a class="button" title="{tr}New Topic{/tr}" href="{$comments_return_url}&amp;post_comment_request=1#editcomments">{biticon ipackage="icons" iname="mail-message-new" iexplain="New Topic" iforce="icon"} {tr}New Topic{/tr}</a>
- {minifind sort_mode=$sort_mode b=$smarty.request.b prompt="Search `$smarty.const.BOARDS_PKG_DIR`..."}
</div>
+ {minifind sort_mode=$sort_mode b=$smarty.request.b prompt="Search `$smarty.const.BOARDS_PKG_DIR`..."}
{/if}
{form id="checkform"}