mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Clean up help text related to email hosts
This commit is contained in:
parent
686cfc3478
commit
4c79d1b229
3 changed files with 6 additions and 11 deletions
|
|
@ -226,7 +226,7 @@ $lang->about_column_name = 'Please enter English name that can be used in the te
|
|||
$lang->about_column_title = 'This will be displayed on signup or modifying/viewing member info form.';
|
||||
$lang->about_default_value = 'You can set the values to enter by default.';
|
||||
$lang->about_active = 'You have to check on active items to show on signup form.';
|
||||
$lang->about_emailhost_check = 'Empty value will allow almost all email account providers.<br />You can set new member\'s e-mail address providers. You can allow or prohibit some e-mail hosts(eg.: naver.com, gmail.com).';
|
||||
$lang->about_emailhost_check = 'You can limit new member\'s e-mail address providers. You can allow or prohibit some e-mail hosts (eg.: naver.com, gmail.com).<br />If the list is empty, all e-mail hosts will be allowed.';
|
||||
$lang->about_form_description = 'If you enter description in this form, it will be displayed on join form.';
|
||||
$lang->about_required = 'Check this to make it mandatory item when signing up.';
|
||||
$lang->about_enable_join = 'Please check this if you want to allow new members to sign up your site.';
|
||||
|
|
@ -298,7 +298,6 @@ $lang->cmd_input_extend_form = 'User Defined Input';
|
|||
$lang->about_multi_type = 'Enter the value of multi-or single-item selection.(separated by line breaks)';
|
||||
$lang->msg_delete_extend_form = 'Delete the selected item.';
|
||||
$lang->set_manage_id = 'Separated by line breaks.';
|
||||
$lang->count_manage_email_host = 'There are <span class="_managededEmailHostCount">%s</span> <span id="managededEmailHostType">%s</span> e-mail address providers below.';
|
||||
$lang->count_manage_id = 'There are <span class="_deniedIDCount">%s</span> prohibited ID.';
|
||||
$lang->count_manage_nick_name = 'There are <span class="_deniedNickNameCount">%s</span> prohibited nick name.';
|
||||
$lang->user_list = 'Member List';
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ $lang->about_column_name = '템플릿에서 사용할 수 있는 영문으로
|
|||
$lang->about_column_title = '가입 또는 정보 수정/조회시에 표시될 제목입니다.';
|
||||
$lang->about_default_value = '기본으로 입력될 값을 정할 수 있습니다.';
|
||||
$lang->about_active = '활성 항목에 체크를 해야 가입시 정상적으로 노출됩니다.';
|
||||
$lang->about_emailhost_check = '입력한 호스트네임이 없으면, 이 기능을 사용하지 않습니다. 가입자의 이메일 주소 제공자를 설정할 수 있습니다.<br />특정 이메일 제공자(hostname, 예: naver.com, gmail.com)만 허용하거나, 특정 이메일 제공자의 사용을 제한할 수 있습니다.';
|
||||
$lang->about_emailhost_check = '특정 도메인에 소속된 이메일 주소로만 가입할 수 있도록 하거나, 특정 도메인을 금지할 수 있습니다. (예: naver.com, gmail.com)<br />아무 것도 입력하지 않으면 이메일 주소를 제한하지 않습니다.';
|
||||
$lang->about_form_description = '설명란에 입력을 하면 가입시 표시가 됩니다.';
|
||||
$lang->about_required = '체크하면 회원가입시 필수항목으로 입력하도록 됩니다.';
|
||||
$lang->about_enable_join = '체크하면 회원가입을 할 수 있습니다.';
|
||||
|
|
@ -312,7 +312,6 @@ $lang->cmd_input_extend_form = '회원 정의 입력';
|
|||
$lang->about_multi_type = '다중 또는 단일 항목의 선택 값을 입력하세요.(줄 바꿈으로 구분)';
|
||||
$lang->msg_delete_extend_form = '선택한 항목을 삭제합니다.';
|
||||
$lang->set_manage_id = '줄 바꿈으로 구분';
|
||||
$lang->count_manage_email_host = '다음 <span class="_managededEmailHostCount">%s</span>개의 이메일 주소 제공자를 <span id="managededEmailHostType">%s</span> 합니다.';
|
||||
$lang->count_manage_id = '<span class="_deniedIDCount">%s</span>개의 금지 아이디가 있습니다.';
|
||||
$lang->count_manage_nick_name = '<span class="_deniedNickNameCount">%s</span>개의 금지 닉네임이 있습니다.';
|
||||
$lang->user_list = '회원 목록';
|
||||
|
|
|
|||
|
|
@ -21,26 +21,23 @@
|
|||
<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}" /> {$lang->unit_day}
|
||||
<p class="x_help-block">{$lang->about_limit_day}</p>
|
||||
<input type="text" name="limit_day_description" value="{$config->limit_day_description}" placeholder="{$lang->limit_day_description}" style="width:90%" class="lang_code" />
|
||||
<p class="x_help-block">{$lang->about_limit_day}</p>
|
||||
</div>
|
||||
</div>
|
||||
<!--// Managed Email Host Control -->
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="manage_email_host">{$lang->cmd_manage_email_host}[<a href="#helpHost" data-toggle>?</a>]</label>
|
||||
<label class="x_control-label" for="manage_email_host">{$lang->cmd_manage_email_host}</label>
|
||||
<div class="x_controls">
|
||||
<div class="layer x_alert x_alert-info" id="helpHost">
|
||||
<p>{$lang->about_emailhost_check}</p>
|
||||
</div>
|
||||
<input type="radio" id="emailhost_check_allowed" name="emailhost_check" value="allowed" checked="checked"|cond="$config->emailhost_check =='allowed'" /><label for="emailhost_check_allowed" class="x_inline"> {$lang->cmd_allowed}</label>
|
||||
<input type="radio" id="emailhost_check_prohibited" name="emailhost_check" value="prohibited" checked="checked"|cond="$config->emailhost_check =='prohibited'" /><label for="emailhost_check_prohibited" class="x_inline"> {$lang->cmd_prohibited}</label>
|
||||
<p>{@ if($config->emailhost_check =='prohibited') $emailhost_check = $lang->cmd_prohibited; else $emailhost_check = $lang->cmd_allowed;}{sprintf($lang->count_manage_email_host, count($managedEmailHost), $emailhost_check)}</p>
|
||||
<ul class="textList" id="managedEmailHost" style="margin-left:0">
|
||||
<li loop="$managedEmailHost=>$emailInfo" id="managed_{str_replace('.','__',$emailInfo->email_host)}">{$emailInfo->email_host} <button type="button" class="x_icon-remove" onclick="doUpdateManagedEmailHost('{$emailInfo->email_host}','delete','{$lang->confirm_delete}');return false;">{$lang->delete}</button></li>
|
||||
</ul>
|
||||
<textarea rows="2" cols="42" id="manage_email_host" title="{$lang->add_managed_emailhost}" style="vertical-align:top"></textarea>
|
||||
<button type="button" class="_addManagedEmailHost x_btn">{$lang->add}</button>
|
||||
<p class="x_help-inline">{$lang->multi_line_input}</p>
|
||||
<p class="x_help-block">{$lang->about_emailhost_check}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
@ -72,7 +69,7 @@
|
|||
<div class="x_controls">
|
||||
<input class="module_search" type="text" name="redirect_url" value="{$config->redirect_url}" />
|
||||
<button type="button" class="__redirect_url_btn x_btn" cond="$config->redirect_url">{$lang->delete}</button>
|
||||
<p class="x_help-inline">{$lang->about_redirect_url}</p>
|
||||
<p class="x_help-block">{$lang->about_redirect_url}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue