root/plugins/accounts/views/users/admin_index.ctp
| 56 | 115 | ||
|---|---|---|---|
2 | <h2><?php echo String::insert(__(':model Management', true), array('model' => $this->params['models'][0])); ?></h2> | 2 | <h2><?php echo String::insert(__(':model Management', true), array('model' => $this->params['models'][0])); ?></h2> |
3 | <div class="view_actions"> | 3 | <div class="view_actions"> |
4 | <ul class="horizontal"> | 4 | <ul class="horizontal"> |
5 | <?php foreach (array('all', 'active', 'pending') as $filter): ?> | 5 | <?php foreach (array('all', 'active', 'pending') as $findFilter): ?> |
6 | <li><?php echo $html->link(__($filter, true), array('action' => 'index', $filter)); ?></li> | 6 | <li><?php echo $html->link(__($findFilter, true), array('action' => 'index', $findFilter)); ?></li> |
7 | <?php endforeach ?> | 7 | <?php endforeach ?> |
8 | </ul> | 8 | </ul> |
9 | </div> | 9 | </div> |
... | ... | ||
32 | echo $table->render($users, $options); | 32 | echo $table->render($users, $options); |
33 | ?> | 33 | ?> |
34 | <?php endif; ?> | 34 | <?php endif; ?> |
35 | </div> | ||
36 | <div id="view_extras"> | ||
37 | <?php echo $filter->draw(array('User.name', 'User.email')); ?> | ||
35 | </div> | 38 | </div> |
Download diff