Blame | Last modification | View Log | RSS feed
<div class="container"><div class="row"><div class="col-lg-12 table-responsive"><h3>Filter history (<?php echo $userFilters[0]['User']['username'];?>)</h3><table class="table table-striped"><tr><th><?php echo $this->Paginator->sort('created'); ?></th><th><?php echo $this->Paginator->sort('type'); ?></th><th><?php echo $this->Paginator->sort('filters'); ?></th></tr><?php foreach ($userFilters as $url): ?><tr><td><?php echo h($url['UserFilter']['created']); ?> </td><td><?php echo h($url['UserFilter']['type']); ?> </td><td><?php echo h($url['UserFilter']['filters']); ?> </td></tr><?php endforeach; ?></table><p><?phpecho $this->Paginator->counter(array('format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}')));?></p><div class="paging"><?phpecho $this->Paginator->prev('< ' . __('previous'), array(), null, array('class' => 'prev disabled'));echo $this->Paginator->numbers(array('separator' => ''));echo $this->Paginator->next(__('next') . ' >', array(), null, array('class' => 'next disabled'));?></div></div></div></div>