/
var
/
www
/
html
/
sugar9
/
modules
/
InboundEmail
/
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' nowrap width='2%'> <input type='checkbox' class='checkbox' id='massall' name='massall' value='' onclick='sListView.check_all(document.MassUpdate, "mass[]", this.checked);' /> </td> <td scope="col" width="5%" ><slot> </slot></td> <td scope="col" width="50%" ><slot><a href="{ORDER_BY}name" class="listViewThLinkS1"> {MOD.LBL_LIST_NAME}{arrow_start}{name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="11%" ><slot><a href="{ORDER_BY}is_personal" class="listViewThLinkS1"> {MOD.LBL_LIST_GLOBAL_PERSONAL}{arrow_start}{name_arrow}{arrow_end}</a></slot></td> <td scope="col" width="11%" ><slot><a href="{ORDER_BY}mailbox_type" class="listViewThLinkS1"> {MOD.LBL_LIST_MAILBOX_TYPE}{arrow_start}{mailbox_type_arrow}{arrow_end}</a></slot></td> <td scope="col" width="11%" ><slot><a href="{ORDER_BY}server_url" class="listViewThLinkS1"> {MOD.LBL_LIST_SERVER_URL}{arrow_start}{server_url_arrow}{arrow_end}</a></slot></td> <td scope="col" width="11%" ><slot><a href="{ORDER_BY}status" class="listViewThLinkS1"> {MOD.LBL_LIST_STATUS}{arrow_start}{status_arrow}{arrow_end}</a></slot></td> </tr> <!-- BEGIN: row --> <tr height="20" class="{ROW_COLOR}S1"> <td scope='row' valign=TOP><slot>{PREROW}</slot></td> <td valign=TOP> <a class="listViewTdToolsS1" href="{URL_PREFIX}index.php?action=EditView&module=InboundEmail&record={InboundEmail.ID}">{EDIT_INLINE_IMG}</a></td> <td scope='row' valign=TOP> <slot><a href="{URL_PREFIX}index.php?action=DetailView&module=InboundEmail&record={InboundEmail.ID}" > {InboundEmail.NAME}</a></slot></td> <td valign=TOP><slot>{InboundEmail.GLOBAL_PERSONAL_STRING}</slot></td> <td valign=TOP><slot>{InboundEmail.MAILBOX_TYPE_NAME}</slot></td> <td valign=TOP><slot>{InboundEmail.SERVER_URL}</slot></td> <td valign=TOP><slot>{InboundEmail.STATUS}</slot></td> </tr> <!-- END: row --> {PAGINATION} </table> <!-- END: main -->