Ignore:
Timestamp:
Mar 22, 2010, 11:50:15 AM (14 years ago)
Author:
plg
Message:

remove the "forgot password" and "register" in identification icon bar, these
actions are already below the "Submit" button on the very same page.

File:
1 edited

Legend:

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

    r5164 r5252  
    33  <div class="titrePage">
    44    <ul class="categoryActions">
    5       <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    6       {if isset($U_REGISTER) }
    7       <li><a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
    8       {/if}
    95      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
    106    </ul>
Note: See TracChangeset for help on using the changeset viewer.