forked from science-ation/science-ation
- Remove an extraneous table, so that the "change password" link appears on the
page, instead of below it (or not at all)
This commit is contained in:
parent
2f443868d0
commit
3f2c4d95f3
@ -82,7 +82,6 @@
|
|||||||
}
|
}
|
||||||
echo "<form name=\"changepassform\" method=\"post\" action=\"register_judges_password.php\">\n";
|
echo "<form name=\"changepassform\" method=\"post\" action=\"register_judges_password.php\">\n";
|
||||||
echo "<input type=\"hidden\" name=\"action\" value=\"save\" />\n";
|
echo "<input type=\"hidden\" name=\"action\" value=\"save\" />\n";
|
||||||
echo "<table>\n";
|
|
||||||
|
|
||||||
echo "<br />";
|
echo "<br />";
|
||||||
echo "<table>";
|
echo "<table>";
|
||||||
@ -99,7 +98,6 @@
|
|||||||
echo "</table>";
|
echo "</table>";
|
||||||
|
|
||||||
|
|
||||||
echo "</table>";
|
|
||||||
echo "<input type=\"submit\" value=\"".i18n("Change Password")."\" />\n";
|
echo "<input type=\"submit\" value=\"".i18n("Change Password")."\" />\n";
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user