mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16449] Fixed indentations
PHPBB3-16449
This commit is contained in:
parent
7d1aa37f50
commit
39b0ac4fda
3 changed files with 40 additions and 40 deletions
|
@ -8,23 +8,23 @@
|
||||||
<p>{{ lang('EXTENSION_DELETE_DATA_EXPLAIN') }}</p>
|
<p>{{ lang('EXTENSION_DELETE_DATA_EXPLAIN') }}</p>
|
||||||
|
|
||||||
{% if MIGRATOR_ERROR %}
|
{% if MIGRATOR_ERROR %}
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<p><strong>{{ lang('MIGRATION_EXCEPTION_ERROR') }}</strong></p>
|
<p><strong>{{ lang('MIGRATION_EXCEPTION_ERROR') }}</strong></p>
|
||||||
<p>{{ MIGRATOR_ERROR }}</p>
|
<p>{{ MIGRATOR_ERROR }}</p>
|
||||||
<p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p>
|
<p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% elseif PRE %}
|
{% elseif PRE %}
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{{ U_PURGE }}">
|
<form id="acp_extensions" method="post" action="{{ U_PURGE }}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<legend>{{ lang('EXTENSION_DELETE_DATA') }}</legend>
|
<legend>{{ lang('EXTENSION_DELETE_DATA') }}</legend>
|
||||||
<input class="button1" type="submit" name="delete_data" value="{{ lang('EXTENSION_DELETE_DATA') }}" />
|
<input class="button1" type="submit" name="delete_data" value="{{ lang('EXTENSION_DELETE_DATA') }}" />
|
||||||
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
{% elseif S_NEXT_STEP %}
|
{% elseif S_NEXT_STEP %}
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<p>{{ lang('EXTENSION_DELETE_DATA_IN_PROGRESS') }}</p>
|
<p>{{ lang('EXTENSION_DELETE_DATA_IN_PROGRESS') }}</p>
|
||||||
|
|
|
@ -8,17 +8,17 @@
|
||||||
<p>{{ lang('EXTENSION_DISABLE_EXPLAIN') }}</p>
|
<p>{{ lang('EXTENSION_DISABLE_EXPLAIN') }}</p>
|
||||||
|
|
||||||
{% if PRE %}
|
{% if PRE %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2>{{ lang('CONFIRM') }}</h2>
|
<h2>{{ lang('CONFIRM') }}</h2>
|
||||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">
|
<form id="acp_extensions" method="post" action="{{ U_DISABLE }}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input class="button1" type="submit" name="disable" value="{{ lang('EXTENSION_DISABLE') }}" />
|
<input class="button1" type="submit" name="disable" value="{{ lang('EXTENSION_DISABLE') }}" />
|
||||||
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
{% elseif S_NEXT_STEP %}
|
{% elseif S_NEXT_STEP %}
|
||||||
<div class="successbox notice">
|
<div class="successbox notice">
|
||||||
<p>{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}</p>
|
<p>{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}</p>
|
||||||
|
|
|
@ -8,23 +8,23 @@
|
||||||
<p>{{ lang('EXTENSION_ENABLE_EXPLAIN') }}</p>
|
<p>{{ lang('EXTENSION_ENABLE_EXPLAIN') }}</p>
|
||||||
|
|
||||||
{% if MIGRATOR_ERROR %}
|
{% if MIGRATOR_ERROR %}
|
||||||
<div class="errorbox">
|
<div class="errorbox">
|
||||||
<p><strong>{{ lang('MIGRATION_EXCEPTION_ERROR') }}</strong></p>
|
<p><strong>{{ lang('MIGRATION_EXCEPTION_ERROR') }}</strong></p>
|
||||||
<p>{{ MIGRATOR_ERROR }}</p>
|
<p>{{ MIGRATOR_ERROR }}</p>
|
||||||
<p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p>
|
<p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p>
|
||||||
</div>
|
</div>
|
||||||
{% elseif PRE %}
|
{% elseif PRE %}
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<h2>{{ lang('CONFIRM') }}</h2>
|
<h2>{{ lang('CONFIRM') }}</h2>
|
||||||
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
<p>{{ lang('CONFIRM_MESSAGE') }}</p>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<form id="acp_extensions" method="post" action="{{ U_ENABLE }}">
|
<form id="acp_extensions" method="post" action="{{ U_ENABLE }}">
|
||||||
<fieldset class="submit-buttons">
|
<fieldset class="submit-buttons">
|
||||||
<input class="button1" type="submit" name="enable" value="{{ lang('EXTENSION_ENABLE') }}" />
|
<input class="button1" type="submit" name="enable" value="{{ lang('EXTENSION_ENABLE') }}" />
|
||||||
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
<input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
{% elseif S_NEXT_STEP %}
|
{% elseif S_NEXT_STEP %}
|
||||||
<div class="successbox notice">
|
<div class="successbox notice">
|
||||||
<p>{{ lang('EXTENSION_ENABLE_IN_PROGRESS') }}</p>
|
<p>{{ lang('EXTENSION_ENABLE_IN_PROGRESS') }}</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue