diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:28:26 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-03 13:28:26 -0800 |
| commit | 93ec51aa0fd91e1534563d9e9514e85be4e3ce2e (patch) | |
| tree | 012d6ff2c9fda6c7812d6f4397396b627ffd606c /themes/admin_wind/views | |
| parent | 595e03b556a8675844f868778c65f79e1b632d24 (diff) | |
| parent | 192b11724ef315ebaabb3088a0daba1450fd7df0 (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'themes/admin_wind/views')
| -rw-r--r-- | themes/admin_wind/views/admin.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_wind/views/admin.html.php b/themes/admin_wind/views/admin.html.php index e554b817..25ba1c97 100644 --- a/themes/admin_wind/views/admin.html.php +++ b/themes/admin_wind/views/admin.html.php @@ -41,7 +41,7 @@ <div id="doc3" class="yui-t7 g-view"> <? endif; ?> <?= $theme->site_status() ?> - <div id="g-header"> + <div id="g-header" class="ui-helper-clearfix"> <?= $theme->admin_header_top() ?> <ul id="g-login-menu" class="g-inline g-right"> <li class="g-first"> @@ -57,7 +57,7 @@ </li> <li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li> </ul> - <a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>"> + <a id="g-logo" class="g-left" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>"> ← <?= t("back to the ...") ?> </a> <div id="g-site-admin-menu" class="ui-helper-clearfix"> |
