mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Clean up admin insert_member form
This commit is contained in:
parent
a5b9e11831
commit
9c4212ddc3
2 changed files with 9 additions and 5 deletions
|
|
@ -470,6 +470,14 @@ class MemberAdminView extends Member
|
|||
$member_info->limit_date = '';
|
||||
}
|
||||
|
||||
if (Context::get('member_srl'))
|
||||
{
|
||||
Context::setBrowserTitle(lang('member.msg_update_member'));
|
||||
}
|
||||
else
|
||||
{
|
||||
Context::setBrowserTitle(lang('member.msg_new_member'));
|
||||
}
|
||||
$this->setTemplateFile('insert_member');
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -48,12 +48,8 @@
|
|||
<div loop="$formTags=>$formTag" class="x_control-group">
|
||||
<label class="x_control-label" for="{$formTag->name}">{$formTag->title}</label>
|
||||
<div class="x_controls" cond="$formTag->name != 'signature'">{$formTag->inputTag}</div>
|
||||
<div class="x_controls" cond="$formTag->name =='signature'">{$editor|noescape}</div>
|
||||
<div class="x_controls" cond="$formTag->name == 'signature'">{$editor|noescape}</div>
|
||||
</div>
|
||||
<style scoped>
|
||||
.xpress-editor>#smart_content,
|
||||
.xpress-editor>#smart_content>.tool{clear:none}
|
||||
</style>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->allow_mailing}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue