diff options
| author | 2014-10-16 16:43:37 +0200 | |
|---|---|---|
| committer | 2014-10-17 16:24:21 +0200 | |
| commit | 2796cc9ae559842a90fa15cba65c94a11b29195e (patch) | |
| tree | 0dc742153cba0b4c45c15b255047b71188449f73 /app/views/stats | |
| parent | c5fe3bd6593d0a07c087d1e60ae2e4b8ab5f9fa9 (diff) | |
User list load a new page
Beginning of more options for administrator!
Diffstat (limited to 'app/views/stats')
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 670714707..32268a546 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -5,7 +5,7 @@ <h1><?php echo _t('stats_repartition'); ?></h1> - <select id="feed_select"> + <select id="feed_select" class="select-change"> <option data-url="<?php echo _url('stats', 'repartition')?>"><?php echo _t('all_feeds')?></option> <?php foreach ($this->categories as $category) { $feeds = $category->feeds(); |
