Changeset 916 for trunk/htdocs/editinfo.bml
- Timestamp:
- 03/16/02 22:00:57 (11 years ago)
- Files:
-
- 1 modified
-
trunk/htdocs/editinfo.bml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/editinfo.bml
r911 r916 363 363 $ret .= "<TR><TD> </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"; 364 364 365 $ret .= "</table>\n"; 366 365 367 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"; 367 369 LJ::load_codes($dbs, { "encname" => \%LJ::CACHE_ENCNAMES } ) 368 370 unless %LJ::CACHE_ENCNAMES; 369 $ret .= "<tr><td > </td><td><p><b>Auto-translate older entries from: </b>";371 $ret .= "<tr><td width='50'> </td><td><p><b>Auto-translate older entries from: </b>"; 370 372 $ret .= LJ::html_select({'name'=>'oldenc', 'selected'=>$u->{'oldenc'}}, %LJ::CACHE_ENCNAMES); 371 373 $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>"; … … 373 375 $ret .= LJ::html_select({'name'=>'mailencoding', 'selected'=>$u->{'mailencoding'}}, %LJ::CACHE_ENCNAMES); 374 376 $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 } 379 379 380 380 ####### let them un-ban users if they've banned users
