Problem/Motivation

Forms in Drupal typically have a primary button that marks the happy flow. However the Action confirm form displays all actions with a similar weight, so the interface takes more time to scan at a glance.

Steps to reproduce

Enable confirmation step for 'Block the selected users'
Action -> Block the selected users -> Apply to selected items

Proposed resolution

Implement a primary button in Action confirm form for consistency with other Drupal forms.

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

The Action confirm form implements a primary button for consistency with other Drupal forms.

API changes

None.

Data model changes

None.

CommentFileSizeAuthor
#3 3331291-2-after.png38.48 KBidebr
#3 3331291-2-before.png38.64 KBidebr
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review
StatusFileSize
new38.64 KB
new38.48 KB

The merge request implements a primary button in Action confirm form for consistency with other Drupal forms.

Before:

After:

Graber made their first commit to this issue’s fork.

graber’s picture

Status: Needs review » Fixed
Related issues: +#3317188: Implement a primary button in Action configuration form

Reminds me of something ;)
Thanks!

  • Graber committed 52ea6702 on 4.2.x authored by idebr
    Issue #3331291 by idebr: Implement a primary button in Action confirm...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.