mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
issue 1118 add a function that sync member info and document/comment in member configuration page.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@10990 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8e4a8dc4ed
commit
72e620a9b2
10 changed files with 119 additions and 6 deletions
|
|
@ -8,6 +8,7 @@
|
|||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<form action="./" class="form" ruleset="insertConfig" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberAdminInsertConfig" />
|
||||
|
|
@ -220,6 +221,12 @@
|
|||
<span class="btn medium"><input type="submit" value="{$lang->cmd_save}" /></span>
|
||||
</div>
|
||||
</form>
|
||||
<h2 class="h2">{$lang->cmd_member_sync}</h2>
|
||||
<div class="form">
|
||||
<span class="btn small"><input type="button" value="{$lang->cmd_member_sync}" class="__sync" /></span>
|
||||
<p class="description">{$lang->about_member_sync}</p>
|
||||
</div>
|
||||
|
||||
<div class="modal" id="userDefine">
|
||||
<form action="./" class="fg form" ruleset="insertJoinForm" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue