mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Put link at the top
This commit is contained in:
parent
c3ba081792
commit
b5477371e3
@ -80,15 +80,16 @@
|
||||
|
||||
print_heading($chat->name);
|
||||
|
||||
print_simple_box( text_to_html($chat->intro) , "center");
|
||||
|
||||
print_spacer(20,20);
|
||||
|
||||
print_simple_box_start("center");
|
||||
link_to_popup_window ("/mod/chat/gui_$chatversion/index.php?id=$chat->id",
|
||||
"chat$course->id$chat->id", "$strenterchat", 500, 700, $strchat);
|
||||
print_simple_box_end();
|
||||
|
||||
print_spacer(20,20);
|
||||
|
||||
print_simple_box( text_to_html($chat->intro) , "center");
|
||||
|
||||
if ($chatusers = chat_get_users($chat->id)) {
|
||||
$timenow = time();
|
||||
print_spacer(20,20);
|
||||
|
Loading…
x
Reference in New Issue
Block a user