mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
회원 전화번호 필드 인식 추가.
This commit is contained in:
parent
c8dae083e6
commit
101356a50a
5 changed files with 74 additions and 0 deletions
|
|
@ -6,6 +6,16 @@
|
|||
<input type="hidden" name="act" value="procNcenterliteAdminInsertConfig" />
|
||||
|
||||
<section class="section">
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="variable_name">{$lang->member_phone_variable}</label>
|
||||
<div class="x_controls">
|
||||
<select name="variable_name" id="variable_name" disabled="disabled"|cond="empty($variable_name)">
|
||||
<option value="0">{$lang->notuse}</option>
|
||||
<option loop="$variable_name => $val" value="{$val}" selected="selected"|cond="$config->variable_name == $val">{$val}</option>
|
||||
</select>
|
||||
<p class="x_help-block">{$lang->member_phone_variable_about}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->ncenterlite_mention_target}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue