Revize c1bdc1c4
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/views/clouds/show.php | ||
---|---|---|
|
||
if ($this->acl_check_edit('Clouds_Controller', 'clouds'))
|
||
{
|
||
echo html::anchor('clouds/edit/' . $cloud->id, __('Edit cloud')) . ' | ';
|
||
echo html::anchor('notifications/cloud/' . $cloud->id, __('Notifications'));
|
||
echo html::anchor('clouds/edit/' . $cloud->id, __('Edit cloud'));
|
||
|
||
if (module::e('notification') &&
|
||
$this->acl_check_new('Notifications_Controller', 'cloud'))
|
||
echo ' | ' . html::anchor('notifications/cloud/' . $cloud->id, __('Notifications'));
|
||
}
|
||
?>
|
||
|
Také k dispozici: Unified diff
Release 1.1.0