MDL-71570 core_grades: Avoid using deprecated string in grade templates

This commit is contained in:
Mihail Geshoski
2021-05-10 12:17:15 +08:00
parent ad8b3d2ba9
commit 1aaa3ca8a2
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@
}}
<form>
<div class="form-group">
<label for="core_grades-grade-{{uniqid}}">{{#str}}grade, moodle{{/str}}</label>
<label for="core_grades-grade-{{uniqid}}">{{#str}}gradenoun, moodle{{/str}}</label>
<input class="form-control" type="number" name="grade" value="{{grade}}" id="core_grades-grade-{{uniqid}}" aria-describedby="core_grades-help-{{uniqid}}">
<small id="core_grades-help-{{uniqid}}" class="form-text text-muted">{{#str}}grade_help, core_grades{{/str}}</small>
</div>
@@ -30,7 +30,7 @@
}}
<form>
<div class="form-group">
<label for="core_grades-grade-{{uniqid}}">{{#str}}grade, moodle{{/str}}</label>
<label for="core_grades-grade-{{uniqid}}">{{#str}}gradenoun, moodle{{/str}}</label>
<select class="form-control" name="grade" id="core_grades-grade-{{uniqid}}" aria-describedby="core_grades-help-{{uniqid}}">
<option value="-1">{{#str}} nograde, moodle{{/str}}</option>
{{#options}}