moved the posts, comments, edit links
git-svn-id: http://svn.automattic.com/wordpress/trunk@453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ee40667db6
commit
337ae10252
|
@ -58,6 +58,10 @@ textarea, input, select {
|
|||
background: #eee;
|
||||
}
|
||||
|
||||
.anchors {
|
||||
margin: 10px 20px 10px 20px;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
background: #fff;
|
||||
border-width: 0px;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
<p class="anchors">Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
<div class="wrap">
|
||||
<?php
|
||||
|
||||
|
@ -219,7 +221,5 @@ if ('edit' == $action) echo "
|
|||
<p><a href='b2edit.php?action=delete&post=$post' onclick=\"return confirm('You are about to delete this post \'".$edited_post_title."\'\\n \'Cancel\' to stop, \'OK\' to delete.')\">Delete this post</a></p>";
|
||||
?>
|
||||
|
||||
<p>Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
</form>
|
||||
</div>
|
|
@ -38,6 +38,9 @@ ob_start();
|
|||
?>
|
||||
|
||||
<h2 id="comments">Comments</h2>
|
||||
|
||||
<p class="anchors">Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
<div class="wrap">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
|
@ -174,8 +177,6 @@ echo $comments_nav_bar;
|
|||
|
||||
?>
|
||||
|
||||
<p>Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
|
|
@ -38,6 +38,9 @@ ob_start();
|
|||
?>
|
||||
|
||||
<h2 id="posts">Posts</h2>
|
||||
|
||||
<p class="anchors">Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
<div class="wrap">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
|
@ -337,8 +340,6 @@ echo $posts_nav_bar;
|
|||
|
||||
?>
|
||||
|
||||
<p>Go to: <a href="b2edit.php#top">Post/Edit</a> | <a href="b2edit.php#posts">Posts</a> | <a href="b2edit.php#comments">Comments</a></p>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue