diff --git a/sites/+components/tbl_communities.php b/sites/+components/tbl_communities.php index cc589d14..42f6becd 100644 --- a/sites/+components/tbl_communities.php +++ b/sites/+components/tbl_communities.php @@ -11,7 +11,8 @@ global $TABLE_COLUMNS; $column = $TABLE_COLUMNS[$colno]; if (!column_sortable($column['id'])) return ""; - return " onclick='sortTable($colno)' title='Click to sort this column'"; + $name = $column['name']; + return " onclick='sortTable($colno)' title='Click to sort by $name'"; } $TABLE_COLUMNS = [ @@ -88,8 +89,8 @@
- join_link, 32)?> + join_link, 32)?> Copy link
diff --git a/sites/index.php b/sites/index.php index 8d51d44b..240e5725 100644 --- a/sites/index.php +++ b/sites/index.php @@ -16,6 +16,11 @@ Self-updating list of active Session communities +
@@ -65,8 +70,13 @@ only available with JS enabled.

-