mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/15289] Use twig syntax in variables
PHPBB3-15289
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<p>{{ lang('STORAGE_TITLE_EXPLAIN') }}</p>
|
<p>{{ lang('STORAGE_TITLE_EXPLAIN') }}</p>
|
||||||
|
|
||||||
<form id="acp_storage" method="post" action="{U_ACTION}">
|
<form id="acp_storage" method="post" action="{{ U_ACTION }}">
|
||||||
|
|
||||||
{% for storage in STORAGES %}
|
{% for storage in STORAGES %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
@@ -69,7 +69,7 @@
|
|||||||
<legend>{{ lang('SUBMIT') }}</legend>
|
<legend>{{ lang('SUBMIT') }}</legend>
|
||||||
<input class="button1" type="submit" id="submit" name="submit" value="{{ lang('SUBMIT') }}" />
|
<input class="button1" type="submit" id="submit" name="submit" value="{{ lang('SUBMIT') }}" />
|
||||||
<input class="button2" type="reset" id="reset" name="reset" value="{{ lang('RESET') }}" />
|
<input class="button2" type="reset" id="reset" name="reset" value="{{ lang('RESET') }}" />
|
||||||
{S_FORM_TOKEN}
|
{{ S_FORM_TOKEN }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user