Revize 948
Přidáno uživatelem Michal Kliment před více než 13 roky(ů)
freenetis/trunk/kohana/application/views/devices_show_by_user.php | ||
---|---|---|
echo empty($message) ? '' : '<div class="message">'.$message.'</div>';
|
||
?>
|
||
<?php
|
||
if ($this->acl_check_new ('Devices_Controller', 'device', $member_id))
|
||
if ($this->acl_check_new ('Devices_Controller', 'devices', $member_id))
|
||
echo html::anchor (url_lang::base().'devices/add_whole/'.$user_id, url_lang::lang('texts.Add new device'))
|
||
?>
|
||
<br /><br />
|
Také k dispozici: Unified diff
Merge z testingu: Oprava chyby - na strance zobrazeni zarizeni uzivatele chybel odkaz na pridani noveho zarizeni...