1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/16449] Fixed indentations

PHPBB3-16449
This commit is contained in:
kasimi
2020-04-23 10:25:56 +02:00
parent 7d1aa37f50
commit 39b0ac4fda
3 changed files with 40 additions and 40 deletions

View File

@@ -8,17 +8,17 @@
<p>{{ lang('EXTENSION_DISABLE_EXPLAIN') }}</p>
{% if PRE %}
<fieldset>
<h2>{{ lang('CONFIRM') }}</h2>
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
</fieldset>
<fieldset>
<h2>{{ lang('CONFIRM') }}</h2>
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
</fieldset>
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">
<fieldset class="submit-buttons">
<input class="button1" type="submit" name="disable" value="{{ lang('EXTENSION_DISABLE') }}" />
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
</fieldset>
</form>
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">
<fieldset class="submit-buttons">
<input class="button1" type="submit" name="disable" value="{{ lang('EXTENSION_DISABLE') }}" />
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
</fieldset>
</form>
{% elseif S_NEXT_STEP %}
<div class="successbox notice">
<p>{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}</p>