Bug #38728
closedTask #38755: Usability issues collected on the UX sprint
Make all action icons look like buttons
0%
Updated by Steffen Ritter over 12 years ago
In the parent task the icons for link wizard date picker and so on are put onto an button look and feel.
As this does not blog to irre but general tce forms the task got extracted
Updated by Steffen Ritter over 12 years ago
- Parent task changed from #36052 to #38755
Updated by Felix Kopp about 10 years ago
- Status changed from New to Accepted
- Is Regression set to No
Updated by Felix Kopp almost 10 years ago
- Status changed from Accepted to Closed
This is an ongoing process that does not require this "epic" - will be closed.
Status: all action icons contained in table cells are buttons already. Save/edit icons became buttons.
DocHeader will be next somewhen in the near future.
Updated by Ingo Renner almost 10 years ago
FYI, this may or may not be helpful here:
I had the need of having an actual button that submits a form on a couple occasions in EXT:solr and EXT:tika. Of course you could build that yourself in fluid, but that would mean duplicate code. So I created a view helper that does just that; render a form with a single button triggering a controller's action.
Possible improvements:- icon
- ajax (when clicked replace icon with spinner, flash green when action was successful)
HTH, cheers