From 9db9ff3028f61a1318c5c0589245a5bf0066ccb6 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Mon, 21 Aug 2023 21:44:19 +0800 Subject: [PATCH] MDL-79059 mod_data: Enclose preset options within a fieldset Enclosing the radio buttons in a fieldset to provide additional context to the purpose of the fields. --- mod/data/templates/presets.mustache | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/mod/data/templates/presets.mustache b/mod/data/templates/presets.mustache index fda54848f87..a1413122218 100644 --- a/mod/data/templates/presets.mustache +++ b/mod/data/templates/presets.mustache @@ -59,8 +59,10 @@ - - +
+ {{#str}}presets, mod_data{{/str}} +
+ - - + + {{#presets}} {{/presets}} - -
{{#str}}select{{/str}} @@ -71,8 +73,8 @@ {{#str}}actions{{/str}}
@@ -91,8 +93,9 @@
+ + + {{< core/sticky_footer }} {{$ stickycontent }}