Detailed Description:
Show filemanagement option is on but the link for delete file is missing.
The problem seems to be in class.jmfp_utils.php line 542 :
if($fm =& cmsms()->GetModuleInstance('FileManager'))
return $fm->GetActionIcon($action);
else
return '<img class="JMFP_actionicon"
src="'.$config['root_url'].'/modules/JMFilePicker/images/'.$action.'.gif"
title="'.$action.'" alt="'.$action.'" />';
The filemanager has no method GetActionIcon() in CMSMS v2...