mirror of
https://github.com/scratchfoundation/swiki-confirmaccount.git
synced 2024-12-04 21:01:02 -05:00
fixed interface involving password text (fixes #8)
This commit is contained in:
parent
7fda23dc76
commit
6ec0e602ad
2 changed files with 120 additions and 120 deletions
|
@ -221,11 +221,11 @@ class RequestAccountPage extends SpecialPage {
|
|||
$form .= '<legend>' . $this->msg('requestaccount-set-pwd') . '</legend>';
|
||||
$form .= '<table border="0">
|
||||
<tr>
|
||||
<td>' . $this->msg('createacct-yourpassword-ph') . '</td>
|
||||
<td>' . $this->msg('yourpassword') . '</td>
|
||||
<td><input type="password" name="pwd1" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>' . $this->msg('createacct-yourpasswordagain') . '</td>
|
||||
<td>' . $this->msg('yourpasswordagain') . '</td>
|
||||
<td><input type="password" name="pwd2" /></td>
|
||||
</tr>
|
||||
</table>' . "\n";
|
||||
|
|
Loading…
Reference in a new issue