29 lines
794 B
HTML
29 lines
794 B
HTML
<!-- INCLUDE overall_header.html -->
|
|
|
|
<h1>{L_MCHAT_TITLE}</h1>
|
|
|
|
{L_MCHAT_VERSION}{L_COLON} <em>{MCHAT_VERSION}</em>
|
|
|
|
<div class="successbox notice">{L_MCHAT_GLOBALUSERSETTINGS_EXPLAIN}</div>
|
|
|
|
<!-- IF MCHAT_ERROR -->
|
|
<div class="errorbox">
|
|
<h3>{L_WARNING}</h3>
|
|
<p>{MCHAT_ERROR}</p>
|
|
</div>
|
|
<!-- ENDIF -->
|
|
|
|
<form id="acp_mchat" method="post" action="{U_ACTION}">
|
|
<fieldset>
|
|
<legend>{L_MCHAT_ACP_GLOBALUSERSETTINGS_TITLE}</legend>
|
|
<!-- INCLUDE acp_mchat_globalusersettings_content.html -->
|
|
</fieldset>
|
|
<p class="submit-buttons">
|
|
<input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" />
|
|
<input class="button2" type="reset" id="reset" name="reset" value="{L_RESET}" />
|
|
{S_FORM_TOKEN}
|
|
</p>
|
|
</form>
|
|
|
|
<!-- INCLUDE overall_footer.html -->
|