CC-2049: Log in/out versus sign in/out of admin interface

Fixed by removing "Sign in" terminology.

Moved "About" link to underneath the "Help" menu.
Simplified the upper right hand corner of the Admin interface.
This commit is contained in:
Paul Baranowski 2011-09-02 17:29:08 -04:00
parent aa58225e68
commit 7379da83c6
3 changed files with 13 additions and 10 deletions

View file

@ -26,5 +26,10 @@ class DashboardController extends Zend_Controller_Action
// action body
}
public function aboutAction()
{
// action body
}
}