summaryrefslogtreecommitdiff
path: root/templates/list_topics.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2007-01-08 04:58:38 +0000
committerChristian Fowler <spider@viovio.com>2007-01-08 04:58:38 +0000
commit99d0ed3d110a2ac8276b02d9466b54d30a044c4b (patch)
tree340f958b708f94d3a6ba2f5253a002fa0be94a3c /templates/list_topics.tpl
parent96cfb5a5cdeaabb6b04662621db0c3ec4e7babf0 (diff)
downloadboards-99d0ed3d110a2ac8276b02d9466b54d30a044c4b.tar.gz
boards-99d0ed3d110a2ac8276b02d9466b54d30a044c4b.tar.bz2
boards-99d0ed3d110a2ac8276b02d9466b54d30a044c4b.zip
rename tables and columns to be consistent with standard bitweaver packages
Diffstat (limited to 'templates/list_topics.tpl')
-rw-r--r--templates/list_topics.tpl11
1 files changed, 2 insertions, 9 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index d97249b..cd49578 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.4 2007/01/05 08:31:21 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_topics.tpl,v 1.5 2007/01/08 04:58:38 spiderr Exp $ *}
{strip}
<div class="listing bitboard">
<div class="floaticon">
@@ -50,14 +50,7 @@
{/if}
{foreach item=thread from=$threadList}
- <tr class="{cycle values="even,odd"} {
- if $gBitSystem->isFeatureActive('bitboards_post_anon_moderation') && $thread.unreg > 0
- }unapproved{
- elseif $thread.th_moved>0
- }moved{
- /if}
- {if $thread.th_sticky==1} highlight{/if}"
- >
+ <tr class="{cycle values="even,odd"} {if $gBitSystem->isFeatureActive('bitboards_post_anon_moderation') && $thread.unreg > 0}unapproved{elseif $thread.th_moved>0}moved{/if} {if $thread.th_sticky==1} highlight{/if}" >
<td style="white-space:nowrap;">{* topic status icons *}
{if $thread.th_moved>0}
{biticon ipackage="icons" iname="go-jump" iexplain="Moved Topic"}