minor layout change

git-svn-id: https://develop.svn.wordpress.org/trunk@81 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little 2003-05-24 21:30:13 +00:00
parent 2ca863e694
commit 032fe650aa
1 changed files with 294 additions and 296 deletions

View File

@ -113,7 +113,6 @@ case 'post':
} }
header("Location: $location"); header("Location: $location");
exit(); exit();
break; break;
case 'edit': case 'edit':
@ -137,12 +136,14 @@ case 'edit':
} else { } else {
?> ?>
<p>Since you're a newcomer, you'll have to wait for an admin to raise your level to 1,
<p>Since you're a newcomer, you'll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br />You can also <a href="mailto:<?php echo $admin_email ?>?subject=b2-promotion">e-mail the admin</a> to ask for a promotion.<br />When you're promoted, just reload this page and you'll be able to blog. :)</p> in order to be authorized to post.<br />
You can also <a href="mailto:<?php echo $admin_email ?>?subject=b2-promotion">e-mail the admin</a>
to ask for a promotion.<br />
When you're promoted, just reload this page and you'll be able to blog. :)
</p>
<?php <?php
} }
break; break;
case "editpost": case "editpost":
@ -192,7 +193,6 @@ case "editpost":
$location = "Location: b2edit.php"; $location = "Location: b2edit.php";
header ($location); header ($location);
break; break;
case "delete": case "delete":
@ -326,19 +326,17 @@ default:
} else { } else {
echo $tabletop; ?> echo $tabletop;
?>
<p>Since you're a newcomer, you'll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br />You can also <a href="mailto:<?php echo $admin_email ?>?subject=b2-promotion">e-mail the admin</a> to ask for a promotion.<br />When you're promoted, just reload this page and you'll be able to blog. :)</p> <p>Since you're a newcomer, you'll have to wait for an admin to raise your level to 1, in order to be authorized to post.<br />You can also <a href="mailto:<?php echo $admin_email ?>?subject=b2-promotion">e-mail the admin</a> to ask for a promotion.<br />When you're promoted, just reload this page and you'll be able to blog. :)</p>
<?php <?php
echo $tablebottom; echo $tablebottom;
echo "<br /><br />"; echo "<br /><br />";
} }
include("b2edit.showposts.php"); include("b2edit.showposts.php");
break;
} } // end switch
/* </Edit> */ /* </Edit> */
include("b2footer.php"); include("b2footer.php");
?> ?>