correct from 50*50 to 48*48, so it's an icon size.
pull/63/head
noud 2012-10-31 15:54:15 +01:00
parent 6495787023
commit 2b478605a5
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ $buttonPublishStatus = $isAclPublish ? 'button_on':'button_off';
<?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);?>';">
<?php
echo $this->Html->image('orgs/' . h($event['Event']['org']) . '.png', array('alt' => h($event['Event']['org']),'width' => '50','hight' => '50'));
echo $this->Html->image('orgs/' . h($event['Event']['org']) . '.png', array('alt' => h($event['Event']['org']),'width' => '48','hight' => '48'));
?>
&nbsp;</td>
<?php endif; ?>

View File

@ -28,7 +28,7 @@ if ($mayPublish) {
</div>
<?php if ('true' == Configure::read('CyDefSIG.showorg') || $isAdmin): ?>
<?php echo $this->Html->image('orgs/' . h($event['Event']['org']) . '.png', array('alt' => h($event['Event']['org']),'width' => '50','hight' => '50', 'style' => 'float:right;')); ?>
<?php echo $this->Html->image('orgs/' . h($event['Event']['org']) . '.png', array('alt' => h($event['Event']['org']),'width' => '48','hight' => '48', 'style' => 'float:right;')); ?>
<?php endif; ?>
<h2>Event</h2>
<dl>