forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for MDL-8877, forgot to add these before checking in
- Loading branch information
toyomoyo
committed
May 22, 2007
1 parent
9fffb69
commit 4cbb294
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- saved from url=(0022)http://internet.e-mail --> | ||
<h1>Extend enrolment</h1> | ||
<p>This page allows you to extend the enrolment period for the participants. | ||
The new enrolment period is computed based on a starting reference date and an extend period from that date. | ||
Depending on this combination you can actually restrict the enrolment period for participants.</p> | ||
|
||
<p>The available starting reference dates are:</p> | ||
|
||
<ul> | ||
<li>Course start date</li> | ||
<li>Enrolment Started - the enrolment start date of the participant (this option is available only for users with known enrolment start date)</li> | ||
<li>Enrolment Ends - the enrolment end date of the participant (this option is available only for users with limited enrolment period)</li> | ||
<li>Today (this option in available only if the course start date has past)</li> | ||
<li>Course enrolment start date - the enrolment start date from the course settings page (this option is available only for courses with defined enrolment start date)</li> | ||
<li>Course enrolment end date - the enrolment end date from the course settings page (this option is available only for courses with defined enrolment end date)</li> | ||
</ul> | ||
|
||
<p>If the extend period is set to 'Not changed' or 'Untitled', then the starting reference date is ignored.</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- saved from url=(0022)http://internet.e-mail --> | ||
<h1>Extend enrolment for all</h1> | ||
<p>This page allows you to extend the enrolment period for the all selected participants. | ||
The new enrolment period is computed based on a starting reference date and an extend period from that date. | ||
Depending on this combination you can actually restrict the enrolment period for participants.</p> | ||
|
||
<p>The available starting reference dates are:</p> | ||
|
||
<ul> | ||
<li>Course start date</li> | ||
<li>Enrolment Started - the enrolment start date of the participant</li> | ||
<li>Enrolment Ends - the enrolment end date of the participant</li> | ||
<li>Today (this option in available only if the course start date has past)</li> | ||
<li>Course enrolment start date - the enrolment start date from the course settings page (this option is available only for courses with defined enrolment start date)</li> | ||
<li>Course enrolment end date - the enrolment end date from the course settings page (this option is available only for courses with defined enrolment end date)</li> | ||
</ul> | ||
|
||
<p>If the extend period is set to 'Untitled', then the starting reference date is ignored.</p> |