Ignore:
Timestamp:
Dec 12, 2010, 1:22:49 PM (13 years ago)
Author:
rvelices
Message:

css sprites

File:
1 edited

Legend:

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

    r6668 r8091  
    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>{'Password forgotten'|@translate}</h2>
    8   </div>
     3        <div class="titrePage">
     4                <ul class="categoryActions">
     5                        <li><a href="{$U_HOME}" title="{'Go through the gallery as a visitor'|@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>{'Password forgotten'|@translate}</h2>
     10        </div>
    911
    1012  {if count($errors)}
Note: See TracChangeset for help on using the changeset viewer.