fixed interface involving password text (fixes #8)

This commit is contained in:
Jacob G 2015-01-11 20:41:29 -05:00
parent 7fda23dc76
commit 6ec0e602ad
2 changed files with 120 additions and 120 deletions

View file

@ -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";