From: stronk7 Date: Tue, 27 Apr 2004 16:32:29 +0000 (+0000) Subject: Now, in topics format, every course can decide about how to X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=5b044cc1205e919176fecfa3c81b1bf3733e7320;p=moodle.git Now, in topics format, every course can decide about how to display hidden topics (collapsed or invisible) Some strings and one help file. Please, review it!! --- diff --git a/lang/en/help/coursehiddentopics.html b/lang/en/help/coursehiddentopics.html new file mode 100644 index 0000000000..94fb0b3717 --- /dev/null +++ b/lang/en/help/coursehiddentopics.html @@ -0,0 +1,10 @@ +

Course hidden topics

+ +

This option allows you to decide how the hidden topics in your course + are going to be displayed to students.

+ +

You can select to show them in collapsed form or hiding them + at all.

+ +

This setting only has effect in courses using the "Topics" format.

+ diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 7c2e874edb..6bab2fe724 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -451,6 +451,9 @@ $string['helptext'] = 'How to write text'; $string['helpwiki'] = 'How to write Wiki text'; $string['helpwriting'] = 'Write carefully'; $string['hide'] = 'Hide'; +$string['hiddentopics'] = 'Hidden Topics'; +$string['hiddentopicscollapsed'] = 'are shown in collapsed form'; +$string['hiddentopicsinvisible'] = 'are completely invisible'; $string['hidepicture'] = 'Hide picture'; $string['hits'] = 'Hits'; $string['hitsoncourse'] = 'Hits on $a->coursename by $a->username';