Problem/Motivation

My users complain that they often miss the "Confirm Date Changes" step of altering an event series because it doesn't jump out to them that they need to do another step. Some users don't create events so often so they don't remember the sequence of editing steps. I can sympathize and I would suggest this very important form element should have styling to highlight it and reflect its importance.

Steps to reproduce

Make date changes to an event series and see the "Confirm Date Changes" area. In Gin admin theme, for example, it is not so prominent:

Image of regular dialog in Gin theme

Proposed resolution

Use the existing messages classes that come with Drupal. For example, adding classes "messages messages--warning" produces this in Gin admin theme:

Image of new dialog in Gin theme

CommentFileSizeAuthor
image2.png34.46 KBchrisla
image.png41.33 KBchrisla
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

chrisla created an issue. See original summary.

chrisla’s picture

Assigned: Unassigned » chrisla

chrisla’s picture

MR 192 adds to the 3.0.x branch.

If we wanted to get fancy, we could make a setting for the module where admins can add their own class (or not) to the Confirm Date Changes area of the form to customize.