Add note in mail.php that message is not Email.
This commit is contained in:
parent
f59fb70ace
commit
59a5eb7f4d
|
@ -317,11 +317,15 @@ if (isset($_POST['command']) && $_POST['command'] == 'Send') {
|
||||||
echo '<div class="np_post_body">';
|
echo '<div class="np_post_body">';
|
||||||
echo '<table><tr>';
|
echo '<table><tr>';
|
||||||
|
|
||||||
|
echo '<td><b>' . $text_post["message"] . '</b>';
|
||||||
|
echo ' <font size="2em">(This is an interBBS or localBBS Mail Message. This is not Email)</font><br />';
|
||||||
|
|
||||||
|
|
||||||
echo '<textarea cols="' . $wrap_width . '"';
|
echo '<textarea cols="' . $wrap_width . '"';
|
||||||
echo 'class="postbody" id="message" cols="72"';
|
echo 'class="postbody" id="message" cols="72"';
|
||||||
echo 'name="message" wrap="soft">' . $message . '</textarea>';
|
echo 'name="message" wrap="soft">' . $message . '</textarea>';
|
||||||
|
|
||||||
echo '</table></div><table><tbody><tr>';
|
echo '</td></table></div><table><tbody><tr>';
|
||||||
|
|
||||||
echo '</tr><tr>';
|
echo '</tr><tr>';
|
||||||
echo "<input type='hidden' name='from' value='" . $user . "' />";
|
echo "<input type='hidden' name='from' value='" . $user . "' />";
|
||||||
|
|
Loading…
Reference in New Issue