From 95b500763afd88c80d11724f698a06c8718e0304 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 Jun 2003 03:52:23 +0000 Subject: [PATCH] Added an index to all help files. :-) Manually maintained at the moment. :-( --- help.php | 2 ++ lang/en/help/index.html | 80 +++++++++++++++++++++++++++++++++++++++++ lang/en/moodle.php | 2 ++ 3 files changed, 84 insertions(+) create mode 100755 lang/en/help/index.html diff --git a/help.php b/help.php index b10d813b0f..49e626b356 100644 --- a/help.php +++ b/help.php @@ -48,6 +48,8 @@ } close_window_button(); + + echo "

".get_string("helpindex")."

"; ?> diff --git a/lang/en/help/index.html b/lang/en/help/index.html new file mode 100755 index 0000000000..3294c2a992 --- /dev/null +++ b/lang/en/help/index.html @@ -0,0 +1,80 @@ + +

Index of Help files

+

General help

+ + +

Assignments

+ + +

Choices

+ + +

Forums

+ + + +

Quizzes

+ + +

Resource module

+ diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 508075aa49..dd6599c84a 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -281,6 +281,7 @@ $string['help'] = "Help"; $string['helpemoticons'] = "Use emoticons"; $string['helpformatting'] = "About formatting text"; $string['helphtml'] = "How to write html"; +$string['helpindex'] = "Index of all help files"; $string['helppicture'] = "How to upload a picture"; $string['helpreading'] = "Read carefully"; $string['helptext'] = "How to write text"; @@ -488,6 +489,7 @@ $string['opentoguests'] = "Guest access"; $string['optional'] = "optional"; $string['order'] = "Order"; $string['outline'] = "Outline"; +$string['parentlanguage'] = ""; $string['participants'] = "Participants"; $string['password'] = "Password"; $string['passwordchanged'] = "Password has been changed"; -- 2.39.5