-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54593_master -
According to https://getbootstrap.com/2.3.2/components.html#alerts, alerts should also have the alert class.
I've noticed a couple of places where it's missing:
course_competencies_page.mustache:<p class="alert-info">
|
manage_competency_frameworks_page.mustache:<p class="alert-info">
|
manage_templates_page.mustache:<p class="alert-info">
|
no_frameworks_warning.mustache:<p class="alert-error">
|
plans_page.mustache:<p class="alert-info">
|
template_competencies_page.mustache: <p class="alert-info">
|
user_evidence_list_page.mustache: <p class="alert-info">{{#str}}nouserevidence, tool_lp{{/str}}</p>
|