Ticket #387 (reopened enhancement)

Opened 3 years ago

Last modified 3 years ago

Pull Items Out of the Default Layout

Reported by: ssmith Assigned to: somebody
Priority: low Milestone:
Component: View Version: HEAD
Severity: normal Keywords:
Cc:

Description

Menu items, such as the bar across the top, and the admin menu should have their own partials, rather than being built right into the main layout.

Change History

02/05/06 12:00:11 AM changed by obaltzer

  • status changed from new to closed.
  • resolution set to fixed.

This is part of the simple theme that is currently worked out and committed in [402].

02/05/06 02:00:42 PM changed by ssmith

  • status changed from closed to reopened.
  • resolution deleted.

As new themes are taken from the base directory, this is incomplete until it is done for the main application.

02/05/06 02:41:28 PM changed by obaltzer

But the items listed already are separate partials. Maybe we should split up this ticket into multiple addressing individual components.

Also, when partials are pulled out of existing views, they should get their corresponding global actions in components/controller, rather than rely on the specific action that is called by the URL.