[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/components/com_user/views/reset/tmpl/ -> complete.php (source)

   1  <?php defined('_JEXEC') or die; ?>
   2  
   3  <div class="componentheading">
   4      <?php echo JText::_('Reset your Password'); ?>
   5  </div>
   6  
   7  <form action="<?php echo JRoute::_( 'index.php?option=com_user&task=completereset' ); ?>" method="post" class="josForm form-validate">
   8      <table cellpadding="0" cellspacing="0" border="0" width="100%" class="contentpane">
   9          <tr>
  10              <td colspan="2" height="40">
  11                  <p><?php echo JText::_('RESET_PASSWORD_COMPLETE_DESCRIPTION'); ?></p>
  12              </td>
  13          </tr>
  14          <tr>
  15              <td height="40">
  16                  <label for="password1" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_PASSWORD1_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_PASSWORD1_TIP_TEXT'); ?>"><?php echo JText::_('Password'); ?>:</label>
  17              </td>
  18              <td>
  19                  <input id="password1" name="password1" type="password" class="required validate-password" />
  20              </td>
  21          </tr>
  22          <tr>
  23              <td height="40">
  24                  <label for="password2" class="hasTip" title="<?php echo JText::_('RESET_PASSWORD_PASSWORD2_TIP_TITLE'); ?>::<?php echo JText::_('RESET_PASSWORD_PASSWORD2_TIP_TEXT'); ?>"><?php echo JText::_('Verify Password'); ?>:</label>
  25              </td>
  26              <td>
  27                  <input id="password2" name="password2" type="password" class="required validate-password" />
  28              </td>
  29          </tr>
  30      </table>
  31  
  32      <button type="submit" class="validate"><?php echo JText::_('Submit'); ?></button>
  33      <?php echo JHTML::_( 'form.token' ); ?>
  34  </form>


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