Fix missing icon for link action

This commit is contained in:
Nathan Gray 2014-10-30 22:14:07 +00:00
parent 525db32b59
commit 9a7d087824

View File

@ -275,7 +275,7 @@ var et2_nextmatch_controller = et2_dataview_controller.extend(et2_IDataProvider,
if(drop_action == null)
{
// Create the drop action that links entries
drop_action = mgr.addAction('drop', 'egw_link_drop', this.egw.lang('link'), 'link', function(action, source, dropped) {
drop_action = mgr.addAction('drop', 'egw_link_drop', this.egw.lang('Create link'), egw.image('link'), function(action, source, dropped) {
// Extract link IDs
var links = [];
var id = '';