diff options
author | plegall <plg@piwigo.org> | 2013-11-29 10:13:05 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-29 10:13:05 +0000 |
commit | b03d27e6070a2d47ec4d0b937fb09751642cd860 (patch) | |
tree | 3e6214982e148c3933cd57199bf2dee394af7f65 /admin/themes/default/template/header.tpl | |
parent | f0434fe2ca3779b54fc6696dc11688cf6e0229ad (diff) |
feature 2916: add icons for cat_modify, picture_modify and admin top bar
git-svn-id: http://piwigo.org/svn/trunk@25748 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r-- | admin/themes/default/template/header.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index 365bcd8de..c95b759ad 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -60,11 +60,11 @@ </h1> <div id="headActions"> - {'Hello'|@translate} {$USERNAME} : - <a href="{$U_RETURN}">{'Visit Gallery'|@translate}</a> | - <a href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|@translate}">{'Change Admin Colors'|@translate}</a> | - <a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|@translate}</a> | - <a href="{$U_LOGOUT}">{'Logout'|@translate}</a> + {'Hello'|@translate} {$USERNAME} | + <a class="icon-eye" href="{$U_RETURN}">{'Visit Gallery'|@translate}</a> | + <a class="icon-brush" href="{$U_CHANGE_THEME}" title="{'Switch to clear or dark colors for administration'|@translate}">{'Change Admin Colors'|@translate}</a> | + <a class="icon-help-circled" href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">{'Help Me'|@translate}</a> | + <a class="icon-logout" href="{$U_LOGOUT}">{'Logout'|@translate}</a> </div> </div> |