root/plugins/quotes/views/quotes/admin_index.ctp
| 112 | 115 | ||
|---|---|---|---|
2 | <h1><?php __('Admin Quotes'); ?></h1> | 2 | <h1><?php __('Admin Quotes'); ?></h1> |
3 | <p><?php __('Manage Quotes records'); ?></p> | 3 | <p><?php __('Manage Quotes records'); ?></p> |
4 | </div> | 4 | </div> |
5 | <div id="filters"> | ||
6 | | ||
7 | </div> | ||
8 | <?php echo $this->element('paginator'); ?><div id="view_data"> | 5 | <?php echo $this->element('paginator'); ?><div id="view_data"> |
9 | 6 | ||
10 | <?php if (!$quotes): ?> | 7 | <?php if (!$quotes): ?> |
... | ... | ||
31 | <p><?php echo $html->link(__('Add Quote', true), array('action' => 'add')); ?> </p> | 28 | <p><?php echo $html->link(__('Add Quote', true), array('action' => 'add')); ?> </p> |
32 | </div> | 29 | </div> |
33 | <div id="view_extras"> | 30 | <div id="view_extras"> |
34 | <?php echo $filter->draw(array('Quote.quote', 'Quote.author', 'Quote.approved')) ?> | 31 | <?php echo $filter->draw(array('Quote.quote', 'Quote.author', 'Quote.used', 'Quote.approved')); ?> |
35 | </div> | 32 | </div> |
Download diff