PATH:
home
/
lab2454c
/
keebchat.com
/
themes
/
default
/
apps
/
emails
<div style="text-align: center;"> <div style="display: inline-block; min-width: 300px; max-width: 460px;"> <div style="font-family: Arial, Helvetica, sans-serif; line-height: 1.4; font-size: 18px; background: #fff; border-radius: 5px; border: 7px solid #e6ecf0; padding: 30px 50px; color: #14171a;"> <div style="display: flex; flex-direction: row; margin-bottom: 20px;"> <div style="height: 50px;"> <a href="<?php echo cl_link('/'); ?>"> <img style="height: 100%;" src="{%config site_logo%}" alt="Logo"> </a> </div> </div> <div> <h1 style="font-size: 32px; font-weight: 700; padding: 0; margin: 0 0 35px 0;"> <?php echo cl_translate("Password reset"); ?> </h1> <h4 style="font-size: 22px; color: #1ca1f3; padding: 0; margin: 0 0 20px 0;"> <?php echo cl_translate("Hello"); ?> <?php echo($cl["me"]["name"]); ?>! </h4> <p style="color: #42688a; padding: 0; margin: 0 0 20px 0;"> <?php echo cl_translate("Tap the botton below to reset your account password. If you did not request a new password, you can safely delete this email."); ?> </p> <div style="margin-bottom: 30px;"> <a href="<?php echo ($cl['reset_url']); ?>" style="text-decoration: none;"> <button style="font-size: 14px; font-weight: 700; cursor: pointer; border-radius: 5px; text-transform: uppercase; padding: 20px 40px; border: none; background: #1ca1f3; color: #fff; box-shadow: none; outline: 0;"> <?php echo cl_translate("Reset my password"); ?> </button> </a> </div> </div> <p style="font-size: 14px; color: #5b7083; padding: 0; margin: 0;"> <span> <a href="{%config site_url%}" style="color: #1b95e0;">{%config name%}</a> - <?php echo cl_translate("Support team"); ?>. </span> </p> </div> </div> </div>
[-] reset_password.phtml
[edit]
[-] confirm_email.phtml
[edit]
[+]
..
[-] confirm_registration.phtml
[edit]