diff --git a/admin/tool/dataprivacy/templates/categories.mustache b/admin/tool/dataprivacy/templates/categories.mustache index 523a56b1990..6ddb7f1fd97 100644 --- a/admin/tool/dataprivacy/templates/categories.mustache +++ b/admin/tool/dataprivacy/templates/categories.mustache @@ -56,12 +56,12 @@ {{#pix}}t/add, moodle, {{#str}}addcategory, tool_dataprivacy{{/str}}{{/pix}} - +
- + diff --git a/admin/tool/dataprivacy/templates/purposes.mustache b/admin/tool/dataprivacy/templates/purposes.mustache index fe254405606..64085300628 100644 --- a/admin/tool/dataprivacy/templates/purposes.mustache +++ b/admin/tool/dataprivacy/templates/purposes.mustache @@ -63,26 +63,33 @@ {{#pix}}t/add, moodle, {{#str}}addpurpose, tool_dataprivacy{{/str}}{{/pix}} -
{{#str}}categorieslist, tool_dataprivacy{{/str}}
{{#str}}name{{/str}}{{#str}}description{{/str}}{{#str}}description{{/str}} {{#str}}actions{{/str}}
+
- - - - - - - + + + + + + {{#purposes}} - - - + - - - + -
{{#str}}purposeslist, tool_dataprivacy{{/str}}
{{#str}}name{{/str}}{{#str}}description{{/str}}{{#str}}lawfulbases, tool_dataprivacy{{/str}}{{#str}}sensitivedatareasons, tool_dataprivacy{{/str}}{{#str}}retentionperiod, tool_dataprivacy{{/str}}{{#str}}protected, tool_dataprivacy{{/str}}{{#str}}actions{{/str}}{{#str}}name{{/str}}{{#str}}lawfulbases, tool_dataprivacy{{/str}}{{#str}}sensitivedatareasons, tool_dataprivacy{{/str}}{{#str}}retentionperiod, tool_dataprivacy{{/str}}{{#str}}protected, tool_dataprivacy{{/str}}{{#str}}actions{{/str}}
{{{name}}}{{{description}}} -
    +
+
+
+ {{{name}}} +
+
+ {{{description}}} +
+
+
+
    {{#formattedlawfulbases}}
  • {{name}}{{# pix }} i/info, core, {{description}} {{/ pix }} @@ -90,8 +97,8 @@ {{/formattedlawfulbases}}
-
    +
+
    {{#formattedsensitivedatareasons}}
  • {{name}}{{# pix }} i/info, core, {{description}} {{/ pix }} @@ -99,8 +106,8 @@ {{/formattedsensitivedatareasons}}
{{formattedretentionperiod}} + {{formattedretentionperiod}} {{#protected}} {{#pix}}i/checked, core, {{#str}}yes{{/str}}{{/pix}} {{/protected}} @@ -108,7 +115,7 @@ {{#str}}no{{/str}} {{/protected}} + {{#actions}} {{> core/action_menu}} {{/actions}} diff --git a/theme/bootstrapbase/less/moodle/bs4-compat.less b/theme/bootstrapbase/less/moodle/bs4-compat.less index b7a22236ea7..3fd60ca87de 100644 --- a/theme/bootstrapbase/less/moodle/bs4-compat.less +++ b/theme/bootstrapbase/less/moodle/bs4-compat.less @@ -312,3 +312,15 @@ .w-100 { width: 100%; } + +.w-75 { + width: 75%; +} + +.w-50 { + width: 50%; +} + +.w-25 { + width: 25%; +} diff --git a/theme/bootstrapbase/style/moodle.css b/theme/bootstrapbase/style/moodle.css index c5356283a25..e047b70e8f8 100644 --- a/theme/bootstrapbase/style/moodle.css +++ b/theme/bootstrapbase/style/moodle.css @@ -22097,3 +22097,12 @@ ul.indented-list { .w-100 { width: 100%; } +.w-75 { + width: 75%; +} +.w-50 { + width: 50%; +} +.w-25 { + width: 25%; +}