>Paginator->sort('signature');?>
Paginator->sort('event_id');?> Paginator->sort('category');?> Paginator->sort('type');?> Paginator->sort('value');?>
Html->link($attribute['Event']['id'], array('controller' => 'events', 'action' => 'view', $attribute['Event']['id'])); ?>     Html->link($sig_display, array('controller' => 'attributes', 'action' => 'download', $attribute['Attribute']['id'])); } elseif ('link' == $attribute['Attribute']['type']) { echo $this->Html->link($sig_display, $sig_display); } else { echo $sig_display; } ?>    Html->link(__('Edit'), array('action' => 'edit', $attribute['Attribute']['id'])); echo $this->Form->postLink(__('Delete'), array('action' => 'delete', $attribute['Attribute']['id']), null, __('Are you sure you want to delete this attribute?')); } echo $this->Html->link(__('View'), array('controller' => 'events', 'action' => 'view', $attribute['Attribute']['event_id'])); ?>

Paginator->counter(array( 'format' => __('Page {:page} of {:pages}, showing {:current} records out of {:count} total, starting on record {:start}, ending on {:end}') )); ?>

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')); ?>