/
var
/
www
/
html
/
sugar9
/
modules
/
Administration
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <!-- BEGIN: main --> <!-- BEGIN: group --> <p>{GROUP_HEADER}{GROUP_DESC} <table class="other view"> <!-- BEGIN: row --> <tr> <!-- BEGIN: col --> <td width="20%" scope="row">{ITEM_HEADER_IMAGE} <a href='{ITEM_URL}' class="tabDetailViewDL2Link">{ITEM_HEADER_LABEL}</a></td> <td>{ITEM_DESCRIPTION}</td> <!-- END: col --> <!-- BEGIN: empty --> <td scope="row"> </td> <td> </td> <!-- END: empty --> </tr> <!-- END: row --> </table> </p> <!-- END: group --> <!-- END: main -->