Remove Author E-Mail Form. Bug 257516.

git-svn-id: svn://10.0.0.236/trunk@166368 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
psychoticwolf%carolina.rr.com
2004-12-07 01:42:11 +00:00
parent 8fdb25b422
commit 86fba39076
5 changed files with 55 additions and 315 deletions

View File

@@ -345,6 +345,7 @@ if ($usermode=="A") {$a="TRUE"; $e="TRUE";
}
echo"</TD></TR>\n";
?>
<TR><TD COLSPAN="2"><strong>Warning:</strong> Setting E-Mail Public to Visible will show your e-mail address in plaintext on your profile. Do not enable this if you wish to keep your e-mail address hidden.</TD></TR>
<TR><TD COLSPAN="2" ALIGN="CENTER"><INPUT NAME="submit" TYPE="SUBMIT" VALUE="Update">&nbsp;&nbsp;<INPUT NAME="reset" TYPE="RESET" VALUE="Reset Form">&nbsp;&nbsp;<INPUT NAME="submit" TYPE="SUBMIT" VALUE="Delete User" ONCLICK="return confirm('Are you sure you want to delete the profile for <?php echo"$username"; ?>?');"></TD></TR>
</FORM>
<?php if ($_SESSION["level"]=="user") {} else { ?>
@@ -507,6 +508,10 @@ if (!$userid) { $userid = $_POST["userid"]; }
} else {}
?>
<!-- close #mBody-->
</div>
<?php
include"$page_footer";
?>