Add h2 headers to the write/edit pages

git-svn-id: http://svn.automattic.com/wordpress/trunk@6947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-20 22:49:04 +00:00
parent 726b030412
commit 9183c9ee15
5 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,8 @@ $messages[3] = __('Custom field deleted.');
<?php endif; ?>
<div class="wrap">
<h2><?php _e('Write Post') ?></h2>
<br />
<?php
if (0 == $post_ID) {

View File

@ -9,6 +9,7 @@ $form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment-
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
<div class="wrap">
<h2><?php echo $toprow_title; ?></h2>
<br />
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />

View File

@ -35,6 +35,8 @@ function xfn_check($class, $value = '', $deprecated = '') {
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
<div class="wrap">
<h2><?php _e('Edit Link') ?></h2>
<br />
<div id="poststuff">

View File

@ -23,6 +23,8 @@ if ( 0 != $post_ID && $sendto == get_permalink($post_ID) )
<form name="post" action="page.php" method="post" id="post">
<div class="wrap">
<h2><?php _e('Write Page') ?></h2>
<br />
<?php
wp_nonce_field($nonce_action);

View File

@ -1113,7 +1113,7 @@ html, body {
position: absolute;
background-color: #eaf3fa;
width: 200px;
top: 194px;
top: 240px;
right: 15%;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;