diff options
author | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-24 19:07:12 +0000 |
---|---|---|
committer | James Atkinson <thefinn@users.sourceforge.net> | 2001-07-24 19:07:12 +0000 |
commit | 7dfe41c0b9224f49c25d530ad26bc15d5382c11a (patch) | |
tree | 829ae885c81fa6c9772136f7c6cebca0317822eb /phpBB | |
parent | ec99f3c97dac0b9b3b32ba5935cab5464de0442d (diff) | |
download | forums-7dfe41c0b9224f49c25d530ad26bc15d5382c11a.tar forums-7dfe41c0b9224f49c25d530ad26bc15d5382c11a.tar.gz forums-7dfe41c0b9224f49c25d530ad26bc15d5382c11a.tar.bz2 forums-7dfe41c0b9224f49c25d530ad26bc15d5382c11a.tar.xz forums-7dfe41c0b9224f49c25d530ad26bc15d5382c11a.zip |
More template cleanup
git-svn-id: file:///svn/phpbb/trunk@749 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/templates/PSO/admin/admin_index_body.tpl | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/phpBB/templates/PSO/admin/admin_index_body.tpl b/phpBB/templates/PSO/admin/admin_index_body.tpl index c3f61d7eab..6888afec42 100644 --- a/phpBB/templates/PSO/admin/admin_index_body.tpl +++ b/phpBB/templates/PSO/admin/admin_index_body.tpl @@ -7,49 +7,45 @@ <h2>Forum Statistics</h2> -<table border="0" cellpadding="1" cellspacing="0" width="65%"> +<table border="0" cellpadding="1" cellspacing="0" width="70%" align="center"> <tr> <td class="tablebg"> <table width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> - <th width="50%">Statistic</th> - <th width="50%">Value</th> + <th width="25%">Statistic</th> + <th width="25%">Value</th> + <th width="25%">Statistic</th> + <th width="25%">Value</th> </tr> <tr> <td class="row1">Current number of posts:</td> <td class="row2"><b>{NUMBER_OF_POSTS}</b></td> - </tr> - <tr> <td class="row1">Current number of topics:</td> <td class="row2"><b>{NUMBER_OF_TOPICS}</b></td> </tr> <tr> <td class="row1">Current number of users:</td> <td class="row2"><b>{NUMBER_OF_USERS}</b></td> - </tr> - <tr> <td class="row1">Board started on:</td> <td class="row2"><b>{STARTDATE}</b></td> </tr> <tr> <td class="row1">Posts per day:</td> <td class="row2"><b>{POSTS_PER_DAY}</b></td> - </tr> - <tr> <td class="row1">Topics per day:</td> <td class="row2"><b>{TOPICS_PER_DAY}</b></td> </tr> <tr> <td class="row1">Users per day:</td> <td class="row2"><b>{USERS_PER_DAY}</b></td> - </tr> - <tr> <td class="row1">Avatar directory size:</td> <td class="row2"><b>{AVATAR_DIR_SIZE}</b></td> </tr> <tr> <td class="row1">Database size:</td> <td class="row2"><b>{DB_SIZE}</b></td> + <td class="row1"> </td> + <td class="row2"> </td> </tr> </table> </td> |