Internalmail: 1.1. Released (New minor version )

Re: Internalmail: 1.1. Released (New minor version )

by Teemu Sumi -
Number of replies: 0
Here is the Finnish translation.

I found some problems. Contacts icon is hidden. the problem is in lib.php:

function simplemail_print_contacts($d, $courseid, $parent){
    if ($courseid==1){
                    simplemail_print_options($d, $courseid, $parent);
               echo "<img src=\"".$CFG->wwwroot."/moodle/mod/simplemail/images/contacts.gif\" width=\"24\" height=\"24\" align=\"absmiddle\"><a name=\"$post->id\"></a><font size=-1><a href=\"discuss.php?d=$d&course=$courseid&screen=7\">".get_string('contacts','simplemail')."</a><BR> ";
    }
}

Add global $CFG; and remove "moodle" from src.

When adding contacts there are an error message but it seems to be working.

In config page there are two strings missing (English):

welcomeh
subscriptionsenabled


Teemu