Changeset 6841 for trunk/wp-admin/options-writing.php
- Timestamp:
- 02/14/2008 05:19:39 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-writing.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-writing.php
r6838 r6841 15 15 <table class="niceblue"> 16 16 <tr valign="top"> 17 <th width="33%" scope="row"> <?php _e('Size of the post box:') ?></th>17 <th scope="row"> <?php _e('Size of the post box') ?></th> 18 18 <td><input name="default_post_edit_rows" type="text" id="default_post_edit_rows" value="<?php form_option('default_post_edit_rows'); ?>" size="2" style="width: 1.5em; " /> 19 19 <?php _e('lines') ?></td> 20 20 </tr> 21 21 <tr valign="top"> 22 <th scope="row"><?php _e('Formatting :') ?></th>22 <th scope="row"><?php _e('Formatting') ?></th> 23 23 <td> 24 24 <label for="use_smilies"> … … 29 29 </tr> 30 30 <tr valign="top"> 31 <th scope="row"><?php _e('Default post category:') ?></th>31 <th scope="row"><?php _e('Default Post Category') ?></th> 32 32 <td><select name="default_category" id="default_category"> 33 33 <?php … … 43 43 </tr> 44 44 <tr valign="top"> 45 <th scope="row"><?php _e('Default link category:') ?></th>45 <th scope="row"><?php _e('Default Link Category') ?></th> 46 46 <td><select name="default_link_category" id="default_link_category"> 47 47 <?php … … 63 63 <table class="niceblue"> 64 64 <tr valign="top"> 65 <th scope="row"><?php _e('Mail server:') ?></th>65 <th scope="row"><?php _e('Mail Server') ?></th> 66 66 <td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" /> 67 67 <label for="mailserver_port"><?php _e('Port:') ?></label> … … 70 70 </tr> 71 71 <tr valign="top"> 72 <th width="33%" scope="row"><?php _e('Login name:') ?></th>72 <th scope="row"><?php _e('Login Name') ?></th> 73 73 <td><input name="mailserver_login" type="text" id="mailserver_login" value="<?php form_option('mailserver_login'); ?>" size="40" /></td> 74 74 </tr> 75 75 <tr valign="top"> 76 <th scope="row"><?php _e('Password :') ?></th>76 <th scope="row"><?php _e('Password') ?></th> 77 77 <td> 78 78 <input name="mailserver_pass" type="text" id="mailserver_pass" value="<?php form_option('mailserver_pass'); ?>" size="40" /> … … 80 80 </tr> 81 81 <tr valign="top"> 82 <th scope="row"><?php _e('Default mail category:') ?></th>82 <th scope="row"><?php _e('Default Mail Category') ?></th> 83 83 <td><select name="default_email_category" id="default_email_category"> 84 84 <?php
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)