Committer: nefimenko
LJSUP-4688 3. Mention account type above the header of settingsU trunk/cgi-bin/bml/scheme/lanzelot.look
Modified: trunk/cgi-bin/bml/scheme/lanzelot.look =================================================================== --- trunk/cgi-bin/bml/scheme/lanzelot.look 2009-08-27 03:13:08 UTC (rev 7599) +++ trunk/cgi-bin/bml/scheme/lanzelot.look 2009-08-27 08:07:38 UTC (rev 7600) @@ -156,8 +156,8 @@ my $remote_friends_url = $remote->journal_base() . "/friends/"; my $remote_display_name = $remote->display_name; my $account_icon = $remote->get_cap('paid') ? - "<img src='$LJ::IMGPREFIX/paid.gif' alt='' border='0' />" : - "<img src='$LJ::STATPREFIX/horizon/upgrade-paid-icon.gif' alt='' border='0' />"; + "<img src='$LJ::IMGPREFIX/paid.gif' alt='<?_ml ljcom.account.paid _ml?>' border='0' />" : + "<img src='$LJ::STATPREFIX/horizon/upgrade-paid-icon.gif' alt='<?_ml ljcom.menu.upgrade _ml?>' border='0' />"; # Messages/ESN link my $messages = ''; @@ -182,7 +182,7 @@ <a href='$LJ::SITEROOT/editpics.bml'><img class="userpic" src="$userpic_url" height="40" title="$remote->{'user'}" alt="" /></a> <ul> <li><a href="$LJ::SITEROOT/update.bml"><?_ml lanzelot.item.postlj _ml?></a> <a href="$remote_friends_url"><?_ml lanzelot.item.friends _ml?></a> $messages - <li><a href="<?siteroot?>/manage/settings/index2.bml?cat=account "><?_ml lanzelot.item.account _ml?></a><a href="<?siteroot?>/manage/account/" class="account-icon">$account_icon</a> <a href="http://livejournal.ru/counter/"><?_ml lanzelot.item.ljru.statistics _ml?></a> <a href="http://pics.livejournal.com"><?_ml lanzelot.item.ljplus.photo _ml?></a></li> + <li><a href="<?siteroot?>/manage/settings/index2.bml?cat=account"><?_ml lanzelot.item.account _ml?></a><a href="<?siteroot?>/manage/account/" class="account-icon">$account_icon</a> <a href="http://livejournal.ru/counter/"><?_ml lanzelot.item.ljru.statistics _ml?></a> <a href="http://pics.livejournal.com"><?_ml lanzelot.item.ljplus.photo _ml?></a></li> </ul> <div class="tshort"><img src="<?statprefix?>/lanzelot/img/tshort.gif" width="10" height="11"><a href="http://shop.livejournal.ru/"><?_ml lanzelot.item.tshorts _ml?></a></div> </dd>