From 661b912bfa6ee338e4e2fb775b7641aca12e574f Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Wed, 20 Dec 2006 07:15:23 +0000 Subject: [PATCH] fixing broken xhtml MLD-7861 --- lang/en_utf8/help/uploadgroups.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lang/en_utf8/help/uploadgroups.html b/lang/en_utf8/help/uploadgroups.html index d5db116059..90a2112a4b 100644 --- a/lang/en_utf8/help/uploadgroups.html +++ b/lang/en_utf8/help/uploadgroups.html @@ -10,8 +10,7 @@

Required fieldnames: these fields must be included in the first record, and defined for each user

- groupname

-

+ groupname

Default fieldnames: these are optional - if they are not included then the values are taken from the current language and current course

idnumber, coursename, lang

Optional fieldnames: all of these are completely optional.

@@ -20,7 +19,7 @@
  • Commas within the data should be encoded as &#44 - the script will automatically decode these back to commas.
  • For Boolean fields, use 0 for false and 1 for true.
  • -
  • Either idnumber or coursename can be used to identify the course. Idnumber overrides coursename. If neither is specified, the groups will be added to the current course. +
  • Either idnumber or coursename can be used to identify the course. Idnumber overrides coursename. If neither is specified, the groups will be added to the current course.
  • Coursename is the course shortname.
  • Note: If a group is already registered in the Moodle database for a particular course, this script will return the group name for that group. Teachers are only allowed to upload groups in courses they are authorized to edit.
  • @@ -30,5 +29,5 @@

    groupname,idnumber,lang,description,picture
    group1, Phil101, en, this group requires extra attention!, 0
    group2, Math243, , , -

    +

    -- 2.39.5