aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/menubar_identification.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-11 13:42:19 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-11 13:42:19 +0000
commite859fe07e4d8406ae95896b7fbd2d2951f4d4d5d (patch)
treefc2b647006da9156cc5041c70d01a1d22ad24866 /themes/default/template/menubar_identification.tpl
parentc710b81255f198c2038f70e01cecf3741228db6b (diff)
css sprites (still ongoing)
git-svn-id: http://piwigo.org/svn/trunk@8076 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/menubar_identification.tpl')
-rw-r--r--themes/default/template/menubar_identification.tpl14
1 files changed, 9 insertions, 5 deletions
diff --git a/themes/default/template/menubar_identification.tpl b/themes/default/template/menubar_identification.tpl
index 6a6a596a1..7591e7f60 100644
--- a/themes/default/template/menubar_identification.tpl
+++ b/themes/default/template/menubar_identification.tpl
@@ -50,11 +50,15 @@
<div>
<input type="hidden" name="redirect" value="{$smarty.server.REQUEST_URI|@urlencode}">
<input class="submit" type="submit" name="login" value="{'Submit'|@translate}">
- <ul class="actions">
- <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>
- {if isset($U_REGISTER)}
- <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>
- {/if}
+ <ul class="categoryActions">
+{if isset($U_REGISTER)}
+ <li><a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
+ <span class="pwg-icon pwg-icon-register">&nbsp;</span>
+ </a></li>
+{/if}
+ <li><a href="{$U_LOST_PASSWORD}" title="{'Forgot your password?'|@translate}" class="pwg-state-default pwg-button">
+ <span class="pwg-icon pwg-icon-lost-password">&nbsp;</span>
+ </a></li>
</ul>
</div>