--- inline_form_errors-1493324-355.patch 2015-03-19 13:40:05.442961205 -0500 +++ 1493324-366.patch 2015-03-19 14:02:52.398898068 -0500 @@ -1,8 +1,8 @@ diff --git a/core/core.services.yml b/core/core.services.yml -index 2d00da1..628808a 100644 +index ca74a8c..4ed8e35 100644 --- a/core/core.services.yml +++ b/core/core.services.yml -@@ -208,10 +208,13 @@ services: +@@ -214,10 +214,13 @@ services: arguments: ['@form_validator', '@form_submitter', '@form_cache', '@module_handler', '@event_dispatcher', '@request_stack', '@class_resolver', '@theme.manager', '@?csrf_token'] form_validator: class: Drupal\Core\Form\FormValidator @@ -532,10 +532,10 @@ [dir="rtl"] .messages--error { border-color: #f9c9bf transparent #f9c9bf #f9c9bf; diff --git a/core/modules/system/src/Tests/Form/FormTest.php b/core/modules/system/src/Tests/Form/FormTest.php -index e82002b..25128b4 100644 +index 0197e8a..541472a 100644 --- a/core/modules/system/src/Tests/Form/FormTest.php +++ b/core/modules/system/src/Tests/Form/FormTest.php -@@ -187,7 +187,7 @@ function testRequiredCheckboxesRadio() { +@@ -188,7 +188,7 @@ function testRequiredCheckboxesRadio() { } // Check the page for error messages. @@ -1269,7 +1269,7 @@ } diff --git a/core/themes/classy/templates/form/fieldset.html.twig b/core/themes/classy/templates/form/fieldset.html.twig -index ab6796c..0823204 100644 +index dbfba01..9f37cc0 100644 --- a/core/themes/classy/templates/form/fieldset.html.twig +++ b/core/themes/classy/templates/form/fieldset.html.twig @@ -5,6 +5,7 @@ @@ -1280,8 +1280,8 @@ * - required: Boolean indicating whether the fieldeset element is required. * - legend: The legend element containing the following properties: * - title: Title of the fieldset, intended for use as the text of the legend. -@@ -21,7 +22,19 @@ - * @ingroup themeable +@@ -19,7 +20,19 @@ + * @see template_preprocess_fieldset() */ #} - @@ -1302,7 +1302,7 @@ set legend_span_classes = [ 'fieldset-legend', diff --git a/core/themes/classy/templates/form/form-element.html.twig b/core/themes/classy/templates/form/form-element.html.twig -index a961801..f9148c8 100644 +index 69ec037..1517d40 100644 --- a/core/themes/classy/templates/form/form-element.html.twig +++ b/core/themes/classy/templates/form/form-element.html.twig @@ -5,6 +5,7 @@ @@ -1313,7 +1313,7 @@ * - prefix: (optional) The form element prefix, may not be set. * - suffix: (optional) The form element suffix, may not be set. * - required: The required marker, or empty if the associated form element is -@@ -52,6 +53,7 @@ +@@ -50,6 +51,7 @@ 'form-item-' ~ name|clean_class, title_display not in ['after', 'before'] ? 'form-no-label', disabled == 'disabled' ? 'form-disabled', @@ -1321,7 +1321,7 @@ ] %} {% -@@ -61,6 +63,11 @@ +@@ -59,6 +61,11 @@ ] %}