diff options
author | Matt Friedman <maf675@gmail.com> | 2013-10-19 08:59:08 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-10-19 08:59:08 -0700 |
commit | f003c35fdcdee1d31326520544620d6ce0af27aa (patch) | |
tree | af8282b955c58800938278f79d73541036f0c022 /phpBB/adm/style/acp_main.html | |
parent | 546332b141dd61f284fd79c4872eb04fc53a987d (diff) | |
download | forums-f003c35fdcdee1d31326520544620d6ce0af27aa.tar forums-f003c35fdcdee1d31326520544620d6ce0af27aa.tar.gz forums-f003c35fdcdee1d31326520544620d6ce0af27aa.tar.bz2 forums-f003c35fdcdee1d31326520544620d6ce0af27aa.tar.xz forums-f003c35fdcdee1d31326520544620d6ce0af27aa.zip |
[ticket/11935] Replace obsolete table attributes in Admin with CSS
PHPBB3-11935
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
-rw-r--r-- | phpBB/adm/style/acp_main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index b644862ce1..2e84ce5658 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -78,7 +78,7 @@ <!-- EVENT acp_main_notice_after --> - <table cellspacing="1"> + <table class="table1"> <caption>{L_FORUM_STATS}</caption> <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> <thead> @@ -216,7 +216,7 @@ <div style="text-align: right;"><a href="{U_ADMIN_LOG}">» {L_VIEW_ADMIN_LOG}</a></div> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_USERNAME}</th> @@ -249,7 +249,7 @@ <div style="text-align: right;"><a href="{U_INACTIVE_USERS}">» {L_VIEW_INACTIVE_USERS}</a></div> - <table cellspacing="1"> + <table class="table1"> <thead> <tr> <th>{L_USERNAME}</th> |