moved the posts, comments, edit links

git-svn-id: https://develop.svn.wordpress.org/trunk@453 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2003-10-14 00:54:09 +00:00
parent 8ba27ae5d5
commit d0241617e2
4 changed files with 12 additions and 6 deletions

View File

@ -58,6 +58,10 @@ textarea, input, select {
background: #eee;
}
.anchors {
margin: 10px 20px 10px 20px;
}
.checkbox {
background: #fff;
border-width: 0px;

View File

@ -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&amp;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>

View File

@ -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

View File

@ -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