[ljcom] r2748: Adjusting width of TOS to flush with new...

Jun 21, 2006 21:21


Committer: henrylyneAdjusting width of TOS to flush with new Account Choices above.
Changing background color of Plus option.

U trunk/cgi-bin/ljcom.pl

Modified: trunk/cgi-bin/ljcom.pl
===================================================================
--- trunk/cgi-bin/ljcom.pl 2006-06-21 19:41:37 UTC (rev 2747)
+++ trunk/cgi-bin/ljcom.pl 2006-06-21 21:21:05 UTC (rev 2748)
@@ -892,7 +892,7 @@
$cur_type = 'plus' unless $LJ::DISABLED{'plus_signup'} || $ar->{'comm'};
$cur_type = $post->{'ljcom_atype'} if $post->{'ljcom_atype'} =~ /^(free|plus|paid)$/;

- $$ret .= "\n";
+ $$ret .= "\n";
$$ret .= "
\n";
$$ret .= "" . BML::ml('ljcom.acct.free') . "
";
$$ret .= "
" . BML::ml('ljcom.acct.free.intro') . "
";
@@ -907,7 +907,7 @@
$$ret .= "\n";

unless ($ar->{'comm'} || $LJ::DISABLED{'plus_signup'}) {
- $$ret .= "
\n";
+ $$ret .= "
\n";
$$ret .= "" . BML::ml('ljcom.acct.plus') . "
\n";
$$ret .= "
" . BML::ml('ljcom.acct.plus.intro') . "
";
$$ret .= BML::ml('ljcom.acct.plus.line1',

Previous post Next post
Up