Changeset 916

Show
Ignore:
Timestamp:
03/16/02 22:00:57 (11 years ago)
Author:
bradfitz
Message:

remove that ugly ass disabled box, and break encoding into its own
little subsection. better, i think. i'm open for suggestions if people
really hate it, but it seems okay.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/editinfo.bml

    r911 r916  
    363363     $ret .= "<TR><TD>&nbsp;</TD><TD>If you check this, other users will be able to easily add your journal entries to the hierarchial <A HREF=\"/topics/\">topic directory</A>.</TD></TR>\n"; 
    364364 
     365     $ret .= "</table>\n"; 
     366 
    365367     if ($LJ::UNICODE) { 
    366          $ret .= "<tr valign=middle><td width=50 align=right><input type=checkbox name=dummy_checkbox checked disabled></td><td><b>Encoding options</b></td></tr>"; 
     368         $ret .= "(=H2 Encoding Options H2=)(=P Don't worry about this stuff.  In general, only international users that write in several different languages will need to change anything here.  P=)<table>\n"; 
    367369         LJ::load_codes($dbs, { "encname" => \%LJ::CACHE_ENCNAMES } ) 
    368370             unless %LJ::CACHE_ENCNAMES; 
    369          $ret .= "<tr><td>&nbsp;</td><td><p><b>Auto-translate older entries from: </b>"; 
     371         $ret .= "<tr><td width='50'>&nbsp;</td><td><p><b>Auto-translate older entries from: </b>"; 
    370372         $ret .= LJ::html_select({'name'=>'oldenc', 'selected'=>$u->{'oldenc'}}, %LJ::CACHE_ENCNAMES); 
    371373         $ret .= "</p><p>Use this option to tell LiveJournal which encoding to to assume for your entries and comments entered before the site was converted to Unicode. If you write in English, choose \"Western European\" here.</p></td></tr>"; 
     
    373375         $ret .= LJ::html_select({'name'=>'mailencoding', 'selected'=>$u->{'mailencoding'}}, %LJ::CACHE_ENCNAMES); 
    374376         $ret .= "</p><p>In case you chose to receive message board replies by email, and your email client doesn't handle Unicode (UTF-8) messages very well, use this option to specify a different encoding into which LiveJournal will automatically translate the text of comments sent to you.</p></td></tr>"; 
    375  
    376      } 
    377  
    378      $ret .= "</TABLE>\n"; 
     377         $ret .= "</table>\n"; 
     378     } 
    379379 
    380380     ####### let them un-ban users if they've banned users