comparison core/modules/system/templates/datetime-form.html.twig @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 {#
2 /**
3 * @file
4 * Default theme implementation of a datetime form element.
5 *
6 * Available variables:
7 * - attributes: HTML attributes for the datetime form element.
8 * - content: The datelist form element to be output.
9 *
10 * @see template_preprocess_datetime_form()
11 *
12 * @ingroup themeable
13 */
14 #}
15 <div{{ attributes }}>
16 {{ content }}
17 </div>