From 54cbfbca8a46ab3c2fbb7ff1e9d4dff3d7474c5a Mon Sep 17 00:00:00 2001 From: Bas Brands Date: Mon, 7 May 2018 11:39:57 +0200 Subject: [PATCH] MDL-62295 Theme boost: duration form field alignment --- .../core_form/element-duration-inline.mustache | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) mode change 100644 => 100755 theme/boost/templates/core_form/element-duration-inline.mustache diff --git a/theme/boost/templates/core_form/element-duration-inline.mustache b/theme/boost/templates/core_form/element-duration-inline.mustache old mode 100644 new mode 100755 index 4acfd0cc008..a697ae87e99 --- a/theme/boost/templates/core_form/element-duration-inline.mustache +++ b/theme/boost/templates/core_form/element-duration-inline.mustache @@ -1 +1,10 @@ -{{> core_form/element-group-inline }} +{{< core_form/element-template-inline }} + {{$element}} +
+ {{#element.elements}} + {{{separator}}} + {{{html}}} + {{/element.elements}} +
+ {{/element}} +{{/ core_form/element-template-inline }} \ No newline at end of file