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 /templates/topic_move.tpl | |
| 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 'templates/topic_move.tpl')
| -rw-r--r-- | templates/topic_move.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/topic_move.tpl b/templates/topic_move.tpl index b040c0c..d700656 100644 --- a/templates/topic_move.tpl +++ b/templates/topic_move.tpl @@ -1,8 +1,8 @@ -{* $Header: /cvsroot/bitweaver/_bit_boards/templates/topic_move.tpl,v 1.4 2006/07/29 15:10:00 hash9 Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_boards/templates/topic_move.tpl,v 1.5 2007/05/03 08:10:23 bitweaver Exp $ *} {strip} <div class="floaticon">{bithelp}</div> -<div class="admin bitboard"> +<div class="admin boards"> <div class="header"> <h1>{tr}Move Topic{/tr}: {$gContent->mInfo.title|escape}</h1> </div> @@ -29,6 +29,6 @@ </div> {/form} </div><!-- end .body --> -</div><!-- end .bitboard --> +</div><!-- end .boards --> {/strip} |
