diff options
author | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 07:09:25 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2009-01-02 07:09:25 +0000 |
commit | 5321c8d59d1f19e3db8fffcf50a495d0e81e127c (patch) | |
tree | f94c892f98cf48d44d33ccd70291a544f7dfa098 /themes/admin_default/views | |
parent | 06749e2bbf7ea19549f98bedb8a7895790e88a4e (diff) |
Switched admin menu from navbar back to plain menu, plain dropdowns are more usable. Minor text formatting updates.
Diffstat (limited to 'themes/admin_default/views')
-rw-r--r-- | themes/admin_default/views/admin.html.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php index 1fa70d5b..a08b2aaa 100644 --- a/themes/admin_default/views/admin.html.php +++ b/themes/admin_default/views/admin.html.php @@ -36,19 +36,17 @@ <li id="gLogoutLink"><a href="<?= url::site("logout?continue=albums/1") ?>">Logout</a></li> </ul> <img src="<?= $theme->url("images/logo.png") ?>" id="gLogo" alt="<?= _("Gallery 3: Your Photos on Your Web Site") ?>" /> - <div id="gSiteAdminMenu" class="gClearFix"> + <div id="gSiteAdminMenu"> <?= $theme->admin_menu() ?> </div> <?= $theme->admin_header_bottom() ?> </div> </div> - - <?= $theme->messages() ?> - <div id="bd"> <div id="yui-main"> <div class="yui-b"> <div id="gContent" class="yui-g"> + <?= $theme->messages() ?> <?= $content ?> </div> </div> |