]> git.mjollnir.org Git - moodle.git/commitdiff
Now, in topics format, every course can decide about how to
authorstronk7 <stronk7>
Tue, 27 Apr 2004 16:32:29 +0000 (16:32 +0000)
committerstronk7 <stronk7>
Tue, 27 Apr 2004 16:32:29 +0000 (16:32 +0000)
display hidden topics (collapsed or invisible)
Some strings and one help file. Please, review it!!

lang/en/help/coursehiddentopics.html [new file with mode: 0644]
lang/en/moodle.php

diff --git a/lang/en/help/coursehiddentopics.html b/lang/en/help/coursehiddentopics.html
new file mode 100644 (file)
index 0000000..94fb0b3
--- /dev/null
@@ -0,0 +1,10 @@
+<p align="center"><b>Course hidden topics</b></p>
+
+<P>This option allows you to decide how the hidden topics in your course 
+   are going to be displayed to students.</p>
+
+<p>You can select to show them in collapsed form or hiding them 
+   at all.</p>
+
+<p>This setting only has effect in courses using the "Topics" format.</p>
+
index 7c2e874edb274e9dee425525783891a412c1d87f..6bab2fe72430264a6b15070b859c5aec316db853 100644 (file)
@@ -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';