aboutsummaryrefslogtreecommitdiff
path: root/views/default/core
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/core')
-rw-r--r--views/default/core/settings/statistics/numentities.php2
-rw-r--r--views/default/core/settings/statistics/online.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/views/default/core/settings/statistics/numentities.php b/views/default/core/settings/statistics/numentities.php
index fa393f14a..388af0af6 100644
--- a/views/default/core/settings/statistics/numentities.php
+++ b/views/default/core/settings/statistics/numentities.php
@@ -16,7 +16,7 @@ if ($entity_stats) {
<h3><?php echo elgg_echo('usersettings:statistics:label:numentities'); ?></h3>
</div>
<div class="elgg-body">
- <table class="styled">
+ <table class="elgg-table-alt">
<?php
foreach ($entity_stats as $k => $entry) {
foreach ($entry as $a => $b) {
diff --git a/views/default/core/settings/statistics/online.php b/views/default/core/settings/statistics/online.php
index 76acec183..df477d871 100644
--- a/views/default/core/settings/statistics/online.php
+++ b/views/default/core/settings/statistics/online.php
@@ -21,7 +21,7 @@ if ($log) {
<h3><?php echo elgg_echo('usersettings:statistics:yourdetails'); ?></h3>
</div>
<div class="elgg-body">
- <table class="styled">
+ <table class="elgg-table-alt">
<tr class="odd"><td class="column-one"><?php echo elgg_echo('usersettings:statistics:label:name'); ?></td><td><?php echo $user->name; ?></td></tr>
<tr class="even"><td class="column-one"><?php echo elgg_echo('usersettings:statistics:label:email'); ?></td><td><?php echo $user->email; ?></td></tr>
<tr class="odd"><td class="column-one"><?php echo elgg_echo('usersettings:statistics:label:membersince'); ?></td><td><?php echo date("r",$user->time_created); ?></td></tr>