[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 {% INCLUDE 'overall_header.html' %} 2 3 <a id="maincontent"></a> 4 5 <h1>{{ lang('EXTENSIONS_ADMIN') }}</h1> 6 7 <p>{{ lang('EXTENSIONS_EXPLAIN') }}</p> 8 <p>{{ lang('EXTENSION_DISABLE_EXPLAIN') }}</p> 9 10 {% if S_PRE_STEP %} 11 <fieldset> 12 <h2>{{ lang('CONFIRM') }}</h2> 13 <p>{{ CONFIRM_MESSAGE }}</p> 14 </fieldset> 15 16 <form id="acp_extensions" method="post" action="{{ U_DISABLE }}"> 17 <fieldset class="submit-buttons"> 18 <input class="button1" type="submit" name="disable" value="{{ lang('EXTENSION_DISABLE') }}"> 19 <input class="button2" type="submit" name="cancel" value="{{ lang('CANCEL') }}"> 20 </fieldset> 21 </form> 22 {% elseif S_NEXT_STEP %} 23 <div class="successbox notice"> 24 <p>{{ lang('EXTENSION_DISABLE_IN_PROGRESS') }}</p> 25 </div> 26 {% else %} 27 <div class="successbox"> 28 <p>{{ lang('EXTENSION_DISABLE_SUCCESS') }}</p> 29 <br> 30 <p><a href="{{ U_RETURN }}">{{ lang('RETURN_TO_EXTENSION_LIST') }}</a></p> 31 </div> 32 {% endif %} 33 34 {% INCLUDE 'overall_footer.html' %}
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |