mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-13481, Distinguish between course fullname and user fullname
This commit is contained in:
parent
317f94b0a2
commit
d6cc234114
12 changed files with 28 additions and 24 deletions
|
@ -99,7 +99,7 @@
|
|||
$table->cellpadding = 4;
|
||||
$table->cellspacing = 3;
|
||||
$table->align = array('center','center','center','center','center','center','center');
|
||||
$table->head = array(' ',get_string('shortname'),get_string('fullname'),get_string('requestedby'),get_string('summary'),
|
||||
$table->head = array(' ',get_string('shortnamecourse'),get_string('fullnamecourse'),get_string('requestedby'),get_string('summary'),
|
||||
get_string('requestreason'),'');
|
||||
$strrequireskey = get_string('requireskey');
|
||||
foreach ($pending as $course) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue