mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-01-27 10:39:10 +00:00
acf296012d
This reverts commitd08f74643d
, reversing changes made tob137595f91
.
9 lines
No EOL
247 B
Smarty
9 lines
No EOL
247 B
Smarty
{if $FOCUS}
|
|
<div class="email-address-confirmed">
|
|
You have confirmed that your email address "{$FOCUS->email_address}" has been opted in
|
|
</div>
|
|
{else}
|
|
<div class="error">
|
|
Unable to confirm email address
|
|
</div>
|
|
{/if} |