mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +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
|
@ -113,7 +113,7 @@ print_heading($title . helpbutton('groupextendenrol', $title, 'moodle', true, fa
|
|||
echo '<form method="post" action="groupextendenrol.php">';
|
||||
echo '<input type="hidden" name="id" value="'.$course->id.'" />';
|
||||
echo '<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />';
|
||||
$table->head = array (get_string('fullname'), get_string('enrolmentstart'), get_string('enrolmentend'));
|
||||
$table->head = array (get_string('fullnameuser'), get_string('enrolmentstart'), get_string('enrolmentend'));
|
||||
$table->align = array ('left', 'center', 'center', 'center');
|
||||
$table->width = "600";
|
||||
$nochange = get_string('nochange');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue