From 4a2fc759cf81b95989e2da3bb76089534a535aba Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Mon, 30 Dec 2024 22:29:38 +0100 Subject: [PATCH] Doc cleanup --- templates/cfg_grades.mustache | 3 ++- templates/invitations.mustache | 3 ++- templates/invited.mustache | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/cfg_grades.mustache b/templates/cfg_grades.mustache index 69ae683..af57608 100644 --- a/templates/cfg_grades.mustache +++ b/templates/cfg_grades.mustache @@ -17,7 +17,8 @@ {{! @template local_treestudyplan/cfg_grades - D + Template for rendering configuration page for grades and scales. + Classes required for JS: * float diff --git a/templates/invitations.mustache b/templates/invitations.mustache index 0ac43fd..1f30958 100644 --- a/templates/invitations.mustache +++ b/templates/invitations.mustache @@ -18,6 +18,7 @@ @template local_treestudyplan/invitations Template for rendering the invitations page + Classes required for JS: * m-action-resend * m-action-confirm @@ -34,7 +35,7 @@ Example context (json): { - "invites": array_values($DB->get_records('local_treestudyplan_invit', ['user_id' => $USER->id])); + "invites": array_values($DB->get_records('local_treestudyplan_invit', ['user_id' => $USER->id])), "hasinvites": true, } }} diff --git a/templates/invited.mustache b/templates/invited.mustache index a346e0b..98a4d24 100644 --- a/templates/invited.mustache +++ b/templates/invited.mustache @@ -17,7 +17,9 @@ {{! @template local_treestudyplan/invitations - Template for rendering the invitations page + Template for rendering the page visitors with an invitation to view + a study plan see. + Classes required for JS: * none