2012-07-22 22:54:27 -05:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
2014-03-05 14:54:04 -08:00
|
|
|
<a id="maincontent"></a>
|
2012-07-22 22:54:27 -05:00
|
|
|
|
|
|
|
<h1>{L_EXTENSIONS_ADMIN}</h1>
|
|
|
|
|
|
|
|
<p>{L_EXTENSIONS_EXPLAIN}</p>
|
2013-11-02 23:23:48 +01:00
|
|
|
<p>{L_EXTENSION_ENABLE_EXPLAIN}</p>
|
2012-07-23 16:04:29 -05:00
|
|
|
|
2013-02-09 21:09:29 -06:00
|
|
|
<!-- IF MIGRATOR_ERROR -->
|
|
|
|
<div class="errorbox">
|
|
|
|
<p><strong>{L_MIGRATION_EXCEPTION_ERROR}</strong></p>
|
|
|
|
<p>{MIGRATOR_ERROR}</p>
|
2013-11-01 15:33:31 +01:00
|
|
|
<p><a href="{U_RETURN}">{L_RETURN_TO_EXTENSION_LIST}</a></p>
|
2013-02-09 21:09:29 -06:00
|
|
|
</div>
|
|
|
|
<!-- ELSEIF PRE -->
|
2012-07-23 16:04:29 -05:00
|
|
|
<div class="errorbox">
|
2013-11-01 15:33:31 +01:00
|
|
|
<p>{L_CONFIRM_MESSAGE}</p>
|
2012-07-23 16:04:29 -05:00
|
|
|
</div>
|
|
|
|
|
2012-07-22 22:54:27 -05:00
|
|
|
<form id="acp_extensions" method="post" action="{U_ENABLE}">
|
|
|
|
<fieldset class="submit-buttons">
|
2013-11-02 23:23:48 +01:00
|
|
|
<legend>{L_EXTENSION_ENABLE}</legend>
|
|
|
|
<input class="button1" type="submit" name="enable" value="{L_EXTENSION_ENABLE}" />
|
2012-07-30 19:30:49 -05:00
|
|
|
<input class="button2" type="submit" name="cancel" value="{L_CANCEL}" />
|
2012-07-22 22:54:27 -05:00
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
<!-- ELSEIF S_NEXT_STEP -->
|
|
|
|
<div class="errorbox">
|
2013-11-02 23:23:48 +01:00
|
|
|
<p>{L_EXTENSION_ENABLE_IN_PROGRESS}</p>
|
2012-07-22 22:54:27 -05:00
|
|
|
</div>
|
|
|
|
<!-- ELSE -->
|
|
|
|
<div class="successbox">
|
2013-11-02 23:23:48 +01:00
|
|
|
<p>{L_EXTENSION_ENABLE_SUCCESS}</p>
|
2012-07-22 22:54:27 -05:00
|
|
|
<br />
|
2013-11-01 15:33:31 +01:00
|
|
|
<p><a href="{U_RETURN}">{L_RETURN_TO_EXTENSION_LIST}</a></p>
|
2012-07-22 22:54:27 -05:00
|
|
|
</div>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|