Committer: wisest-owl
LJSUP-7918: client side development (SMS notification - Add Kazahstan) [tags: can3p]U trunk/htdocs/manage/profile/index.bml
Modified: trunk/htdocs/manage/profile/index.bml =================================================================== --- trunk/htdocs/manage/profile/index.bml 2011-02-14 04:32:54 UTC (rev 18288) +++ trunk/htdocs/manage/profile/index.bml 2011-02-14 04:41:32 UTC (rev 18289) @@ -537,7 +537,7 @@ } $ret .= "<tr><td class='field_name'>$ML{'.fn.txtnum'}</td><td>"; $ret .= '<ul class="b-manage-smsn b-manage-smsn-hide">'; - $ret .= '<li class="b-manage-smsn-sms">' . LJ::html_text({ 'name' => 'txtmsg_number', 'value' => $tminfo->{'number'}, 'size' => '16', 'maxlength' => '16' }); + $ret .= '<li class="b-manage-smsn-sms"><select name="txtmsg_number_code" class="b-manage-smsn-code" disabled="disabled"><option value="+7">+7</option></select>' . ' ' . LJ::html_text({ 'name' => 'txtmsg_number', 'value' => $tminfo->{'number'}, 'size' => '16', 'maxlength' => '16', 'class' => 'b-manage-smsn-phone' }); $ret .= '<br /><span class="helper">' . $ML{'.section.textmsg.example_us'} . '</span></li>' if $country eq 'US'; $ret .= '<br /><span class="helper">' . $ML{'.section.textmsg.example_ru'} . '</span></li>' if $country eq 'RU'; $ret .= '<li class="b-manage-smsn-status"><i class="i-manage-smsn-icon"></i><i class="help-icon">' . LJ::help_icon('sms_notification') . '</i><span class="i-bubble b-bubble-lite"><i class="i-bubble-arrow-border"></i><i class="i-bubble-arrow"></i><span>' . $ML{'.section.textmsg.info'} . ' </span></span></li>';