/
var
/
www
/
html
/
sugar14
/
modules
/
Releases
/
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 --> <table cellpadding="0" cellspacing="0" width="100%" border="0" class="list view"> <!-- BEGIN: list_nav_row --> {PAGINATION} <!-- END: list_nav_row --> <tr height="20"> <td scope="col" width="72%" ><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}name" class="listViewThLinkS1">{MOD.LBL_LIST_NAME.ESCAPE_HTML_ATTR}{arrow_start}{name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" ><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}status" class="listViewThLinkS1">{MOD.LBL_LIST_STATUS.ESCAPE_HTML_ATTR}{arrow_start}{status_arrow}{arrow_end}</a></slot></td> <td scope="col" width="10%" nowrap><slot><a href="{ORDER_BY.ESCAPE_HTML_ATTR}list_order" class="listViewThLinkS1">{MOD.LBL_LIST_LIST_ORDER.ESCAPE_HTML_ATTR}{arrow_start}{list_order_arrow}{arrow_end}</a></slot></td> <td scope="col" width="8%" ><slot> </slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR.ESCAPE_HTML_ATTR}S1"> <td scope="row" valign=TOP><slot><a href="{URL_PREFIX.ESCAPE_HTML_ATTR}index.php?action=index&module=Releases&record={RELEASE.ID.ESCAPE_URL}" >{RELEASE.NAME.ESCAPE_HTML}</a></slot></td> <td valign=TOP><slot>{RELEASE.STATUS.ESCAPE_HTML}</slot></td> <td valign=TOP><slot>{RELEASE.LIST_ORDER.ESCAPE_HTML}</slot></td> <td nowrap align="center" valign=TOP>{RELEASE.DELETE_BUTTON}</td> </tr> <!-- END: row --> </table> <!-- END: main -->