Bug #18228
closedShortcut-Menu does nothing when no shortcuts available
0%
Description
Hey,
when you have no shortcuts added, the menu just shows an empty line. I think we need to improve this and have the following options:
a) show a message (maybe in italics and greyed out) when clicking on the icon inside the menu body: "This is the shortcuts menu, you can create a shortcut by clicking on the icon [ICON] that you can find on each page in the backend."
b) show a CSH (either question mark or complete info) (although I don't like that option)
c) show a message: "No shortcuts added yet"
(issue imported from #M7557)
Files
Updated by Steffen Kamper almost 17 years ago
whats about an entry
"Create a shortcut to this page" like the shortcut icon on each page - with same functionality?
Updated by Ingo Renner almost 17 years ago
I prefer a combination of a and c.
Steffen: this is not possible yet, but we should try to do this for 4.3. When having it in the toolbar item we could also make the method that creates the icons now obsolete and make it produces an empty string
Updated by Steffen Kamper almost 17 years ago
Ingo: just a small idea: shortcut link with an id,
so it's easy to look if element is available and use it's href.
Should be an easy task with prototype, i can give it a try.
Updated by Steffen Kamper almost 17 years ago
i did a patch with simple a), have a look.