mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Tidying up to make headings more consistent across boxes
This commit is contained in:
parent
2773ced471
commit
6cbf4bd4fc
2 changed files with 6 additions and 9 deletions
10
tag/lib.php
10
tag/lib.php
|
@ -1303,15 +1303,7 @@ function print_tagged_users_table($tag_object, $limitfrom='' , $limitnum='', $re
|
|||
$limitfrom,
|
||||
$limitnum) );
|
||||
|
||||
$output = '';
|
||||
|
||||
//user table box
|
||||
$output .= print_box_start('generalbox', 'tag-user-table', true);
|
||||
|
||||
$output .= print_user_list($userlist, true);
|
||||
|
||||
$output .= print_box_end(true);
|
||||
//end table box
|
||||
$output = print_user_list($userlist, true);
|
||||
|
||||
if ($return) {
|
||||
return $output;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue