mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-22 08:13:14 +02:00
[ticket/11935] Remove obsolete table attributes from Prosilver
cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<!-- ELSEIF S_LIST -->
|
||||
|
||||
<!-- IF .leader -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_GROUP_LEAD}</th>
|
||||
@@ -103,7 +103,7 @@
|
||||
|
||||
<!-- BEGIN member -->
|
||||
<!-- IF member.S_PENDING -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_GROUP_PENDING}</th>
|
||||
@@ -119,7 +119,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_GROUP_APPROVED}</th>
|
||||
@@ -140,7 +140,7 @@
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGINELSE -->
|
||||
<table class="table1" cellspacing="1">
|
||||
<table class="table1">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="name">{L_MEMBERS}</th>
|
||||
|
Reference in New Issue
Block a user