mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Slightly better window name
This commit is contained in:
parent
7d79236935
commit
48bae72ffb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
|
|
||||||
print_simple_box_start("center");
|
print_simple_box_start("center");
|
||||||
link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id",
|
link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id",
|
||||||
"chat$chat->id", "$strenterchat", 500, 700, $strchat);
|
"chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat);
|
||||||
print_simple_box_end();
|
print_simple_box_end();
|
||||||
|
|
||||||
print_spacer(50,50);
|
print_spacer(50,50);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue