[livejournal] r17448: LJSUP-6948: fixed adversting warning pos...
Committer: dpetrov
LJSUP-6948: fixed adversting warning positionU trunk/htdocs/manage/profile/index.bml
Modified: trunk/htdocs/manage/profile/index.bml
===================================================================
--- trunk/htdocs/manage/profile/index.bml 2010-09-27 01:00:29 UTC (rev 17447)
+++ trunk/htdocs/manage/profile/index.bml 2010-09-27 02:24:35 UTC (rev 17448)
@@ -543,10 +543,12 @@
$ret .= "</td></tr>\n";
$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 .= "</td></tr>\n";
if( $u->in_class("paid") || $u->in_class("sponsored") || $u->in_class("perm") ) {
+ $ret .= "<tr><td> </td><td>";
$ret .= '<p class="helper">' . $ML{'.section.textmsg.adv'} . '</p>';
+ $ret .= "</td></tr>\n";
}
- $ret .= "</td></tr>\n";
$ret .= "</table>\n";
$ret .= "<script type='text/javascript'>";
