Merge branch 'MDL-67268-master' of git://github.com/mihailges/moodle

This commit is contained in:
Andrew Nicols 2019-11-15 12:08:33 +08:00
commit fb803f8854
2 changed files with 4 additions and 4 deletions

View File

@ -59,7 +59,7 @@
{{#criteria}}
<div class="mb-3">
<div class="d-flex align-items-center mb-2">
<h5 class="px-0 mb-0 description font-weight-bold">{{{description}}}</h5>
<h5 id="criterion-description-{{id}}" class="px-0 mb-0 description font-weight-bold">{{{description}}}</h5>
<button class="criterion-toggle btn btn-icon icon-no-margin text-reset p-0 font-weight-bold mb-0 ml-auto"
type="button"
data-toggle="collapse"
@ -76,7 +76,7 @@
</span>
</button>
</div>
<div class="collapse show" id="criteria-{{id}}">
<div class="collapse show" id="criteria-{{id}}" role="radiogroup" aria-labelledby="criterion-description-{{id}}">
{{#levels}}
<div class="form-check">
<input class="form-check-input level"

View File

@ -107,8 +107,8 @@
<hr/>
<div class="col-sm-12">
<h4 class="d-inline mb-0 fa fa-bell-o"></h4>
<h4 class="d-inline mb-0 ">{{#str}}notifications, core{{/str}}</h4>
<div data-region="notification" class="col-md-12 mt-3">
<h4 id="send-student-notifications-setting" class="d-inline mb-0">{{#str}}notifications, core{{/str}}</h4>
<div data-region="notification" class="col-md-12 mt-3" role="radiogroup" aria-labelledby="send-student-notifications-setting">
<label class="form-check">
<input class="form-check-input" type="radio" name="sendstudentnotifications" value="1"{{#defaultsendnotifications}} checked{{/defaultsendnotifications}}/>
{{#str}}sendstudentnotificationsyes, mod_forum{{/str}}