mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-28 00:39:19 +01:00
Revert 37361, didn't solve the issue
This commit is contained in:
parent
0934dd0045
commit
f8ec5c9f40
@ -324,9 +324,6 @@ class link_widget
|
|||||||
$value[$row]['icon'] = egw_link::get_registry($value[$row]['app'], 'icon');
|
$value[$row]['icon'] = egw_link::get_registry($value[$row]['app'], 'icon');
|
||||||
$value[$row]['label'] = 'Unlink';
|
$value[$row]['label'] = 'Unlink';
|
||||||
$value[$row]['help'] = lang('Remove this link (not the entry itself)');
|
$value[$row]['help'] = lang('Remove this link (not the entry itself)');
|
||||||
|
|
||||||
$value[$row]['view'] = "javascript:egw.open('{$link['id']}', '{$link['app']}', 'view');";
|
|
||||||
unset($value[$row]['target']);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user