mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-67970 output: use fieldset in core/chooser instead of label
This commit is contained in:
parent
0499a8c24f
commit
604df144d2
4 changed files with 14 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue