[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/templates/beez/html/com_user/reset/ -> default.php (source)

   1  <?php // @version $Id: default.php 11917 2009-05-29 19:37:05Z ian $
   2  defined('_JEXEC') or die('Restricted access');
   3  ?>
   4  <?php if($this->params->get('show_page_title',1)) : ?>
   5  <h2 class="componentheading<?php echo $this->escape($this->params->get('pageclass_sfx')) ?>">
   6      <?php echo $this->escape($this->params->get('page_title')) ?>
   7  </h2>
   8  <?php endif; ?>
   9  
  10  <form action="<?php echo JRoute::_( 'index.php?option=com_user&task=requestreset' ); ?>" method="post" class="josForm form-validate">
  11      <p><?php echo JText::_('RESET_PASSWORD_REQUEST_DESCRIPTION'); ?></p>
  12  
  13      <label for="email" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_EMAIL_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_EMAIL_TIP_TEXT'); ?>"><?php echo JText::_('Email Address'); ?>:</label>
  14      <input id="email" name="email" type="text" class="required validate-email" />
  15  
  16      <button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button>
  17      <?php echo JHTML::_( 'form.token' ); ?>
  18  </form>


Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1