mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-62295-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
e2ede0b5c3
1 changed files with 10 additions and 1 deletions
11
theme/boost/templates/core_form/element-duration-inline.mustache
Normal file → Executable file
11
theme/boost/templates/core_form/element-duration-inline.mustache
Normal file → Executable file
|
@ -1 +1,10 @@
|
||||||
{{> core_form/element-group-inline }}
|
{{< core_form/element-template-inline }}
|
||||||
|
{{$element}}
|
||||||
|
<div class="d-flex ml-1">
|
||||||
|
{{#element.elements}}
|
||||||
|
{{{separator}}}
|
||||||
|
{{{html}}}
|
||||||
|
{{/element.elements}}
|
||||||
|
</div>
|
||||||
|
{{/element}}
|
||||||
|
{{/ core_form/element-template-inline }}
|
Loading…
Add table
Add a link
Reference in a new issue