summaryrefslogtreecommitdiff
path: root/templates/topic.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-07-29 17:14:26 +0000
committerChristian Fowler <spider@viovio.com>2006-07-29 17:14:26 +0000
commitfaa75981c358230113bf14049a17812c9b6e18e2 (patch)
tree0ded9fabf3b6077b1236e23dee3623d2a7d472a1 /templates/topic.tpl
parente95f0d159b77ab3b2ec75c8785d80a37c61cd2c3 (diff)
downloadboards-faa75981c358230113bf14049a17812c9b6e18e2.tar.gz
boards-faa75981c358230113bf14049a17812c9b6e18e2.tar.bz2
boards-faa75981c358230113bf14049a17812c9b6e18e2.zip
total removal of the word from forums, so everything, including tables are just boards -> topics -> posts
Diffstat (limited to 'templates/topic.tpl')
-rw-r--r--templates/topic.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/topic.tpl b/templates/topic.tpl
index 41ad8fe..7aa9ce5 100644
--- a/templates/topic.tpl
+++ b/templates/topic.tpl
@@ -1,18 +1,18 @@
-{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.8 2006/07/29 15:10:00 hash9 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_boards/templates/Attic/topic.tpl,v 1.9 2006/07/29 17:14:26 spiderr Exp $ *}
{strip}
<div class="listing bitboard">
<div class="floaticon">
{if $print_page ne 'y'}
- {if $gBitUser->hasPermission( 'p_bitforum_edit' )}
- <a title="{tr}Remove this bitforum{/tr}" href="{$smarty.const.BITBOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{biticon ipackage=liberty iname="edit" iexplain="Edit BitForum"}</a>
+ {if $gBitUser->hasPermission( 'p_bitboard_edit' )}
+ <a title="{tr}Remove this message board{/tr}" href="{$smarty.const.BITBOARDS_PKG_URL}edit.php?b={$board->mInfo.board_id}">{biticon ipackage=liberty iname="edit" iexplain="Edit Message Board"}</a>
{/if}
- {if $gBitUser->hasPermission( 'p_bitforum_remove' )}
- <a title="{tr}Remove this bitforum{/tr}" href="{$smarty.const.BITBOARDS_PKG_URL}remove.php?b={$board->mInfo.board_id}">{biticon ipackage=liberty iname="delete" iexplain="Remove BitForum"}</a>
+ {if $gBitUser->hasPermission( 'p_bitboard_remove' )}
+ <a title="{tr}Remove this message board{/tr}" href="{$smarty.const.BITBOARDS_PKG_URL}remove.php?b={$board->mInfo.board_id}">{biticon ipackage=liberty iname="delete" iexplain="Remove Message Board"}</a>
{/if}
{/if}<!-- end print_page -->
</div><!-- end .floaticon -->
<div class="header">
- <h1>{$board->mInfo.title|escape|default:"Forum Topic"} <a id='content_1' href="{$comments_return_url}&show={if empty($smarty.request.show)}1{else}0{/if}" onclick="{literal}if (this.innerHTML=='-') { document.getElementById('content_div').style.display='none'; this.innerHTML='+'; } else { document.getElementById('content_div').style.display='block'; this.innerHTML='-'; } return false;{/literal}">{if empty($smarty.request.show)}+{else}-{/if}</a></h1>
+ <h1>{$board->mInfo.title|escape|default:"Message Board Topic"} <a id='content_1' href="{$comments_return_url}&show={if empty($smarty.request.show)}1{else}0{/if}" onclick="{literal}if (this.innerHTML=='-') { document.getElementById('content_div').style.display='none'; this.innerHTML='+'; } else { document.getElementById('content_div').style.display='block'; this.innerHTML='-'; } return false;{/literal}">{if empty($smarty.request.show)}+{else}-{/if}</a></h1>
<div class="date">
<div id="content_div" class="content" style="text-align: right; {if empty($smarty.request.show)}display: none;{/if}">
{$board->mInfo.parsed_data}