|
|
@ -583,7 +583,9 @@
|
|
|
|
" <td>" . $content["description"] . "</td>" . PHP_EOL .
|
|
|
|
" <td>" . $content["description"] . "</td>" . PHP_EOL .
|
|
|
|
" <td class=\"td_users\">" . $active_users . "</td>" . PHP_EOL .
|
|
|
|
" <td class=\"td_users\">" . $active_users . "</td>" . PHP_EOL .
|
|
|
|
" <td><a href=\"" . $preview_link . "\">" . $preview_link . "</a></td>" . PHP_EOL .
|
|
|
|
" <td><a href=\"" . $preview_link . "\">" . $preview_link . "</a></td>" . PHP_EOL .
|
|
|
|
" <td class=\"td_join_url\">" . substr($join_link, 0, 32) . "...<button>Copy</button></td>" . PHP_EOL .
|
|
|
|
" <td class=\"td_join_url\">" . substr($join_link, 0, 32) . "..." . PHP_EOL .
|
|
|
|
|
|
|
|
" <button class=\"copy_button\" onclick=\"copyToClipboard('" . $join_link . "')\">Copy</button>" . PHP_EOL .
|
|
|
|
|
|
|
|
" </td>" . PHP_EOL .
|
|
|
|
" </tr>" . PHP_EOL;
|
|
|
|
" </tr>" . PHP_EOL;
|
|
|
|
$table_lines[] = $line;
|
|
|
|
$table_lines[] = $line;
|
|
|
|
}
|
|
|
|
}
|
|
|
|