Committer: emazin
LJSUP-8333: fixedU trunk/cgi-bin/communitylib.pl U trunk/htdocs/community/manage.bml.text
Modified: trunk/cgi-bin/communitylib.pl =================================================================== --- trunk/cgi-bin/communitylib.pl 2011-03-24 03:30:31 UTC (rev 18691) +++ trunk/cgi-bin/communitylib.pl 2011-03-24 03:46:49 UTC (rev 18692) @@ -934,6 +934,11 @@ "<a href='$LJ::SITEROOT/community/members.bml?authas=$username'>" . LJ::Lang::ml('/community/manage.bml.commlist.actmembers2') . "</a>", ); + push @links, $page eq "wishlist" ? + "<strong>" . LJ::Lang::ml('/community/manage.bml.commlist.wishlist') . "</strong>" : + "<a href='".$comm->wishlist_url."'>" . LJ::Lang::ml('/community/manage.bml.commlist.wishlist') . "</a>" + if LJ::SUP->is_sup_enabled($comm); + my $ret .= "<strong>" . LJ::Lang::ml('/community/manage.bml.managelinks', { user => $comm->ljuser_display }) . "</strong> "; $ret .= join(" | ", @links); Modified: trunk/htdocs/community/manage.bml.text =================================================================== --- trunk/htdocs/community/manage.bml.text 2011-03-24 03:30:31 UTC (rev 18691) +++ trunk/htdocs/community/manage.bml.text 2011-03-24 03:46:49 UTC (rev 18692) @@ -38,6 +38,8 @@ .commlist.username=<b>Username</b> +.commlist.wishlist=Wishlist + .communitydirectory|staleness=1 .communitydirectory=Community Directory