]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-2674 PHP code removed from help file, small rewording
authorwildgirl <wildgirl>
Thu, 20 Mar 2008 21:07:03 +0000 (21:07 +0000)
committerwildgirl <wildgirl>
Thu, 20 Mar 2008 21:07:03 +0000 (21:07 +0000)
lang/en_utf8/help/grouprestore.html

index dca2d62721aae1ba29eb773ee46beda085d5d4c5..cae7d04cf6cd22a620871a30f10a7fe49448ad26 100644 (file)
@@ -1,33 +1,4 @@
 <h1>Restoring Groups</h1>
 
-<p>You can now choose whether you want to restore groups<?php
-global $CFG;
-if (empty($CFG->enablegroupings)) {
-    echo '. ';
-} else {
-    echo ', and groupings. ';
-}
-?>
-The options are:</p>
-
-<dl>
-<?php if (empty($CFG->enablegroupings)) { ?>
-  <dt>No</dt>
-  <dd>Do not restore groups.</dd>
-  <dt>Yes</dt>
-  <dd>Restore groups.</dd>
-<?php } else { ?>
-  <dt>None</dt>
-  <dd>Do not restore groups or groupings. The grouping for grouping activities is reset to 'None'.</dd>
-  <dt>Groupings only</dt>
-  <dd>Groupings are restored, empty. The grouping selected for grouping activities 
-  is maintained, and groups are not restored.</dd>
-  <dt>Groups &amp; groupings</dt>
-  <dd>Groups and groupings are restored, and all related settings are maintained.</dd>
-<?php } ?>
-</dl>
-
-<h2>Group mode for course and activities</h2>
-<p>Whichever option is chosen the separate or visible groups setting for the course and activities is maintained.
- We hope this is useful for users who wish to recreate groups after restoring a course.
-</p>
+<p>This setting enables you to choose whether you want to restore groups and/or groupings (if enabled).</p>
+<p>Whichever option is selected, the group mode for the course, and for activities within the course is maintained.</p>
\ No newline at end of file