diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 63f52a276e..39ca5bb012 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -16,34 +16,34 @@ - {% for storage in STORAGE_STATS %} - - {{ storage.name }} - {{ storage.files }} - {{ storage.size }} - {{ storage.free_space }} - - {% endfor %} + {% for storage in STORAGE_STATS %} + + {{ storage.name }} + {{ storage.files }} + {{ storage.size }} + {{ storage.free_space }} + + {% endfor %} {% if ERROR_MESSAGES is not empty %} -
-

{{ lang('WARNING') }}

- {% for ERROR_MESSAGE in ERROR_MESSAGES %} -

{{ ERROR_MESSAGE }}

- {% endfor %} -
+
+

{{ lang('WARNING') }}

+ {% for ERROR_MESSAGE in ERROR_MESSAGES %} +

{{ ERROR_MESSAGE }}

+ {% endfor %} +
{% endif %}
{% for storage in STORAGES %}
- {{ lang('STORAGE_' ~ storage.get_name | upper ~ '_TITLE') }} + {{ lang('STORAGE_' ~ storage.get_name | upper ~ '_TITLE') }}

{{ lang('STORAGE_SELECT_DESC') }}
- {% for provider in PROVIDERS %} {% if provider.is_available %}