Committer: pkornilov
LJSUP-6550: Client part of the task LJSUP-6482.U trunk/htdocs/manage/profile/index.bml
Modified: trunk/htdocs/manage/profile/index.bml =================================================================== --- trunk/htdocs/manage/profile/index.bml 2010-09-03 18:44:31 UTC (rev 17283) +++ trunk/htdocs/manage/profile/index.bml 2010-09-06 03:18:11 UTC (rev 17284) @@ -534,7 +534,7 @@ $ret .= "<li class='b-manage-smsn-btn'><input type='button' name='sendsms' value='$ML{'.section.textmsg.button'}' disabled='disabled' /></li>"; $ret .= '</ul>'; $ret .= "</td></tr>\n"; - $ret .= "<tr><td class='field_name'>$ML{'.fn.vernum'}</td><td>"; + $ret .= "<tr id=\"phone_vercode\" style=\"display: none;\"><td class='field_name'>$ML{'.fn.vernum'}</td><td>"; $ret .= LJ::html_text({ 'name' => 'txtmsg_verify', 'size' => '4', 'maxlength' => '4' }) ." <input type='button' name='verify' value='$ML{'.section.vernum.button'}' />"; $ret .= '<p class="helper" style="display: none;">' . $ML{'.section.textmsg.adv'} . '</p>'; $ret .= "</td></tr>\n"; @@ -547,6 +547,7 @@ $ret .= "resendsmsbut : \"$ML{'.section.textmsg.button.resend'}\","; $ret .= "initial : \"$ML{'.section.textmsg.info'}\","; $ret .= "badnum : \"$ML{'.section.textmsg.info.badnum'}\","; + $ret .= "unsupporteddef : \"$ML{'.section.textmsg.info.unsupporteddef'}\","; $ret .= "correctNum : \"$ML{'.section.textmsg.info.correctNum'}\","; $ret .= "requestsent : \"$ML{'.section.textmsg.info.requestsent'}\","; $ret .= "smssent : \"$ML{'.section.textmsg.info.smssent'}\","; @@ -555,6 +556,7 @@ $ret .= "singlelimitexceeded : \"$ML{'.section.textmsg.info.singlelimitexceeded'}\","; $ret .= "totallimitexceeded : \"$ML{'.section.textmsg.info.totallimitexceeded'}\","; $ret .= "verified : \"$ML{'.section.textmsg.info.verified'}\","; + $ret .= "wrongcode : \"$ML{'.section.textmsg.info.wrongcode'}\","; $ret .= "linkexpired : \"$ML{'.section.textmsg.info.linkexpired'}\","; $ret .= "techerror : \"$ML{'.section.textmsg.info.techerror'}\""; $ret .= "}</script>\n";