mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
- added link back to login form
This commit is contained in:
parent
1582601f17
commit
46350ee830
|
@ -22,7 +22,7 @@ include("../inc/inc.Settings.php");
|
|||
include("../inc/inc.Language.php");
|
||||
include("../inc/inc.ClassUI.php");
|
||||
|
||||
UI::htmlStartPage(getMLText("password_forgotten"), "password");
|
||||
UI::htmlStartPage(getMLText("password_forgotten"), "login");
|
||||
UI::globalBanner();
|
||||
UI::pageNavigation(getMLText("password_forgotten"));
|
||||
?>
|
||||
|
@ -56,6 +56,7 @@ if (isset($refer) && strlen($refer)>0) {
|
|||
</form>
|
||||
<?php UI::contentContainerEnd(); ?>
|
||||
<script language="JavaScript">document.form1.email.focus();</script>
|
||||
<p><a href="../out/out.Login.php"><?php echo getMLText("login"); ?></a></p>
|
||||
<?php
|
||||
UI::htmlEndPage();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user