clientareadomaingetepp.tpl 969 B

123456789101112131415161718192021222324
  1. {*
  2. **********************************************************
  3. * Developed by: Team Theme Metro
  4. * Website: http://www.thememetro.com
  5. **********************************************************
  6. *}
  7. <div class="card">
  8. <div class="card-body">
  9. <h3 class="card-title">{lang key='domaingeteppcode'}</h3>
  10. <p>{lang key='domaingeteppcodeexplanation'}</p>
  11. {if $error}
  12. {include file="$template/includes/alert.tpl" type="error" msg="<i class='fas fa-exclamation-triangle fa-fw'></i> {lang key='domaingeteppcodefailure'}"|cat:" $error"}
  13. {elseif $eppcode}
  14. {include file="$template/includes/alert.tpl" type="info" msg="<i class='fas fa-info-circle fa-fw'></i> {lang key='domaingeteppcodeis'}"|cat:" $eppcode"}
  15. {else}
  16. {include file="$template/includes/alert.tpl" type="success" msg="<i class='fas fa-check fa-fw'></i> {lang key='domaingeteppcodeemailconfirmation'}"}
  17. {/if}
  18. </div>
  19. </div>