mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-19795 Upgraded calls to link_to_popup_window()
This commit is contained in:
parent
61867c8382
commit
4644e09c4a
3 changed files with 24 additions and 24 deletions
|
@ -8,7 +8,7 @@
|
|||
?>
|
||||
</p>
|
||||
|
||||
<p align="center"><?php if (! empty($this->errormsg)) {formerr($this->errormsg);} ?></p>
|
||||
<p align="center"><?php if (! empty($this->errormsg)) {echo $OUTPUT->error_text($this->errormsg);} ?></p>
|
||||
|
||||
|
||||
<form method="post" action="enrol.php">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue