Implement links placeholder

This commit is contained in:
Nathan Gray 2011-10-25 22:39:16 +00:00
parent be72daba85
commit adfe721ba7

View File

@ -109,6 +109,9 @@ class infolog_merge extends bo_merge
if(!$array['#'.$name]) $array['#'.$name] = '';
}
// Links
$array['links'] = $this->get_links('infolog', $id);
// Add markers
foreach($array as $key => &$value)
{
@ -181,6 +184,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'),
'date' => lang('Date'),
'user/n_fn' => lang('Name of current user, all other contact fields are valid too'),
'user/account_lid' => lang('Username'),