Project

General

Profile

Actions

Bug #38728

closed

Task #38755: Usability issues collected on the UX sprint

Make all action icons look like buttons

Added by Helmut Hummel almost 12 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2012-07-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Actions #1

Updated by Steffen Ritter almost 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

Actions #2

Updated by Steffen Ritter almost 12 years ago

  • Parent task changed from #36052 to #38755
Actions #3

Updated by Felix Kopp over 9 years ago

  • Status changed from New to Accepted
  • Is Regression set to No
Actions #4

Updated by Felix Kopp about 9 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.

Actions #5

Updated by Ingo Renner about 9 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)

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

HTH, cheers

Actions

Also available in: Atom PDF