correct menu on add/edit Import Whitelist.
pull/63/head
noud 2012-12-05 14:58:15 +01:00
parent 2b76d6011f
commit 7de97ce38f
2 changed files with 1 additions and 5 deletions

View File

@ -12,7 +12,6 @@
<div class="actions">
<h3><?php echo __('Actions'); ?></h3>
<ul>
<li><?php echo $this->Html->link(__('List Regexs'), array('admin' => true, 'action' => 'index'));?></li>
<?php echo $this->element('actions_menu'); ?>
</ul>
</div>

View File

@ -12,9 +12,6 @@
</div>
<div class="actions">
<ul>
<li><?php echo $this->Form->postLink(__('Delete Regex'), array('admin' => true, 'action' => 'delete', $this->Form->value('Whitelist.id')), null, __('Are you sure you want to delete # %s?', $this->Form->value('Whitelist.id'))); ?></li>
<li>&nbsp;</li>
<?php echo $this->element('actions_menu'); ?>
</ul>
</div>