Ignore:
Timestamp:
Dec 11, 2010, 2:42:19 PM (13 years ago)
Author:
rvelices
Message:

css sprites (still ongoing)

File:
1 edited

Legend:

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

    r6437 r8076  
    11<div id="content" class="content">
    22
    3   <div class="titrePage">
    4     <ul class="categoryActions">
    5       <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/home.png" class="button" alt="{'Home'|@translate}"></a></li>
    6     </ul>
    7     <h2>{'Identification'|@translate}</h2>
    8   </div>
     3<div class="titrePage">
     4        <ul class="categoryActions">
     5                <li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
     6                        <span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
     7                </a></li>
     8        </ul>
     9        <h2>{'Identification'|@translate}</h2>
     10</div>
    911
    1012  {if isset($errors) }
     
    5456
    5557  <p>
    56     {if isset($U_REGISTER) }
    57     <a href="{$U_REGISTER}" title="{'Register'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"> {'Register'|@translate}</a>
    58     {/if}
    59     <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}"> {'Forgot your password?'|@translate}</a>
     58{if isset($U_REGISTER)}
     59                <a href="{$U_REGISTER}" title="{'Register'|@translate}" class="pwg-state-default pwg-button">
     60                        <span class="pwg-icon pwg-icon-register">&nbsp;</span><span>{'Register'|@translate}</span>
     61                </a>
     62{/if}
     63                <a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
     64                        <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span><span>{'Forgot your password?'|@translate}</span>
     65                </a>
    6066  </p>
    6167
Note: See TracChangeset for help on using the changeset viewer.