diff options
| author | bitweaver.org <bitweaver@users.sourceforge.net> | 2007-05-03 08:10:23 +0000 |
|---|---|---|
| committer | bitweaver.org <bitweaver@users.sourceforge.net> | 2007-05-03 08:10:23 +0000 |
| commit | c84787e16d55717e11174d3bc3d61cebf81deb5a (patch) | |
| tree | 8b80aa1ed651f12b37cc0ec03b3f90c54c552a5b /modules | |
| parent | 7f3a561b6c903664dbe6ade326049b7dd3aa555c (diff) | |
| download | boards-c84787e16d55717e11174d3bc3d61cebf81deb5a.tar.gz boards-c84787e16d55717e11174d3bc3d61cebf81deb5a.tar.bz2 boards-c84787e16d55717e11174d3bc3d61cebf81deb5a.zip | |
use wrapper class boards instead of bitboard for consistency, move indentation to css file by applying individual classes instead of hardcoding padding, move user avatar display, simplify templates where possible
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mod_recent_posts.tpl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/mod_recent_posts.tpl b/modules/mod_recent_posts.tpl index 95e71b6..38cbe38 100644 --- a/modules/mod_recent_posts.tpl +++ b/modules/mod_recent_posts.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.4 2007/05/02 16:36:47 bitweaver Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/modules/mod_recent_posts.tpl,v 1.5 2007/05/03 08:10:23 bitweaver Exp $ *} {strip} {if $gBitSystem->isPackageActive('boards') && {$modLastBoardPosts} {bitmodule title="$moduleTitle" name="last_board_posts"} @@ -7,8 +7,7 @@ <li class="{cycle values="odd,even"}"> <a href="{$modLastBoardPosts[ix].display_url}">{$modLastBoardPosts[ix].title|default:"Comment"}</a> <div class="date"> - by {displayname hash=$modLastBoardPosts[ix]}<br /> - {$modLastBoardPosts[ix].created|bit_long_date} + by {displayname hash=$modLastBoardPosts[ix]} {$modLastBoardPosts[ix].created|bit_short_date} </div> </li> {sectionelse} |
