Mikel Martín
4ce883ae21
MDL-75670 theme: Refactor form-group helper class dropped in BS5
...
- Replace .form-group Boostrap helper class with .mb-3. The .form-group class was only
adding margin bottom styles, so it is an straightforward change.
- Replace .form-group references in SCSS files with .fitem now .form-group has been removed.
- There were some other .form-group occurrences in the code that were using it not for styling
but incorrectly for managing some logic. These have been also replaced with .fitem or removed.
2024-02-29 13:55:37 +01:00
Paul Holden
717a616030
MDL-80766 gradereport_grader: omit max constraint for unlimited grades.
2024-01-31 18:26:38 +00:00
Jun Pataleta
8b39ae9369
MDL-79062 gradereport_grader: Set numeric type for grade value inputs
...
* Set grade inputs for grade items with type set to GRADE_VALUE to
number and add min and max input attributes, where necessary.
2023-11-02 17:33:31 +08:00
Jun Pataleta
ab08ac740c
MDL-79062 gradereport_grader: Remove setting of tabindex >= 1
...
Tab indices that are greater than or equal to 1 break the natural
tab order of the document and may cause problems for keyboard users.
2023-11-02 09:50:00 +08:00
Ilya Tregubov
4c699d007a
MDL-77849 gradereport_grader: Make menus aligned with text
2023-04-21 09:59:25 +08:00
Marina Glancy
9ffbcce0ac
MDL-77164 various: fix mustache template name
2023-04-13 09:43:15 +01:00
Ilya Tregubov
29c220583f
MDL-76146 gradereport_grader: Move action icons to action menu.
2023-02-17 11:34:09 +08:00
Andrew Nicols
924d538235
MDL-71439 core_grade: Coding style tidyup
2021-11-05 11:32:24 +08:00
Mark Nelson
7bf0b6ab51
MDL-71439 core_grades: return a blank mustache template for letters
2021-10-27 12:19:31 +08:00
Mihail Geshoski
1aaa3ca8a2
MDL-71570 core_grades: Avoid using deprecated string in grade templates
2021-05-10 12:17:15 +08:00
Mathew May
9f1195fa66
MDL-66074 core_grade: Documentation
2019-10-30 13:03:59 +08:00
Andrew Nicols
b253a4f21d
MDL-66809 core_grades: Implement scale-based marking
...
Part of MDL-66074
2019-10-30 10:23:41 +08:00
Andrew Nicols
9adedccd2b
MDL-66722 core_grades: Add simple direct grading to gradingpanel
...
Part of MDL-66074
2019-10-30 10:23:40 +08:00