Follow-up to #2471655: Rename the Messages region in Seven.

Follow-up to #2470807: Rename the default "Messages" region for all themes to "Highlighted"

Problem/Motivation

The purpose of this is to do the same as per #2470807: Rename the default "Messages" region for all themes to "Highlighted" for Seven.

Remaining tasks

User interface changes

API changes

CommentFileSizeAuthor
#1 rename-messages-region-2471681-1.patch508 bytesDom.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dom.’s picture

Here is a patch to introduce the change of messages (Messages) region to informations (Informations) in Stark theme.
It does :
- do the change
- make sure messages block is set to informations by default
- add the usual markups for regions :

<div class="informations">
  <aside class="layout-container section clearfix" role="complementary">
     <div class="region region-informations">
       content of information region

NOTE: this depends on the patch https://www.drupal.org/node/2471681#comment-9826281 first !

emma.maria’s picture

Status: Needs review » Postponed

Postponing this issue until a consensus is made on the new region name within the Bartik issue.

Dom.’s picture

Status: Postponed » Closed (duplicate)

Because it can be applied without parent patch, and because the fix is so easy, we will take care of it in one single issue at
#2470807: Rename the default "Messages" region for all themes to "Highlighted"