Repeated page title
-
For example when the dashboard is open there is "Status : Dashboard" in large font, and underneath it the same text again in smaller font.
-
That appears to have been a design choice early in the project. The function genhtmltitle() (from memory) spits out both title versions.
I would be interested to hear opinions on the best looking format. Just the gray bar version, but in a larger font perhaps? That might be the most Bootstrap consistent appearance. That would also solve a cosmetic issue I have been looking at in the wizards.
-
In 2.2.x only the text from the gray bar part showed up but it was in the upper position
2.2.x:
2.3:
Also in 2.2.x that title was a link back to the current page, which was convenient for reloading pages that didn't take kindly to refreshing.
-
Main title is the page title, second line (in gray bar) is supposed to display breadcrumbs, but when no breadcrumbs exist, it duplicates the title.
The breadcrumb display is now suppressed if we didn't get to this page via a menu item (i.e: there really are no breadcrumbs)