[livejournal] r19440: LJSV-1563: need_sting added.
Committer: sbelyaev
LJSV-1563: need_sting added.U trunk/htdocs/tools/recent_comments.bml
Modified: trunk/htdocs/tools/recent_comments.bml
===================================================================
--- trunk/htdocs/tools/recent_comments.bml 2011-07-05 11:35:57 UTC (rev 19439)
+++ trunk/htdocs/tools/recent_comments.bml 2011-07-06 02:43:42 UTC (rev 19440)
@@ -44,6 +44,25 @@
$ret .= LJ::make_authas_select($remote, { 'authas' => $GET{'authas'} }) . "\n";
$ret .= "</form>\n\n";
+ if ($remote) {
+ LJ::need_string( qw( comment.cancel
+ comment.delete
+ comment.delete.q
+ comment.delete.all
+ comment.delete.all.sub
+ comment.delete.no.options
+ comment.ban.user
+ comment.mark.spam
+ comment.mark.spam.title
+ comment.mark.spam.subject
+ comment.mark.spam.button
+ comment.mark.spam2
+ comment.mark.spam2.title
+ comment.mark.spam2.subject
+ comment.mark.spam2.button
+ comment.delete ) );
+ }
+
my (@recv, @posted, %talkids);
my %need_userid;
$need_userid{$u->{userid}} = 1 if $u->{'journaltype'} eq 'C'; # Need to load the community for logtext
