Ignore:
Timestamp:
Oct 17, 2013, 9:38:06 PM (11 years ago)
Author:
rvelices
Message:

removed unused css rules, password recover form has a fieldset as all other forms, no exit if mail send fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/password.tpl

    r18750 r24966  
    1212{if $action ne 'none'}
    1313<form id="lostPassword" action="{$form_action}?action={$action}{if isset($key)}&amp;key={$key}{/if}" method="post">
     14<fieldset>
     15        <legend>{'Forgot your password?'|translate}</legend>
    1416  <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    1517
     
    4547    </label>
    4648  </p>
    47 
     49</fieldset>
    4850  <p class="bottomButtons"><input type="submit" name="submit" value="{'Submit'|@translate}"></p>
    4951  {/if}
Note: See TracChangeset for help on using the changeset viewer.