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!!
This commit is contained in:
stronk7 2004-04-27 16:32:29 +00:00
parent 5321d59360
commit 5b044cc120
2 changed files with 13 additions and 0 deletions

View file

@ -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>

View file

@ -451,6 +451,9 @@ $string['helptext'] = 'How to write text';
$string['helpwiki'] = 'How to write Wiki text'; $string['helpwiki'] = 'How to write Wiki text';
$string['helpwriting'] = 'Write carefully'; $string['helpwriting'] = 'Write carefully';
$string['hide'] = 'Hide'; $string['hide'] = 'Hide';
$string['hiddentopics'] = 'Hidden Topics';
$string['hiddentopicscollapsed'] = 'are shown in collapsed form';
$string['hiddentopicsinvisible'] = 'are completely invisible';
$string['hidepicture'] = 'Hide picture'; $string['hidepicture'] = 'Hide picture';
$string['hits'] = 'Hits'; $string['hits'] = 'Hits';
$string['hitsoncourse'] = 'Hits on $a->coursename by $a->username'; $string['hitsoncourse'] = 'Hits on $a->coursename by $a->username';