mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Move table width to CSS. Props hansengel. see 5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6850 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -12,7 +12,7 @@ include('admin-header.php');
|
||||
<form method="post" action="options.php">
|
||||
<?php wp_nonce_field('update-options') ?>
|
||||
|
||||
<table class="niceblue" width="100%">
|
||||
<table class="niceblue">
|
||||
<tr valign="top">
|
||||
<th scope="row"> <?php _e('Size of the post box') ?></th>
|
||||
<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; " />
|
||||
@@ -60,7 +60,7 @@ endforeach;
|
||||
<h3><?php _e('Post via e-mail') ?></h3>
|
||||
<p><?php printf(__('To post to WordPress by e-mail you must set up a secret e-mail account with POP3 access. Any mail received at this address will be posted, so it’s a good idea to keep this address very secret. Here are three random strings you could use: <code>%s</code>, <code>%s</code>, <code>%s</code>.'), wp_generate_password(), wp_generate_password(), wp_generate_password()) ?></p>
|
||||
|
||||
<table class="niceblue" width="100%">
|
||||
<table class="niceblue">
|
||||
<tr valign="top">
|
||||
<th scope="row"><?php _e('Mail Server') ?></th>
|
||||
<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" />
|
||||
|
||||
Reference in New Issue
Block a user