user-verification-message.phtml 525 B

12345678
  1. <div class="alert alert-block alert-danger">
  2. <button type="button" class="close" data-dismiss="alert">&times;</button>
  3. <a href="<?php echo $this->url(array('module' => 'members', 'controller' => 'user', 'action' => 'verification')); ?>"
  4. class="btn btn-danger btn-lg pull-right">
  5. <?php echo $this->_('Get Verified'); ?></a>
  6. <h4><?php echo $this->_('User Verification'); ?></h4>
  7. <?php echo $this->_("Please verify your account in order to take full advantage of our site's features."); ?>
  8. </div>