Doc cleanup
This commit is contained in:
parent
a5c1fd9a6c
commit
4a2fc759cf
3 changed files with 7 additions and 3 deletions
|
@ -17,7 +17,8 @@
|
||||||
{{!
|
{{!
|
||||||
@template local_treestudyplan/cfg_grades
|
@template local_treestudyplan/cfg_grades
|
||||||
|
|
||||||
D
|
Template for rendering configuration page for grades and scales.
|
||||||
|
|
||||||
Classes required for JS:
|
Classes required for JS:
|
||||||
* float
|
* float
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
@template local_treestudyplan/invitations
|
@template local_treestudyplan/invitations
|
||||||
|
|
||||||
Template for rendering the invitations page
|
Template for rendering the invitations page
|
||||||
|
|
||||||
Classes required for JS:
|
Classes required for JS:
|
||||||
* m-action-resend
|
* m-action-resend
|
||||||
* m-action-confirm
|
* m-action-confirm
|
||||||
|
@ -34,7 +35,7 @@
|
||||||
|
|
||||||
Example context (json):
|
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,
|
"hasinvites": true,
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
|
|
@ -17,7 +17,9 @@
|
||||||
{{!
|
{{!
|
||||||
@template local_treestudyplan/invitations
|
@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:
|
Classes required for JS:
|
||||||
* none
|
* none
|
||||||
|
|
||||||
|
|
Reference in a new issue