1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/11150] Wording

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2016-04-09 11:29:35 +02:00
committed by Tristan Darricau
parent ed32ab89ad
commit efe37cd5a8
2 changed files with 10 additions and 3 deletions

View File

@@ -81,6 +81,11 @@
</fieldset>
</form>
{% if extensions is empty %}
<tr>
<td colspan="4"><div class="errorbox notice">{{ lang('NO_EXTENSION_AVAILABLE') }}</div></td>
</tr>
{% else %}
<table class="table1">
<col class="row1" ><col class="row1" ><col class="row1" ><col class="row2" >
<thead>
@@ -116,6 +121,7 @@
{% endfor %}
</tbody>
</table>
{% endif %}
{% if pagination is defined %}
<div class="pagination bottom-pagination">