mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-24 15:48:55 +01:00
Fix for bug #2090: fmail problem, if no filemanager rights
This commit is contained in:
parent
87137a2f71
commit
e2994725d6
@ -252,6 +252,10 @@
|
||||
<img src="'.$GLOBALS['egw']->common->image('filemanager','navbar').'" height="18">
|
||||
</button>');
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->t->set_var('vfs_attach_button','');
|
||||
}
|
||||
$linkData = array
|
||||
(
|
||||
'menuaction' => 'felamimail.uicompose.action',
|
||||
|
@ -692,6 +692,10 @@
|
||||
}
|
||||
$this->t->set_var('vfs_save',$vfs_save);
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->t->set_var('vfs_save','');
|
||||
}
|
||||
$this->t->parse('attachment_rows','message_attachement_row',True);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user