aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-19 22:54:36 +0000
committerplegall <plg@piwigo.org>2010-03-19 22:54:36 +0000
commitb005dbbbf81658273e58326a4b8e1625de12ac92 (patch)
treedd2d4d2fd326290b918afc4eb103a3aadfdc3e8a /admin
parent86ad1d5b49ef12ae8d5e09ea7d8e2b47292c2396 (diff)
bug fixed: remove the useless "Visit Gallery" tooltip on the "Visit Gallery"
link. git-svn-id: http://piwigo.org/svn/trunk@5197 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/default/template/header.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index d767a78ae..a75ac24af 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -47,8 +47,8 @@
<div id="headActions">
Hello {$USERNAME} :
- <a href="{$U_RETURN}" title="Visit Gallery">Visit Gallery</a> |
- <a href="{$U_CHANGE_THEME}" title="Switch to clear theme for administration">Change Admin Colors</a> |
+ <a href="{$U_RETURN}">Visit Gallery</a> |
+ <a href="{$U_CHANGE_THEME}" title="Switch to clear or dark colors for administration">Change Admin Colors</a> |
<a href="{$U_FAQ}" title="{'Instructions to use Piwigo'|@translate}">Help Me</a> |
<a href="{$U_LOGOUT}">{'Logout'|@translate}</a>
</div>