Fix #917 remove misleading configuration in member module

This commit is contained in:
Kijin Sung 2017-09-20 17:41:52 +09:00
parent 7c91f3a5e7
commit c602c64878

View file

@ -87,20 +87,6 @@
<p class="x_help-block">{$lang->about_password_change_invalidate_other_sessions}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="webmaster_name">{$lang->webmaster_name}</label>
<div class="x_controls">
<input type="text" id="webmaster_name" name="webmaster_name" value="{$config->webmaster_name}" />
<label>{$lang->about_webmaster_email}</label>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="webmaster_email">{$lang->webmaster_email}</label>
<div class="x_controls">
<input type="email" id="webmaster_email" name="webmaster_email" value="{$config->webmaster_email}" />
<label>{$lang->about_webmaster_email}</label>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="member_sync">{$lang->cmd_member_sync}</label>
<div class="x_controls">