fixed typo
This commit is contained in:
parent
b3569401f3
commit
568d5d952d
|
@ -358,7 +358,7 @@ echo ("<tr><td colspan=3> </td></tr>\n");
|
||||||
|
|
||||||
// new password
|
// new password
|
||||||
echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
|
echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
|
||||||
_("New Password") . ": </b></font></td>".
|
_("New password") . ": </b></font></td>".
|
||||||
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd1\"></td>\n");
|
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd1\"></td>\n");
|
||||||
$tabindex++;
|
$tabindex++;
|
||||||
echo "<td rowspan=2>";
|
echo "<td rowspan=2>";
|
||||||
|
@ -368,7 +368,7 @@ echo "</a>\n";
|
||||||
echo "</td></tr>\n";
|
echo "</td></tr>\n";
|
||||||
// reenter password
|
// reenter password
|
||||||
echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
|
echo ("<tr><td align=\"right\"><font color=\"red\"><b>".
|
||||||
_("Reenter Password") . ": </b></font></td>".
|
_("Reenter password") . ": </b></font></td>".
|
||||||
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd2\"></td></tr>\n");
|
"<td align=\"left\"><input tabindex=\"$tabindex\" type=\"password\" name=\"passwd2\"></td></tr>\n");
|
||||||
$tabindex++;
|
$tabindex++;
|
||||||
echo ("</table>\n");
|
echo ("</table>\n");
|
||||||
|
|
Loading…
Reference in New Issue