mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-66477 mod_forum: Enclose setting switch in div
This commit is contained in:
parent
49f5b16c61
commit
83e1b0e7f1
@ -32,12 +32,14 @@
|
||||
{}
|
||||
|
||||
}}
|
||||
<span class="switch">
|
||||
<input type="checkbox" id="{{$switchid}}{{uniqid}}{{/switchid}}"
|
||||
data-type="{{$type}}toggle-switch{{/type}}"
|
||||
data-action="toggle"
|
||||
{{$otherattributes}}{{/otherattributes}}/>
|
||||
<label for="{{$switchid}}{{uniqid}}{{/switchid}}" class="line-height-4">
|
||||
{{$labeltext}}{{/labeltext}}
|
||||
</label>
|
||||
</span>
|
||||
<div>
|
||||
<span class="switch">
|
||||
<input type="checkbox" id="{{$switchid}}{{uniqid}}{{/switchid}}"
|
||||
data-type="{{$type}}toggle-switch{{/type}}"
|
||||
data-action="toggle" class="hidden"
|
||||
{{$otherattributes}}{{/otherattributes}}/>
|
||||
<label for="{{$switchid}}{{uniqid}}{{/switchid}}" class="line-height-4">
|
||||
{{$labeltext}}{{/labeltext}}
|
||||
</label>
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user