2012-07-22 22:54:27 -05:00
|
|
|
<!-- INCLUDE overall_header.html -->
|
|
|
|
|
|
|
|
<a name="maincontent"></a>
|
|
|
|
|
|
|
|
<h1>{L_EXTENSIONS_ADMIN}</h1>
|
|
|
|
|
|
|
|
<p>{L_EXTENSIONS_EXPLAIN}</p>
|
2012-07-30 19:30:49 -05:00
|
|
|
<p>{L_DISABLE_EXPLAIN}</p>
|
2012-07-23 16:04:29 -05:00
|
|
|
|
|
|
|
<!-- IF PRE -->
|
|
|
|
<div class="errorbox">
|
|
|
|
<p>{L_DISABLE_CONFIRM}</p>
|
|
|
|
</div>
|
|
|
|
|
2012-07-22 22:54:27 -05:00
|
|
|
<form id="acp_extensions" method="post" action="{U_DISABLE}">
|
|
|
|
<fieldset class="submit-buttons">
|
2012-07-23 16:04:29 -05:00
|
|
|
<legend>{L_DISABLE}</legend>
|
2012-07-30 19:30:49 -05:00
|
|
|
<input class="button1" type="submit" name="disable" value="{L_DISABLE}" />
|
|
|
|
<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">
|
|
|
|
<p>{L_DISABLE_IN_PROGRESS}</p>
|
|
|
|
</div>
|
|
|
|
<!-- ELSE -->
|
|
|
|
<div class="successbox">
|
|
|
|
<p>{L_DISABLE_SUCCESS}</p>
|
|
|
|
<br />
|
|
|
|
<p><a href="{U_RETURN}">{L_RETURN}</a></p>
|
|
|
|
</div>
|
|
|
|
<!-- ENDIF -->
|
|
|
|
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|