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

[ticket/16604] Display warning messages on storage path setting issues

PHPBB3-16604
This commit is contained in:
rxu
2020-10-17 21:45:30 +07:00
parent 4679c82214
commit 3ba7a7a30e
6 changed files with 146 additions and 50 deletions

View File

@@ -27,6 +27,13 @@
</tbody>
</table>
{% if S_ERROR %}
<div class="errorbox">
<h3>{{ lang('WARNING') }}</h3>
<p>{{ ERROR_MSG }}</p>
</div>
{% endif %}
<form id="acp_storage" method="post" action="{{ U_ACTION }}">
{% for storage in STORAGES %}