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");
exit();
break;
case 'edit':
@ -137,12 +136,14 @@ case 'edit':
} else {
?>
<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
}
break;
case "editpost":
@ -192,7 +193,6 @@ case "editpost":
$location = "Location: b2edit.php";
header ($location);
break;
case "delete":
@ -326,19 +326,17 @@ default:
} 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>
<?php
echo $tablebottom;
echo "<br /><br />";
}
include("b2edit.showposts.php");
}
break;
} // end switch
/* </Edit> */
include("b2footer.php");
?>