User tests: Successful: Unsuccessful:
As title says. This description is useful and is used in J3.
Create a custom admin menu with no preset.
Create menu items in that menu.
Among them create a Separator menu item
EDIT: String changed to
COM_MENUS_ITEM_FIELD_TEXT_SEPARATOR_DESC="When set to 'No' a divider will be displayed instead."
Status | New | ⇒ | Pending |
Category | ⇒ | Administration Language & Strings |
When set to no a divider will be displayed instead
Labels |
Added:
?
?
|
Done:
COM_MENUS_ITEM_FIELD_TEXT_SEPARATOR_DESC="When set to 'No' a divider will be displayed instead."
Note:
CSS could be modified to
.main-nav .divider {
height: 1px;
margin: 0 0 0 48px;
list-style: none;
background-color: var(--atum-bg-dark-30); // instead of 60
}
as done for Administrator Menu divider.
Please do if you prefer. I will gladfully delete this.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-30 23:10:33 |
Closed_By | ⇒ | wilsonge |
@brianteeman
In fact, just found out the second part is also wrong in J4.
When selecting No, and even if the menu title contains dashes, we get a divider.
Please suggest a change something as
"If set to No, a divider will be used."
Then we can play a bit with the CSS as it is not very visible.