[livejournal] r17466: LJSUP-6948: move adversting notification
Committer: wisest-owl
LJSUP-6948: move adversting notificationU trunk/htdocs/manage/profile/index.bml
Modified: trunk/htdocs/manage/profile/index.bml
===================================================================
--- trunk/htdocs/manage/profile/index.bml 2010-09-29 07:32:46 UTC (rev 17465)
+++ trunk/htdocs/manage/profile/index.bml 2010-09-29 08:51:54 UTC (rev 17466)
@@ -546,12 +546,10 @@
$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 .= '<div class="helper">' . $ML{'.section.textmsg.adv'} . '</div>';
- $ret .= "</td></tr>\n";
}
+ $ret .= "</td></tr>\n";
$ret .= "</table>\n";
$ret .= "<script type='text/javascript'>";
