diff options
Diffstat (limited to 'web/template/stats')
-rw-r--r-- | web/template/stats/general_stats_table.php | 6 | ||||
-rw-r--r-- | web/template/stats/user_table.php | 15 |
2 files changed, 0 insertions, 21 deletions
diff --git a/web/template/stats/general_stats_table.php b/web/template/stats/general_stats_table.php index 254b6b64..01f1fec0 100644 --- a/web/template/stats/general_stats_table.php +++ b/web/template/stats/general_stats_table.php @@ -12,12 +12,6 @@ </tr> <tr> <td class='boxSoft'> -<span class='f4'><?php print __("Packages in [community]"); ?></span> -</td> -<td class='boxSoft'><span class='f4'><?php print $community_count; ?></span></td> -</tr> -<tr> -<td class='boxSoft'> <span class='f4'><?php print __("Packages added or updated in the past 7 days"); ?></span> </td> <td class='boxSoft'><span class='f4'><?php print $update_count; ?></span></td> diff --git a/web/template/stats/user_table.php b/web/template/stats/user_table.php index e6841d71..05158689 100644 --- a/web/template/stats/user_table.php +++ b/web/template/stats/user_table.php @@ -17,21 +17,6 @@ </td> </tr> -<?php if (($atype == 'Trusted User') || ($atype == 'Developer')) : ?> - -<tr> -<td class='boxSoft'> -<span class='f4'><a href="packages.php?SeB=m&L=3&K=<?php echo $username; ?>"> -<?php print __("Packages in [community]"); ?></a></span> -</td> -<td class='boxSoft'> -<span class='f4'> -<?php echo $maintainer_community_count; ?></span> -</td> -</tr> - -<?php endif; ?> - <tr> <td class='boxSoft'> <span class='f4'><a href="packages.php?SeB=m&outdated&K=<?php echo $username; ?>"> |