You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
4.8 KiB
66 lines
4.8 KiB
<!--
|
|
/*********************************************************************************
|
|
* The contents of this file are subject to the SugarCRM Public License Version 1.1.2
|
|
* ("License"); You may not use this file except in compliance with the
|
|
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
|
|
* Software distributed under the License is distributed on an "AS IS" basis,
|
|
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
|
|
* the specific language governing rights and limitations under the License.
|
|
* The Original Code is: SugarCRM Open Source
|
|
* The Initial Developer of the Original Code is SugarCRM, Inc.
|
|
* Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
|
|
* All Rights Reserved.
|
|
* Contributor(s): ______________________________________.
|
|
********************************************************************************/
|
|
/*********************************************************************************
|
|
* {APP.LBL_CURRENCY_SYM}Header: /cvsroot/sugarcrm/sugarcrm/modules/Meetings/ListView.html,v 1.5 2004/06/21 06:25:52 sugarclint Exp {APP.LBL_CURRENCY_SYM}
|
|
********************************************************************************/
|
|
-->
|
|
<!-- BEGIN: main -->
|
|
<table cellpadding="0" cellspacing="0" width="100%" border="0" class="FormBorder"><tbody>
|
|
<!-- BEGIN: list_nav_row -->
|
|
<tr height="20">
|
|
<td COLSPAN="15" class="listFormHeaderLinks" align="right">
|
|
<table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td>{EXPORT_LINK}</td>
|
|
<td align="right">{START_LINK} {PREVIOUS_LINK}
|
|
{NEXT_LINK} {END_LINK} {START_RECORD} - {END_RECORD} {APP.LBL_LIST_OF} {ROW_COUNT} </td></table>
|
|
</td>
|
|
</tr>
|
|
<!-- END: list_nav_row -->
|
|
<tr><td COLSPAN="15" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td></tr>
|
|
<tr height="20" class="moduleListTitle" NOWRAP>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="2%" class="moduleListTitle" NOWRAP> <a href="{ORDER_BY}status" class="listFormHeaderLinks">{MOD.LBL_LIST_CLOSE}{status_arrow}</a> </td>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="38%" class="moduleListTitle" NOWRAP> <a href="{ORDER_BY}name" class="listFormHeaderLinks">{MOD.LBL_LIST_SUBJECT}{name_arrow}</a></td>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="20%" class="moduleListTitle" NOWRAP> {MOD.LBL_LIST_CONTACT}</td>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="20%" class="moduleListTitle" NOWRAP> {MOD.LBL_LIST_RELATED_TO}</td>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="10%" class="moduleListTitle" NOWRAP> <a href="{ORDER_BY}date_start" class="listFormHeaderLinks">{MOD.LBL_LIST_DATE}{date_start_arrow}</a></td>
|
|
<td WIDTH="1" class="blackLine" NOWRAP><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
<td width="10%" class="moduleListTitle" NOWRAP> {APP.LBL_LIST_ASSIGNED_USER}</td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
|
|
</tr>
|
|
<tr><td COLSPAN="15" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td></tr>
|
|
|
|
<!-- BEGIN: row -->
|
|
<tr height=20 class={ROW_COLOR}>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td class="{ROW_COLOR}" align='center' valign=TOP style="padding:0px 3px 0px 3px;">{MEETING.SET_COMPLETE}</td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td class="{ROW_COLOR}" valign=TOP style="padding:0px 3px 0px 3px;"><a href="{URL_PREFIX}index.php?action=DetailView&module=Meetings&record={MEETING.ID}">{MEETING.NAME}</a></td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td class="{ROW_COLOR}" valign=TOP style="padding:0px 3px 0px 3px;"><a href="{URL_PREFIX}index.php?action=DetailView&module=Contacts&record={MEETING.CONTACT_ID}">{MEETING.CONTACT_NAME}</a></td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td class="{ROW_COLOR}" valign=TOP style="padding:0px 3px 0px 3px;"><a href="{URL_PREFIX}index.php?action=DetailView&module={MEETING.PARENT_MODULE}&record={MEETING.PARENT_ID}">{MEETING.PARENT_NAME}</a></td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td class="{ROW_COLOR}" nowrap valign=TOP style="padding:0px 3px 0px 3px;">{MEETING.DATE_START}</td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
<td valign=TOP style="padding:0px 3px 0px 3px;" nowrap>{MEETING.ASSIGNED_USER_NAME}</td>
|
|
<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
|
|
</tr>
|
|
<!-- END: row -->
|
|
<tr><td COLSPAN="7">
|
|
<!-- END: main -->
|
|
|