Committer: gprochaev
LJSUP-6582U trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm
Modified: trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm =================================================================== --- trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-07 09:40:22 UTC (rev 9469) +++ trunk/cgi-bin/LJ/Widget/IPPU/UserHeadSmsPay.pm 2010-09-08 04:03:17 UTC (rev 9470) @@ -69,7 +69,7 @@ my $to = BML::ml('widget.userhead.sms.to'); # Prices and conditions of use are available <a href='/sup/sms_tos_eng.bml' target=_blank>here</a> - my $prices = BML::ml("widget.userhead.sms.prices", {'aopts' => "href='$LJ::SITEROOT/sup/sms_tos.bml' target='_blank'"}); + my $prices = BML::ml("widget.userhead.sms.prices", {'aopts' => "href='$LJ::SITEROOT/sup/smsonline.bml' target='_blank'"}); return (success => 1, divbody => "<div style='padding: 15px 30px; text-align: left;'><p>$to_pay</p><div style='font-size: 3em; color: #ff0000; margin-top: 5px; margin-bottom: 15px;'>LJ $sms_order</div> <p>$to</p> <div style='margin-left: 5px; font-size: 3em; line-height: .8em; color: #a1a1a1; padding-left: 16px; background: url(/img/sup/phone.gif) no-repeat left bottom;'>7069</div></p> <p style='margin-top: 20px;'>$prices</p></div>",); }