Opened 14 months ago
Last modified 13 months ago
#4433 new Defect
Unify layout header
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | Elgg 1.8.x |
| Component: | Core | Version: | 1.8 |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: | easy |
Description
When I use one_sidebar, there is just an <h2>. When I use content, there is <div class="elgg-head"><h2>... plus the title menu.
All layouts should just use the same header view so we can get consistent structure + features.
Change History (2)
comment:1 Changed 14 months ago by brettp
- Difficulty set to easy
- Milestone changed from Needs Review to Elgg 1.8.x
- Priority changed from normal to low
comment:2 Changed 13 months ago by ewinslow
Yikes, looks like all our layouts are very inconsistent...
one_sidebar and one_column have the h2, but not the .elgg-head
two_sidebar doesn't have anything for the title at all.
Note: See
TracTickets for help on using
tickets.

Noticed this a few days ago. Absolutely.