Rev 16811 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<div class="appTransactions index"><h2><?php echo __('App Transactions'); ?></h2><table cellpadding="0" cellspacing="0" class="table table-striped"><tr><th><?php echo $this->Paginator->sort('app_id'); ?></th><th><?php echo $this->Paginator->sort('app_name'); ?></th><th><?php echo $this->Paginator->sort('count'); ?></th><th><?php echo $this->Paginator->sort('approved'); ?></th><th><?php echo $this->Paginator->sort('conversion_percentage'); ?></th></tr><?php foreach ($appTransactions as $appTransaction): ?><tr><td><?php echo h($appTransaction['AppTransaction']['app_id']); ?> </td><td><?php echo h($appTransaction['AppTransaction']['app_name']); ?> </td><td><?php echo h($appTransaction[0]['count']); ?> </td><td><?php echo h($appTransaction['AppTransaction']['approved']); ?> </td><td><?php echo h($appTransaction['AppTransaction']['payout_description']); ?> </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>