mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
Enable sending SMS from ncenterlite to phone number in member profile
This commit is contained in:
parent
1db4a9d752
commit
25162f9041
5 changed files with 28 additions and 10 deletions
|
|
@ -9,8 +9,9 @@
|
|||
<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>
|
||||
<select name="variable_name" id="variable_name">
|
||||
<option value="-1" selected="selected"|cond="$config->variable_name === '#'">{$lang->member_phone_builtin_field}</option>
|
||||
<option value="0" selected="selected"|cond="!$config->variable_name">{$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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue