mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Tidy up the link display page a bit
This commit is contained in:
parent
7b0d5cd551
commit
91e7ad594b
@ -80,7 +80,11 @@ if ($data = $mform->get_data()) {
|
||||
$data->key = create_user_key('grade/export', $USER->id, $COURSE->id, $data->iprestriction, $data->validuntil);
|
||||
}
|
||||
$link = $CFG->wwwroot.'/grade/export/xml/dump.php?id='.$id.'&itemids='.$itemidsurl.'&export_letters='.$data->export_letters.'&key='.$data->key;
|
||||
echo "<a href=\"$link\">$link</a>";
|
||||
|
||||
echo '<p>';
|
||||
echo '<a href="'.$link.'">'.$link.'</a>';
|
||||
echo '</p>';
|
||||
print_footer();
|
||||
}
|
||||
exit;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user