[dw-free] apply new member list "jump to" logic to sentinvites.bml
[commit: http://hg.dwscoalition.org/dw-free/rev/1c440916df9e]
http://bugs.dwscoalition.org/show_bug.cgi?id=3935
Whitespace cleanup.
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3935
Whitespace cleanup.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/community/sentinvites.bml
-------------------------------------------------------------------------------- diff -r 27de3f8ccbcd -r 1c440916df9e htdocs/community/sentinvites.bml --- a/htdocs/community/sentinvites.bml Mon Sep 12 15:33:33 2011 +0800 +++ b/htdocs/community/sentinvites.bml Mon Sep 12 15:34:11 2011 +0800 @@ -65,7 +65,7 @@ # is $remote an admin? unless ( $remote->can_manage_other( $c ) ) { $ret .= "<?h1 $ML{'Error'} h1?><?p "; - $ret .= BML::ml('/community/members.bml.error.noaccess', + $ret .= BML::ml('/community/members.bml.error.noaccess', { 'comm' => LJ::ljuser($cname, { 'type' => 'C' }) }); $ret .= " p?>"; return $ret; @@ -133,7 +133,7 @@ BML::ml( '.none.body', { aopts => "href='/community/members?authas=$c->{user}'" } ) . " p?>"; } - + # sorting method; my $method = $GET{'sort'}; @@ -202,7 +202,7 @@ my $filter = $GET{show} ? "&show=$GET{show}" : ""; my $sortlink = BML::get_uri() . "?authas=$cname$filter&sort="; $ret .= "<br /><div align='center'>$showlinks"; - $ret .= <<END; + $ret .= <<END; <table class='borderedtable' cellpadding='2' cellspacing='0'> <tr style="border-bottom: solid 1px black;"> <th style='border-right: solid 1px black;'>$ML{'.key.posting.abbrev'}</th> --------------------------------------------------------------------------------