Added indicator to student if badge is not available
This commit is contained in:
parent
24370631ab
commit
93e174967f
2
amd/build/report-viewer-components.min.js
vendored
2
amd/build/report-viewer-components.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -98,6 +98,8 @@ export default {
|
|||
badgeissuedstats: "badgeissuedstats",
|
||||
completion_incomplete: "completion_incomplete_badge",
|
||||
completion_completed: "completion_completed_badge",
|
||||
completioninfo: "completioninfo",
|
||||
badgedisabled: "badgedisabled"
|
||||
},
|
||||
course: {
|
||||
completion_incomplete: "completion_incomplete",
|
||||
|
@ -2444,6 +2446,9 @@ export default {
|
|||
</template>
|
||||
</template>
|
||||
</template>
|
||||
<tr v-if="!value.badge.active" class="mt-1">
|
||||
<td colspan="2" class="alert alert-warning alert-block">{{text.badgedisabled}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<ul class="list-unstyled w-100 border-grey border-top border-bottom pt-1 pb-1 mb-1"
|
||||
v-if="value.badge.criteria"><li v-for="crit in value.badge.criteria"
|
||||
|
|
|
@ -328,6 +328,7 @@ $string["dateissued"] = "Issued on";
|
|||
$string["dateexpire"] = "Expires on";
|
||||
$string["badgeinfo"] = "Badge details";
|
||||
$string["badgeissuedstats"] = "Issuing progress";
|
||||
$string["badgedisabled"] = "This badge is currently not available";
|
||||
|
||||
$string["period_edit"] = 'Change period details';
|
||||
$string["period_default_fullname"] = 'Period {$a}';
|
||||
|
|
|
@ -326,6 +326,7 @@ $string["dateissued"] = "Afgegeven op";
|
|||
$string["dateexpire"] = "Veloopt op";
|
||||
$string["badgeinfo"] = "Meer details";
|
||||
$string["badgeissuedstats"] = "Voortgang van uitgifte";
|
||||
$string["badgedisabled"] = "Deze badge is op dit moment niet beschikbaar";
|
||||
|
||||
$string["period_edit"] = 'Periode aanpassen';
|
||||
$string["period_default_fullname"] = 'Periode {$a}';
|
||||
|
|
Loading…
Reference in New Issue
Block a user