[dw-free] move cgi-bin/lj*.pl files into proper modules (in cgi-bin/LJ)
[commit: http://hg.dwscoalition.org/dw-free/rev/514569a885c0]
http://bugs.dwscoalition.org/show_bug.cgi?id=1726
Remove trailing whitespace from htdocs/manage/emailpost.bml
Patch by
kareila.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1726
Remove trailing whitespace from htdocs/manage/emailpost.bml
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/manage/emailpost.bml
-------------------------------------------------------------------------------- diff -r b74e50684390 -r 514569a885c0 htdocs/manage/emailpost.bml --- a/htdocs/manage/emailpost.bml Thu Sep 22 12:52:49 2011 +0800 +++ b/htdocs/manage/emailpost.bml Fri Sep 23 00:44:33 2011 -0500 @@ -16,7 +16,7 @@ title=><?_ml .title _ml?> head<= <style type="text/css"> - + fieldset { border: 1px solid #cdcdcd; @@ -106,7 +106,7 @@ { name => 'pin', title => $ML{'.help.pinusage.header'}, - url => '?mode=help&type=pin', + url => '?mode=help&type=pin', text => qq{ <?h1 $ML{'.help.pinusage.header'} h1?><br /> @@ -117,7 +117,7 @@ $subject $body emailex?></fieldset> - + <fieldset><legend>$ML{'.help.pinusage.insubject.header'}</legend> <?emailex $to @@ -288,7 +288,7 @@ $ret .= "[ << <a href='$lastt->{url}'>$lastt->{title}</a> ] "; } if ($topics[$topic->{order} + 1]) { - $topic->{order} = -1 if ! $type; + $topic->{order} = -1 if ! $type; my $nextt = $topics[$topic->{order} + 1]; $ret .= "[ <a href='$nextt->{url}'>$nextt->{title}</a> >> ]"; } @@ -384,7 +384,7 @@ my @trusted = $u->trust_groups; my @groups = map { $_->{'groupname'} } @trusted; my @userpics = @{ $res->{'pickws'} }; - + $ret .= "<?p " . BML::ml('.intro', {'aopts' => "href='$LJ::SITEROOT/manage/emailpost?mode=help'"}) . " p?><br />"; unless ( $u->can_emailpost ) { @@ -407,11 +407,11 @@ value=>$address[$_], size=>40, maxlength=>80}); $ret .= '</td><td>'; $selected = 1 if $addrlist->{$address[$_]}->{'get_errors'}; - $ret .= '<center>' . + $ret .= '<center>' . LJ::html_check({name => "check_$_", selected => $selected}) . '</center>'; $ret .= '</td><td>'; - $ret .= '<center>' . + $ret .= '<center>' . LJ::html_check( { name => "help_$_", selected => 0 } ) . '</center>'; $ret .= '</td></tr>'; --------------------------------------------------------------------------------