aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/header.tpl
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-23 12:04:31 +0000
committerplegall <plg@piwigo.org>2010-03-23 12:04:31 +0000
commitf60f59a4c6099b387eae41691275a8dbec6f6f0d (patch)
tree65155460ec6d968341ebc2e1b37946e09aca4f4f /admin/themes/default/template/header.tpl
parent87f5424cca63ddce78c25853881d0116e0c0c5ee (diff)
bug fixed: hide border on admin/configuration fieldsets to avoid empty legend.
Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme manager. git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/header.tpl')
-rw-r--r--admin/themes/default/template/header.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl
index 4068bfe74..61eb3602b 100644
--- a/admin/themes/default/template/header.tpl
+++ b/admin/themes/default/template/header.tpl
@@ -39,17 +39,17 @@
<div id="pwgHead">
<h1>
- <a href="{$U_RETURN}" title="Visit Gallery">
+ <a href="{$U_RETURN}" title="{'Visit Gallery'|@translate}">
<img src="{$ROOT_URL}admin/themes/{$theme.id}/icon/home.png" alt="{'Home'|@translate}">
{$GALLERY_TITLE}
</a>
</h1>
<div id="headActions">
- Hello {$USERNAME} :
- <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> |
+ {'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>
</div>
</div>