claro-8.x-1.x-dev/templates/datetime-form.html.twig
templates/datetime-form.html.twig
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {# /** * @file * Theme override of a datetime form element. * * Available variables: * - attributes: HTML attributes for the datetime form element. * - content: The datelist form element to be output. * * @see template_preprocess_datetime_form() */ #} <div{{ attributes.addClass( 'form-items-inline' ) }}> {{ content }} </div> |