mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-59382 theme_boost: add title block to modal template
This commit is contained in:
parent
8e02018f1c
commit
159a2bc1fe
@ -48,7 +48,7 @@
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{{$header}}
|
||||
<h4 id="{{uniqid}}-modal-title" data-region="title" tabindex="0">{{title}}</h4>
|
||||
<h4 id="{{uniqid}}-modal-title" data-region="title" tabindex="0">{{$title}}{{title}}{{/title}}</h4>
|
||||
{{/header}}
|
||||
</div>
|
||||
<div class="modal-body" data-region="body">
|
||||
|
Loading…
x
Reference in New Issue
Block a user