getImage( 'loadSignedDocument', 'align="absmiddle" alt="' . $app_strings['LNK_LOAD_SIGNED'] . '" border="0"'); //if the contract state is executed or document is not a template hide this action. if ((!empty($layout_def['fields']['CONTRACT_STATUS']) && $layout_def['fields']['CONTRACT_STATUS']=='executed') or empty($layout_def['fields']['IS_TEMPLATE']) or $layout_def['fields']['IS_TEMPLATE']==0) { return ""; } return '' . $edit_icon_html . ' ' . $app_strings['LNK_LOAD_SIGNED'] .' '; } } ?>