minor layout improvement

pull/61/head
Christophe Vandeplas 2012-05-21 13:42:16 +02:00
parent c713d6498f
commit 93c96ff7c3
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@
<?php if ('true' == Configure::read('CyDefSIG.sync')): ?>
<li>&nbsp;</li>
<h3><?php echo __('Sync Actions'); ?></h3>
<li><?php echo $this->Html->link(__('New Server'), array('controller' => 'servers', 'action' => 'add')); ?></li>
<li><?php echo $this->Html->link(__('List Servers'), array('controller' => 'servers', 'action' => 'index'));?></li>
<?php endif; ?>