Revize c1bdc1c4
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/views/access_rights/acl_show.php | ||
---|---|---|
|
||
<?php
|
||
$links = array();
|
||
$links[] = html::anchor('acl/edit/'.$acl->id, __('Edit'));
|
||
$links[] = html::anchor('acl/delete/'.$acl->id, __('Delete'));
|
||
|
||
if ($this->acl_check_edit('Acl_Controller', 'acl'))
|
||
$links[] = html::anchor('acl/edit/'.$acl->id, __('Edit'));
|
||
|
||
if ($this->acl_check_delete('Acl_Controller', 'acl'))
|
||
$links[] = html::anchor('acl/delete/'.$acl->id, __('Delete'), array('class' => 'delete_link'));
|
||
|
||
echo implode(' | ',$links);
|
||
?><br /><br />
|
Také k dispozici: Unified diff
Release 1.1.0