[livejournal] r7754: Adjust formatting and layout.

Jun 21, 2006 21:23


Committer: henrylyneAdjust formatting and layout.

U trunk/cgi-bin/weblib.pl
U trunk/htdocs/create.bml

Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl 2006-06-21 21:17:17 UTC (rev 7753)
+++ trunk/cgi-bin/weblib.pl 2006-06-21 21:23:28 UTC (rev 7754)
@@ -326,7 +326,7 @@
BML::ml('tos.mustread',
{ aopts => "target='_new' href='$LJ::SITEROOT/legal/tos.bml'" }) .
"" .
- "" .
"
" . LJ::html_check({ name => 'agree_tos', id => 'agree_tos',
value => '1', selected => $checked }) .

Modified: trunk/htdocs/create.bml
===================================================================
--- trunk/htdocs/create.bml 2006-06-21 21:17:17 UTC (rev 7753)
+++ trunk/htdocs/create.bml 2006-06-21 21:23:28 UTC (rev 7754)
@@ -571,7 +571,8 @@
unless ($LJ::NO_PASSWORD_CHECK) {
$ret .= BML::ml('.password.secure_1',
{ aopts => "target='_new' href='$LJ::HELPURL{secure_password}'"});
- $ret .= "
  • $ML{'.password.secure.pt1'}
  • \n";
    + $ret .= "
      ";
      + $ret .= "
    • $ML{'.password.secure.pt1'}
    • \n";
      $ret .= "
    • $ML{'.password.secure.pt2'}
    • \n";
      $ret .= "
    • $ML{'.password.secure.pt3'}
    • \n";
      $ret .= "
    • $ML{'.password.secure.pt4'}
    • \n
    \n";
    @@ -746,7 +747,7 @@
    $ret .= "
    ";
    $ret .= BML::ml('.birthday.question_1', {'aopts' => "target='_new' href='$LJ::SITEROOT/legal/privacy.bml'"});
    $ret .= "
    ";
    - $ret .= "$ML{'.birthday.birthdate'}";
    + $ret .= "$ML{'.birthday.birthdate'}";
    $ret .= LJ::html_datetime({ name => 'bday', notime => 1,
    default => sprintf("%04d-%02d-%02d", $POST{bday_yyyy}, $POST{bday_mm}, $POST{bday_dd}) });
    $ret .= "";

Previous post Next post
Up