Rollback of pagination on event view

Comeback to previous event layout. This does not change the preformance issue so it is not worth to put in stable.
We will move it to the devel branch
pull/61/head
git 2012-07-24 15:44:04 +02:00
parent de89d28caa
commit 8ba98a1e57
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
?>
<tr>
<td class="short">
<?php echo $this->Html->link($event['Event']['id'], array('controller' => 'attributes', 'action' => 'event', $event['Event']['id'])); ?>
<?php echo $this->Html->link($event['Event']['id'], array('controller' => 'events', 'action' => 'view', $event['Event']['id'])); ?>
&nbsp;</td>
<?php if ('true' == Configure::read('CyDefSIG.showorg') || $isAdmin): ?>
<td class="short" onclick="document.location ='<?php echo $this->Html->url(array('action' => 'view', $event['Event']['id']), true) ;?>';">