mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Add placeholder for attachments
This commit is contained in:
parent
18e38b1dfc
commit
79c669c6cb
@ -111,6 +111,7 @@ class infolog_merge extends bo_merge
|
||||
|
||||
// Links
|
||||
$array['links'] = $this->get_links('infolog', $id);
|
||||
$array['attachments'] = $this->get_links('infolog', $id, egw_link::VFS_APPNAME);
|
||||
|
||||
// Add markers
|
||||
foreach($array as $key => &$value)
|
||||
@ -185,6 +186,7 @@ class infolog_merge extends bo_merge
|
||||
echo '<tr><td colspan="4"><h3>'.lang('General fields:')."</h3></td></tr>";
|
||||
foreach(array(
|
||||
'links' => lang('Titles of any entries linked to the current record'),
|
||||
'attachments' => lang('List of files linked to the current record'),
|
||||
'date' => lang('Date'),
|
||||
'user/n_fn' => lang('Name of current user, all other contact fields are valid too'),
|
||||
'user/account_lid' => lang('Username'),
|
||||
|
Loading…
Reference in New Issue
Block a user