Version 2.0.0-RC3
This commit is contained in:
28
adm/style/acp_mchat_globalusersettings.html
Normal file
28
adm/style/acp_mchat_globalusersettings.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!-- 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 -->
|
||||
Reference in New Issue
Block a user