--- /Users/Daniele/Desktop/moodle/user/index.php 2007-04-30 20:20:31.000000000 +0200 +++ /Applications/MAMP/htdocs/eduiss/user/index.php 2007-04-30 20:20:38.000000000 +0200 @@ -607,6 +607,10 @@ if (has_capability('moodle/site:readallmessages', $context)) { $displaylist['messageselect.php'] = get_string('messageselectadd'); } + if (has_capability('moodle/site:uploadusers', $context)) { + $displaylist['downloadtxt.php'] = get_string('downloadtext'); + $displaylist['downloadxls.php'] = get_string('downloadexcel'); + } if ($course->enrolperiod) { $displaylist['extendenrol.php'] = get_string('extendenrol'); }