1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11996] Use a table for better styling

PHPBB3-11996
This commit is contained in:
Joas Schilling
2014-01-13 10:31:54 +01:00
parent 95d4e6aa97
commit b155056cb9
2 changed files with 28 additions and 15 deletions

View File

@@ -6,8 +6,6 @@
<p>{L_EXTENSIONS_EXPLAIN}</p>
<p>{L_EXTENSION_ACTIONS_EXPLAIN}</p>
<table class="table1">
<col class="row1" ><col class="row2" ><col class="row2" >
<thead>
@@ -57,5 +55,22 @@
<!-- ENDIF -->
</tbody>
</table>
<br />
<table class="table1">
<tr>
<th>{L_EXTENSION_UPDATE_HEADLINE}</th>
</tr>
<tr>
<td class="row3">{L_EXTENSION_UPDATE_EXPLAIN}</td>
</tr>
<tr>
<th>{L_EXTENSION_REMOVE_HEADLINE}</th>
</tr>
<tr>
<td class="row3">{L_EXTENSION_REMOVE_EXPLAIN}</td>
</tr>
</tbody>
</table>
<!-- INCLUDE overall_footer.html -->