use $isAclAdd for New Server.
pull/63/head
noud 2012-11-15 11:25:09 +01:00
parent 7a96c66b49
commit 5bcad4ee99
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
</div>
<div class="actions">
<ul>
<li><?php if ($isAclModifyOrg) echo $this->Html->link(__('New Server'), array('controller' => 'servers', 'action' => 'add')); ?></li>
<li><?php if ($isAclAdd) 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>
<li>&nbsp;</li>
<?php echo $this->element('actions_menu'); ?>