diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-25 18:59:34 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-09-25 18:59:34 +0000 |
commit | 9f865447f3d1527074f5a20c3df58cafc9bfa76b (patch) | |
tree | 2a9c391278fe5db80241c3f05ed4288fbc8253ec /phpBB/adm/style | |
parent | 12f2fbc4158515713c0b1b1d99f5d43c6c7eacf9 (diff) | |
download | forums-9f865447f3d1527074f5a20c3df58cafc9bfa76b.tar forums-9f865447f3d1527074f5a20c3df58cafc9bfa76b.tar.gz forums-9f865447f3d1527074f5a20c3df58cafc9bfa76b.tar.bz2 forums-9f865447f3d1527074f5a20c3df58cafc9bfa76b.tar.xz forums-9f865447f3d1527074f5a20c3df58cafc9bfa76b.zip |
4+1=5
git-svn-id: file:///svn/phpbb/trunk@6408 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rwxr-xr-x | phpBB/adm/style/acp_inactive.html | 2 | ||||
-rw-r--r-- | phpBB/adm/style/acp_main.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_inactive.html b/phpBB/adm/style/acp_inactive.html index b4e617b864..8c50ec5c41 100755 --- a/phpBB/adm/style/acp_inactive.html +++ b/phpBB/adm/style/acp_inactive.html @@ -42,7 +42,7 @@ </tr> <!-- BEGINELSE --> <tr> - <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td> + <td colspan="6" style="text-align: center;">{L_NO_INACTIVE_USERS}</td> </tr> <!-- END inactive --> </tbody> diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index ce4dde47b0..9279cb9b9b 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -159,7 +159,7 @@ </tr> <!-- BEGINELSE --> <tr> - <td colspan="4" style="text-align: center;">{L_NO_INACTIVE_USERS}</td> + <td colspan="5" style="text-align: center;">{L_NO_INACTIVE_USERS}</td> </tr> <!-- END inactive --> </tbody> |