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:
alex_t_king 2003-10-14 00:54:09 +00:00
parent ee40667db6
commit 337ae10252
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