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:
parent
726b030412
commit
9183c9ee15
|
@ -15,6 +15,8 @@ $messages[3] = __('Custom field deleted.');
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
<h2><?php _e('Write Post') ?></h2>
|
||||||
|
<br />
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
if (0 == $post_ID) {
|
if (0 == $post_ID) {
|
||||||
|
|
|
@ -9,6 +9,7 @@ $form_extra = "' />\n<input type='hidden' name='comment_ID' value='" . $comment-
|
||||||
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
|
<?php wp_nonce_field('update-comment_' . $comment->comment_ID) ?>
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<h2><?php echo $toprow_title; ?></h2>
|
<h2><?php echo $toprow_title; ?></h2>
|
||||||
|
<br />
|
||||||
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
|
<input type="hidden" name="user_ID" value="<?php echo (int) $user_ID ?>" />
|
||||||
<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
|
<input type="hidden" name="action" value='<?php echo $form_action . $form_extra ?>' />
|
||||||
|
|
||||||
|
|
|
@ -35,6 +35,8 @@ function xfn_check($class, $value = '', $deprecated = '') {
|
||||||
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
|
<?php wp_nonce_field( 'closedpostboxes', 'closedpostboxesnonce', false ); ?>
|
||||||
|
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
<h2><?php _e('Edit Link') ?></h2>
|
||||||
|
<br />
|
||||||
|
|
||||||
<div id="poststuff">
|
<div id="poststuff">
|
||||||
|
|
||||||
|
|
|
@ -23,6 +23,8 @@ if ( 0 != $post_ID && $sendto == get_permalink($post_ID) )
|
||||||
|
|
||||||
<form name="post" action="page.php" method="post" id="post">
|
<form name="post" action="page.php" method="post" id="post">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
|
<h2><?php _e('Write Page') ?></h2>
|
||||||
|
<br />
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
wp_nonce_field($nonce_action);
|
wp_nonce_field($nonce_action);
|
||||||
|
|
|
@ -1113,7 +1113,7 @@ html, body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-color: #eaf3fa;
|
background-color: #eaf3fa;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
top: 194px;
|
top: 240px;
|
||||||
right: 15%;
|
right: 15%;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-khtml-border-radius: 3px;
|
-khtml-border-radius: 3px;
|
||||||
|
|
Loading…
Reference in New Issue