diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-05-27 11:07:21 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-05-27 11:07:21 +0000 |
| commit | 74127d98c29dedc78fc18e30ebed531e58ec2919 (patch) | |
| tree | f710eacae70e906a797c2e0d9aed1cd59fb79398 /templates | |
| parent | b41014fe6e930df310faf3eb3ba87a7c8ef7aef5 (diff) | |
| download | boards-74127d98c29dedc78fc18e30ebed531e58ec2919.tar.gz boards-74127d98c29dedc78fc18e30ebed531e58ec2919.tar.bz2 boards-74127d98c29dedc78fc18e30ebed531e58ec2919.zip | |
extended class so that floaticon can be floated
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/list_posts.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/list_posts.tpl b/templates/list_posts.tpl index 39afeba..fa5c61b 100644 --- a/templates/list_posts.tpl +++ b/templates/list_posts.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_posts.tpl,v 1.18 2008/03/07 04:30:33 wjames5 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/list_posts.tpl,v 1.19 2008/05/27 11:07:21 laetzer Exp $ *} {strip} <div class="listing boards"> @@ -8,7 +8,7 @@ </div> </div> - <div class="floaticon"> + <div class="floaticon floatctrl"> {* not happy with this yet - xing *} {form action="$comments_return_url" class="mb-threading"} <input type="hidden" name="t" value="{$smarty.request.t}" /> |
