Bug #38728

Task #38755: Usability issues collected on the UX sprint

Make all action icons look like buttons

Added by Helmut Hummel about 3 years ago. Updated 6 months ago.

Status:Closed Start date:2012-07-07
Priority:Should have Due date:
Assigned To:Helmut Hummel % Done:

0%

Category:Backend User Interface Spent time: -
Target version:-
TYPO3 Version:6.0 Is Regression:No
PHP Version: Sprint Focus:
Complexity:

Related issues

related to TYPO3 CMS Usability Team - Suggestion #36052: Visual improvements for IRRE (in Fal) Resolved

History

#1 Updated by Steffen Ritter about 3 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

#2 Updated by Steffen Ritter about 3 years ago

  • Parent task changed from #36052 to #38755

#3 Updated by Felix Kopp 9 months ago

  • Status changed from New to Accepted
  • Is Regression set to No

#4 Updated by Felix Kopp 6 months 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.

#5 Updated by Ingo Renner 6 months 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)

https://github.com/irnnr/typo3-ext-solr/blob/master/Classes/ViewHelpers/Backend/Button/ActionButtonViewHelper.php

HTH, cheers

Also available in: Atom PDF