Width of 100% for settings tables
git-svn-id: https://develop.svn.wordpress.org/trunk@6846 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d0ca80aede
commit
91bacccf26
@ -11,7 +11,7 @@ include('admin-header.php');
|
|||||||
<h2><?php _e('Discussion Settings') ?></h2>
|
<h2><?php _e('Discussion Settings') ?></h2>
|
||||||
<form method="post" action="options.php">
|
<form method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Default article settings') ?></th>
|
<th scope="row"><?php _e('Default article settings') ?></th>
|
||||||
<td>
|
<td>
|
||||||
|
@ -11,7 +11,7 @@ include('./admin-header.php');
|
|||||||
<h2><?php _e('General Settings') ?></h2>
|
<h2><?php _e('General Settings') ?></h2>
|
||||||
<form method="post" action="options.php">
|
<form method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Blog Title') ?></th>
|
<th scope="row"><?php _e('Blog Title') ?></th>
|
||||||
<td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" size="40" /></td>
|
<td><input name="blogname" type="text" id="blogname" value="<?php form_option('blogname'); ?>" size="40" /></td>
|
||||||
|
@ -13,7 +13,7 @@ include('admin-header.php');
|
|||||||
<form method="post" action="options.php">
|
<form method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
<h3><?php _e('Uploading'); ?></h3>
|
<h3><?php _e('Uploading'); ?></h3>
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Store uploads in this folder'); ?></th>
|
<th scope="row"><?php _e('Store uploads in this folder'); ?></th>
|
||||||
<td><input name="upload_path" type="text" id="upload_path" class="code" value="<?php echo attribute_escape(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" size="40" />
|
<td><input name="upload_path" type="text" id="upload_path" class="code" value="<?php echo attribute_escape(str_replace(ABSPATH, '', get_option('upload_path'))); ?>" size="40" />
|
||||||
|
@ -11,7 +11,7 @@ include('./admin-header.php');
|
|||||||
<h2><?php _e('Privacy Settings') ?></h2>
|
<h2><?php _e('Privacy Settings') ?></h2>
|
||||||
<form method="post" action="options.php">
|
<form method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Blog Visibility') ?> </th>
|
<th scope="row"><?php _e('Blog Visibility') ?> </th>
|
||||||
<td>
|
<td>
|
||||||
|
@ -11,7 +11,7 @@ include('admin-header.php');
|
|||||||
<h2><?php _e('Reading Settings') ?></h2>
|
<h2><?php _e('Reading Settings') ?></h2>
|
||||||
<form name="form1" method="post" action="options.php">
|
<form name="form1" method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<?php if ( get_pages() ): ?>
|
<?php if ( get_pages() ): ?>
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Front page displays')?></th>
|
<th scope="row"><?php _e('Front page displays')?></th>
|
||||||
|
@ -12,7 +12,7 @@ include('admin-header.php');
|
|||||||
<form method="post" action="options.php">
|
<form method="post" action="options.php">
|
||||||
<?php wp_nonce_field('update-options') ?>
|
<?php wp_nonce_field('update-options') ?>
|
||||||
|
|
||||||
<table class="niceblue">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"> <?php _e('Size of the post box') ?></th>
|
<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; " />
|
<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>
|
<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>
|
<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">
|
<table class="niceblue" width="100%">
|
||||||
<tr valign="top">
|
<tr valign="top">
|
||||||
<th scope="row"><?php _e('Mail Server') ?></th>
|
<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" />
|
<td><input name="mailserver_url" type="text" id="mailserver_url" value="<?php form_option('mailserver_url'); ?>" size="40" />
|
||||||
|
Loading…
Reference in New Issue
Block a user