MDL-67970 output: use fieldset in core/chooser instead of label

This commit is contained in:
Shamim Rezaie 2020-02-27 03:25:39 +11:00
parent 0499a8c24f
commit 604df144d2
4 changed files with 14 additions and 10 deletions

View file

@ -57,14 +57,12 @@
</div>
<div class="alloptions">
{{#sections}}
<div class="moduletypetitle">
<label for="item_{{id}}">
<span class="typename">{{label}}</span>
</label>
</div>
{{#items}}
{{>core/chooser_item}}
{{/items}}
<fieldset>
<legend class="moduletypetitle">{{label}}</legend>
{{#items}}
{{>core/chooser_item}}
{{/items}}
</fieldset>
{{/sections}}
</div>
</div>