mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
make form as wide as login form
This commit is contained in:
parent
6ba69e0dca
commit
0328121063
|
@ -61,6 +61,7 @@ document.form1.email.focus();
|
|||
$this->htmlStartPage(getMLText("password_forgotten"), "passwordforgotten");
|
||||
$this->globalBanner();
|
||||
$this->contentStart();
|
||||
echo "<div id=\"login_wrapper\">\n";
|
||||
$this->pageNavigation(getMLText("password_forgotten"));
|
||||
?>
|
||||
|
||||
|
@ -101,6 +102,7 @@ document.form1.email.focus();
|
|||
</form>
|
||||
<p><a href="../out/out.Login.php"><?php echo getMLText("login"); ?></a></p>
|
||||
<?php
|
||||
echo "</div>\n";
|
||||
$this->contentEnd();
|
||||
$this->htmlEndPage();
|
||||
} /* }}} */
|
||||
|
|
Loading…
Reference in New Issue
Block a user