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/menubar_identification.tpl

    r6570 r8076  
    5151        <input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|@urlencode}">
    5252        <input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
    53         <ul class="actions">
    54                 <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/lost_password.png" class="button" alt="{'Forgot your password?'|@translate}"></a></li>
    55                 {if isset($U_REGISTER)}
    56                 <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" rel="nofollow"><img src="{$ROOT_URL}{$themeconf.icon_dir}/register.png" class="button" alt="{'Register'|@translate}"></a></li>
    57                 {/if}
     53        <ul class="categoryActions">
     54{if isset($U_REGISTER)}
     55                <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
     56                        <span class="pwg-icon pwg-icon-register">&nbsp;</span>
     57                </a></li>
     58{/if}
     59                <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
     60                        <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span>
     61                </a></li>
    5862        </ul>
    5963        </div>
Note: See TracChangeset for help on using the changeset viewer.