Index: lang.php =================================================================== RCS file: /cvsroot/moodle/moodle/admin/lang.php,v retrieving revision 1.89 diff -u -r1.89 lang.php --- lang.php 1 Mar 2007 04:10:41 -0000 1.89 +++ lang.php 7 Mar 2007 23:43:03 -0000 @@ -191,7 +191,7 @@ foreach ($files as $filekey => $file) { // check all the help files. if (!file_exists("$langdir/help/$file")) { - echo "

".get_string("filemissing", "", "$langdir/help/$file")."

"; + echo "wwwroot/$CFG->admin/langdoc.php?sesskey=$USER->sesskey&currentfile=help/$file\">" .get_string("filemissing", "", "$currentlang/help/$file") . "" . "
\n"; $somethingfound = true; continue; } @@ -202,7 +202,7 @@ } foreach ($files as $filekey => $file) { // check all the docs files. if (!file_exists("$langdir/docs/$file")) { - echo "

".get_string("filemissing", "", "$langdir/docs/$file")."

"; + echo "wwwroot/$CFG->admin/langdoc.php?sesskey=$USER->sesskey&currentfile=docs/$file\">" .get_string("filemissing", "", "$currentlang/docs/$file") . "" . "
\n"; $somethingfound = true; continue; }