forked from science-ation/science-ation
Update user accoutn to make it look better
This commit is contained in:
parent
4ba55b274c
commit
7faf0fff45
@ -145,10 +145,10 @@ case 'save':
|
||||
exit;
|
||||
}
|
||||
|
||||
send_header("Account Information",
|
||||
array("Main" => "user_main.php")
|
||||
,"change_password"
|
||||
);
|
||||
// send_header("Account Information",
|
||||
// array("Main" => "user_main.php")
|
||||
// ,"change_password"
|
||||
// );
|
||||
|
||||
$a = account_load($accounts_id);
|
||||
|
||||
@ -164,16 +164,23 @@ case 'save':
|
||||
echo "drect to: {$_SESSION['request_uri']}";;
|
||||
}
|
||||
|
||||
echo "<h4>".i18n("Account/Login Information")."</h4><br />";
|
||||
|
||||
?>
|
||||
<form class="editor" name="account" id="accountform">
|
||||
<table><tr>
|
||||
<table width="90%">
|
||||
<tr>
|
||||
<td style="text-align: left" colspan="2"><b>Email</b><hr /></td>
|
||||
</tr><tr>
|
||||
<td><label for="email"><?=i18n('Email')?>:</label></td>
|
||||
<td><input id="email" <?=$d?> name="email" type="text" size="20" value="<?=$email?>"></td>
|
||||
</tr><tr>
|
||||
<td></td><td>
|
||||
<div style="font-size: 0.75em;"><?=i18n('Changing the email address will cause a confirmation email to besent to the new email address before the change will take effect.')?></div>
|
||||
<br /><br />
|
||||
<div style="font-size: 0.75em;"><?=i18n('Changing the email address will cause a confirmation email to be sent to the new email address before the change will take effect.')?></div>
|
||||
<br />
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td style="text-align: left" colspan="2"><b>Username</b><hr /></td>
|
||||
</tr><tr>
|
||||
<td><?=i18n('Username')?>:</td>
|
||||
<td> <input <?=$ud?> <?=$d?> id="username" name=username type="text" size="20" value="<?=$username?>"><br />
|
||||
@ -183,8 +190,10 @@ case 'save':
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td colspan="2">
|
||||
<br /><br />
|
||||
<br />
|
||||
</td>
|
||||
</tr><tr>
|
||||
<td style="text-align: left" colspan="2"><b>Password</b><hr /></td>
|
||||
</tr><tr>
|
||||
<td><label for="pass1"><?=i18n('New Password')?>:</label></td>
|
||||
<td><input id="pass1" name="pass1" type="password" size="20" value=""></td>
|
||||
@ -333,5 +342,5 @@ $().ready(function() {
|
||||
|
||||
|
||||
<?
|
||||
send_footer();
|
||||
//send_footer();
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user