diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2634621..6118d34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: fail-fast: false matrix: include: - - php: '7.4' + - php: '8.1' moodle-branch: 'master' database: 'pgsql' - php: '7.4' diff --git a/templates/category.mustache b/templates/category.mustache index 65792f2..2a5e042 100644 --- a/templates/category.mustache +++ b/templates/category.mustache @@ -47,8 +47,10 @@ } }} +

{{#str}}pluginname, report_customsql{{/str}}

+
-

+

{{#expandable}} {{name}} {{/expandable}} @@ -68,21 +70,21 @@ {{#showonlythislink}} {{#str}}showonlythiscategory, report_customsql, {{name}}{{/str}} {{/showonlythislink}} -

+
{{#querygroups}} {{#type}} -

+

{{title}} {{{helpicon}}} -

+ {{/type}} {{#queries}} {{{categoryqueryitem}}} {{/queries}} {{/querygroups}} {{^querygroups}} -

{{#str}}availablereports, report_customsql{{/str}}

+

{{#str}}availablereports, report_customsql{{/str}}

{{#str}}noreportsavailable, report_customsql{{/str}}

{{/querygroups}}