summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-08-01 23:02:17 +0000
committerwjames5 <will@tekimaki.com>2008-08-01 23:02:17 +0000
commit2c69579875b50f702a4dd85c67d607fae6d3c050 (patch)
treef7cd53ea09eaccb1a71fbee61faa9caa53950a56 /templates
parentca43c331040b47992a73aca920849cbb654c2d89 (diff)
downloadboards-2c69579875b50f702a4dd85c67d607fae6d3c050.tar.gz
boards-2c69579875b50f702a4dd85c67d607fae6d3c050.tar.bz2
boards-2c69579875b50f702a4dd85c67d607fae6d3c050.zip
move breadcrumb up top for consistancy with topic view - this will allow for nice expansion when we have subboards eventually
Diffstat (limited to 'templates')
-rw-r--r--templates/list_topics.tpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index 3c7735e..789e3bb 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -1,6 +1,12 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.25 2008/08/01 19:19:13 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.26 2008/08/01 23:02:17 wjames5 Exp $ *}
{strip}
<div class="listing boards">
+ <div class="navbar">
+ <div class="boards breadcrumb">
+ <a href="{$smarty.const.BOARDS_PKG_URL}">{tr}Message Boards{/tr}</a>
+ </div>
+ </div>
+
<div class="floaticon">
{if $print_page ne 'y'}
{if $board->getPreference('boards_mailing_list') || $board->hasAdminPermission()}
@@ -20,15 +26,13 @@
{if $board->mInfo.parsed_data}
<p>{$board->mInfo.parsed_data}</p>
{/if}
- Back to <a href="{$cat_url}">{$board->mInfo.content_type.content_description}s</a>
</div>
<div class="body">
{minifind sort_mode=$sort_mode b=$smarty.request.b}
- {* looks horrible, but leave for now - xing *}
{if $board->hasPostCommentsPermission()}
<div class="navbar">
- <a 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"}</a>
+ <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>
</div>
{/if}