X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fsession.inc;h=3ec67df1be0134276def5c0b1ad0f0539f5478a0;hb=a2ae0e35302270ae811db2e6acb44c16b186a970;hp=e2a7fca2f2e65f1bcb11684265e942697bb22e33;hpb=28a39cec8a39dfd2e168b4b95f6f4cb006427a57;p=fa-stable.git diff --git a/includes/session.inc b/includes/session.inc index e2a7fca2..3ec67df1 100644 --- a/includes/session.inc +++ b/includes/session.inc @@ -148,12 +148,12 @@ function password_reset_fail() { global $path_to_root; - echo "


" . _("Incorrect Email") . "

"; - echo "" . _("The email address does not exist in the system, or is used by more than one user.") . "

"; + echo "


" . _("Incorrect Email") . "

"; + echo "" . _("The email address does not exist in the system, or is used by more than one user.") . "

"; - echo _("Plase try again or contact your system administrator to obtain new password."); - echo "
" . _("Try again") . ""; - echo "
"; + echo _("Plase try again or contact your system administrator to obtain new password."); + echo "
" . _("Try again") . ""; + echo "
"; kill_login(); die(); @@ -163,11 +163,11 @@ function password_reset_success() { global $path_to_root; - echo "


" . _("New password sent") . "

"; - echo "" . _("A new password has been sent to your mailbox.") . "

"; + echo "


" . _("New password sent") . "

"; + echo "" . _("A new password has been sent to your mailbox.") . "

"; - echo "
" . _("Login here") . ""; - echo "
"; + echo "
" . _("Login here") . ""; + echo "
"; kill_login(); die();