Committer: mchervonniy
LJSUP-9573: Update.bml, 'New' removedU trunk/bin/upgrading/en_LJ.dat U trunk/cgi-bin/ljcom.pl
Modified: trunk/bin/upgrading/en_LJ.dat =================================================================== --- trunk/bin/upgrading/en_LJ.dat 2011-08-22 08:38:54 UTC (rev 10893) +++ trunk/bin/upgrading/en_LJ.dat 2011-08-22 09:12:26 UTC (rev 10894) @@ -4185,8 +4185,6 @@ msn_messanger.events|staleness=1 msn_messanger.events=Please accept Microsoft service agreement and privacy statement -new=New - nokia.ny.2010.reskining.href|staleness=1 nokia.ny.2010.reskining.href=http://www.livejournal.ru/nokia2010 @@ -10537,4 +10535,4 @@ talkpostdo.bml.error.unable.to.load.pending.comment=Unable to load pending comment, maybe you took too long talkpostdo.bml.error.your.ip.address.is.detected.as.an.open.proxy=Your IP address ($remote_ip) is detected as an open proxy (a common source of spam) so comment access is denied. If you do not believe you're accessing the net through an open proxy, please contact your ISP or this site's tech support to help resolve the problem. talkpostdo.bml.error.unknown.journal=Unknown journal. Please go back and try again. -talkpostdo.bml.error.no.database.connection.present=No database connection present. Please go back and try again. \ No newline at end of file +talkpostdo.bml.error.no.database.connection.present=No database connection present. Please go back and try again. Modified: trunk/cgi-bin/ljcom.pl =================================================================== --- trunk/cgi-bin/ljcom.pl 2011-08-22 08:38:54 UTC (rev 10893) +++ trunk/cgi-bin/ljcom.pl 2011-08-22 09:12:26 UTC (rev 10894) @@ -1232,7 +1232,7 @@ { # note that $u passed into this hook is a usejournal arg, not the $remote user... my $mobileuri = "$LJ::SITEROOT/devices"; - $ret .= "<li><a href='$mobileuri'>$BML::ML{'ljcom.entryform.box.paidoptions.emailpost'}</a><sup class='i-new'>$BML::ML{'new'}</sup></li>\n"; + $ret .= "<li><a href='$mobileuri'>$BML::ML{'ljcom.entryform.box.paidoptions.emailpost'}</a></li>\n"; } $ret .= "<li><a href='$poll_url'>$BML::ML{'ljcom.entryform.box.paidoptions.createpoll'}</a></li>\n</ul>\n"; return $ret;