mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
issue 2745 manual link modify
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12404 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82c6321e5b
commit
f2ec836c8e
30 changed files with 69 additions and 32 deletions
|
|
@ -1839,7 +1839,7 @@
|
|||
<value xml:lang="vi"><![CDATA[Cho phép thành viên đăng kí.]]></value>
|
||||
</item>
|
||||
<item name="about_enable_confirm">
|
||||
<value xml:lang="ko"><![CDATA[입력된 메일 주소로 인증 메일을 보내 회원 가입을 확인합니다. 가입자가 인증메일을 통해 인증절차를 완료해야만 정상적으로 로그인이 가능해집니다.]]></value>
|
||||
<value xml:lang="ko"><![CDATA[입력된 메일 주소로 인증 메일을 보내, 회원 가입을 확인합니다. 가입자가 인증메일을 통해 인증절차를 완료해야만 정상적으로 로그인이 가능해집니다.]]></value>
|
||||
<value xml:lang="en"><![CDATA[Please check if you want new members to activate their accounts via their emails.]]></value>
|
||||
<value xml:lang="jp"><![CDATA[登録されたメールアドレスに確認メールを送信し、会員登録を確認します。]]></value>
|
||||
<value xml:lang="zh-CN"><![CDATA[为激活会员注册信息,将向会员输入的邮件地址发送注册认证邮件。]]></value>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->member_group} <a data-admin-toggle="#help_menuName" class="x_icon-question-sign" href="./help/index.html#UMAN_member_group" target="_blank">도움말</a></h1>
|
||||
<h1>{$lang->member_group} <a class="x_icon-question-sign" href="./help/index.html#UMAN_member_group" target="_blank">도움말</a></h1>
|
||||
</div>
|
||||
<form action="" method="post" ruleset="insertGroupConfig">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
|
|
@ -57,6 +57,7 @@
|
|||
<button type="button" class="dragBtn">Move to</button>
|
||||
<input type="hidden" name="group_srls[]" value="{$group_info->group_srl}" />
|
||||
<input type="text" name="group_titles[]" value="{htmlspecialchars($group_info->title)}" class="lang_code" title="{$lang->group_title}" />
|
||||
<a class="x_icon-question-sign" href="./help/index.html#UMAN_faq_administrator" target="_blank" cond="$group_info->title == '관리그룹'">도움말</a>
|
||||
</div>
|
||||
</td>
|
||||
<td><input type="text" name="descriptions[]" value="{$group_info->description}" title="{$lang->description}" /></td>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<load target="js/config.js" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->cmd_member_config} <a data-admin-toggle="#help_menuName" class="x_icon-question-sign" href="./help/index.html#UMAN_member_config" target="_blank">도움말</a></h1>
|
||||
<h1>{$lang->cmd_member_config} <a class="x_icon-question-sign" href="./help/index.html#UMAN_member_config" target="_blank">도움말</a></h1>
|
||||
</div>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->user_list} <a data-admin-toggle="#help_menuName" class="x_icon-question-sign" href="./help/index.html#UMAN_member_list" target="_blank">도움말</a></h1>
|
||||
<h1>{$lang->user_list} <a class="x_icon-question-sign" href="./help/index.html#UMAN_member_list" target="_blank">도움말</a></h1>
|
||||
</div>
|
||||
<form action="" method="post">
|
||||
<table class="_memberList x_table x_table-striped x_table-hover">
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
<label class="x_control-label" for="limit_day">{$lang->limit_day}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="0" id="limit_day" name="limit_day" value="{$config->limit_day}" style="width:40px" /> {$lang->unit_day}
|
||||
<p class="x_help-inline">{$lang->about_limit_day}</p>
|
||||
<p class="x_help-block">{$lang->about_limit_day}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -68,7 +68,7 @@
|
|||
</style>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<p class="x_control-label">{$lang->cmd_manage_form}</p>
|
||||
<p class="x_control-label">{$lang->cmd_manage_form} <a class="x_icon-question-sign" href="./help/index.html#UMAN_faq_member_joinform" target="_blank">도움말</a></p>
|
||||
<div class="x_controls">
|
||||
<table class="__join_form sortable x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
<input type="hidden" name="usable_list[]" value="{$item->name}"/>
|
||||
<input type="hidden" name="{$item->name}" value="requierd"/>
|
||||
<th scope="row">
|
||||
<span class="_title" style="padding-left:20px">{$item->title} <a data-admin-toggle="#help_menuName" class="x_icon-question-sign" href="./help/index.html#UMAN_login_key" target="_blank">도움말</a></span>
|
||||
<span class="_title" style="padding-left:20px">{$item->title} <a class="x_icon-question-sign" href="./help/index.html#UMAN_login_key" target="_blank">도움말</a></span>
|
||||
</th>
|
||||
<td><input type="radio" name="identifier" value="{$item->name}" checked="checked" /></td>
|
||||
<td><input type="checkbox" name="usable_list[]" value="{$item->name}" title="{$lang->use}" checked="checked" disabled="disabled" /></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue