diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-05 15:28:29 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-05 15:28:29 +0000 |
| commit | 0683fe5587c8c9f92a55a42d4ab6e28d9ff02eb5 (patch) | |
| tree | b7104d4ed54942325cdf4cbb03d9528e9462d791 /templates | |
| parent | ec6821dc96848fb9e62e0e3ffaa2f8583b4074b8 (diff) | |
| download | boards-0683fe5587c8c9f92a55a42d4ab6e28d9ff02eb5.tar.gz boards-0683fe5587c8c9f92a55a42d4ab6e28d9ff02eb5.tar.bz2 boards-0683fe5587c8c9f92a55a42d4ab6e28d9ff02eb5.zip | |
always and only show edits to board admin
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/post_display.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_display.tpl b/templates/post_display.tpl index a3df39b..5f7e500 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -78,7 +78,7 @@ {tr}Posted{/tr}: {/if} {$comment.created|reltime} - {if $board->hasAdminPermission() && $comment.last_modified - $comment.created > $gBitSystem->getConfig( 'comments_edit_minutes' )} + {if $board->hasAdminPermission() && $comment.last_modified != $comment.created} <em> {tr}Last modified{/tr}: {if $comment.user_id < 0} {$comment.unreg_uname|escape} |
