|
...
|
...
|
@@ -200,7 +200,7 @@ function random_string ($charset_string, $length)
|
|
200
|
200
|
list($tos) = dbrow($query);
|
|
201
|
201
|
$output .= "<div class='tblborder' style='width: 90%; margin: 1em auto;'>$tos</div>";
|
|
202
|
202
|
}
|
|
203
|
|
- $output .= "<div id='settingsform'><form method=\"POST\" id=\"editbio\" name=\"editbio\" enctype=\"multipart/form-data\" style='margin: 0 auto;' action=\"user.php?action=$action".($uid != USERUID ? "&uid=".$uid : "")."\">
|
|
|
203
|
+ $output .= "<div id='settingsform'><form method=\"POST\" id=\"editbio\" name=\"editbio\" enctype=\"multipart/form-data\" style='width: 260%; margin: 0 auto;' action=\"user.php?action=$action".($uid != USERUID ? "&uid=".$uid : "")."\">
|
|
204
|
204
|
<div><label for='newpenname'>"._PENNAME.":</label>";
|
|
205
|
205
|
if((isADMIN && uLEVEL == 1) || $action == "register")
|
|
206
|
206
|
$output .= "<INPUT name=\"newpenname\" type=\"text\" class=\"textbox\" maxlength=\"200\" value=\"".(isset($user) ? $user['penname'] : "")."\"><INPUT name=\"oldpenname\" type=\"hidden\" value=\"".(isset($user) ? $user['penname'] : "")."\"><font color=\"red\">*</font> ";
|