mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-16 21:42:12 +00:00
Password Reset: Add a back button to the email sent screen. (#7708)
* Password Reset: Add a back button to the email sent screen. * Fixed typo
This commit is contained in:
@@ -296,6 +296,9 @@
|
||||
echo "<div class='card' style='text-align: center;'>\n";
|
||||
echo " <h5>".$text['label-email_sent']."</h5>\n";
|
||||
echo " ".$text['description-email_sent']."<br />\n";
|
||||
echo " <form name='request' method='post'>\n";
|
||||
echo " <input type='submit' id='btn_back' class='btn' style='width: 100px; margin-top: 15px;' value='".$text['button-back']."'>\n";
|
||||
echo " </form>";
|
||||
echo "</div>\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user