New help files for label module

This commit is contained in:
moodler 2003-09-14 12:20:32 +00:00
parent f9efae0e40
commit ad410dd19b
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<P><IMG VALIGN=absmiddle SRC="<?php echo $CFG->wwwroot?>/mod/label/icon.gif">&nbsp;<B>Labels</B></P>
<UL>
<P>This is a not a true activity - it is a "dummy" activity that allows you
to insert text and graphics among the other activities on the course page.</p>
</UL>

11
lang/en/label.php Normal file
View File

@ -0,0 +1,11 @@
<?PHP // $Id$
#------------------------------------------------------------
$string['modulename'] = "Label";
$string['modulenameplural'] = "Labels";
#------------------------------------------------------------
$string['labeltext'] = "Label text";
?>