diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-18 17:25:38 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-02-18 17:25:38 +0000 |
commit | 17cc9374679465a035f4721eff0c3ae87225e9eb (patch) | |
tree | d402f00e2c17f3500c1150398f6922d3a8d0fac6 /views/default | |
parent | bd9aca40946dfd3907d22e3247c698eba48e01d2 (diff) | |
download | elgg-17cc9374679465a035f4721eff0c3ae87225e9eb.tar.gz elgg-17cc9374679465a035f4721eff0c3ae87225e9eb.tar.bz2 |
@todos for refactoring admin statistics
git-svn-id: http://code.elgg.org/elgg/trunk@8284 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/default')
-rw-r--r-- | views/default/admin/statistics/overview.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/views/default/admin/statistics/overview.php b/views/default/admin/statistics/overview.php index 5b366c564..c8cc682d5 100644 --- a/views/default/admin/statistics/overview.php +++ b/views/default/admin/statistics/overview.php @@ -22,6 +22,7 @@ echo elgg_view('admin/statistics/extend'); <h3><?php echo elgg_echo('admin:statistics:label:basic'); ?></h3> </div> <div class="elgg-body"> + <?php //@todo extract this table to a view so we can use elgg_view_module ?> <table class="elgg-table-alt"> <tr class="odd"> <td><b><?php echo elgg_echo('admin:statistics:label:version'); ?> :</b></td> @@ -46,6 +47,7 @@ $even_odd = ""; <h3><?php echo elgg_echo('admin:statistics:label:numentities'); ?></h3> </div> <div class="elgg-body"> + <?php //@todo extract this table to a view so we can use elgg_view_module ?> <table class="elgg-table-alt"> <?php foreach ($entity_stats as $k => $entry) { |