From a2c7255b5b0d37455b4273e8f47330a1dcc78e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20Calvo?= Date: Sat, 28 Jul 2018 12:25:54 +0200 Subject: [PATCH] [ticket/15699] Use twig syntax PHPBB3-15699 --- phpBB/adm/style/acp_storage.html | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/phpBB/adm/style/acp_storage.html b/phpBB/adm/style/acp_storage.html index 999d5622ea..031f453cdd 100644 --- a/phpBB/adm/style/acp_storage.html +++ b/phpBB/adm/style/acp_storage.html @@ -4,7 +4,7 @@

{{ lang('STORAGE_TITLE') }}

- +{% if S_CONTINUE_UPDATING %} -

{L_CONTINUE_EXPLAIN}

+

{{ lang('CONTINUE_EXPLAIN') }}

-
+
- {L_SUBMIT} -   - - {S_FORM_TOKEN} + {{ lang('SUBMIT }} +   + + {{ S_FORM_TOKEN }}
- - +{% else %}

{{ lang('STORAGE_TITLE_EXPLAIN') }}

@@ -136,6 +135,6 @@ {{ S_FORM_TOKEN }} - +{% endif %} {% include 'overall_footer.html' %}