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_permission_roles.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_permission_roles.html')
| -rw-r--r-- | phpBB/adm/style/acp_permission_roles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index d654c320ca..a246d6dc9a 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -92,7 +92,7 @@ <div class="permissions-panel" id="options00{auth.S_ROW_COUNT}"<!-- IF auth.S_FIRST_ROW --><!-- ELSE --> style="display: none;"<!-- ENDIF -->> <span class="corners-top"><span></span></span> <div class="tablewrap"> - <table id="table00{auth.S_ROW_COUNT}" cellspacing="1"> + <table id="table00{auth.S_ROW_COUNT}" class="table1"> <colgroup> <col class="permissions-name" /> <col class="permissions-yes" /> @@ -144,7 +144,7 @@ <form id="acp_roles" method="post" action="{U_ACTION}"> - <table cellspacing="1"> + <table class="table1"> <col class="col2" /><col class="col2" /><col class="col1" /><col class="col2" /><col class="col2" /> <thead> <tr> |
