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.
		
		
		
		
		
			
		
			
				
					
					
						
							89 lines
						
					
					
						
							5.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							89 lines
						
					
					
						
							5.0 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/DetailView.html,v 1.8 2004/07/11 20:08:52 sugarjacob Exp {APP.LBL_CURRENCY_SYM} | |
|  ********************************************************************************/ | |
| --> | |
| <!-- BEGIN: main --> | |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> | |
| <tr> | |
|     <td vAlign="middle" align="left"><IMG src="{IMAGE_PATH}Meetings.gif" border="0"></td> | |
|     <td class="moduleTitle" vAlign="middle" align="left" noWrap width="100%" height="20">{MOD.LBL_MEETING}  {NAME}</td> | |
| 	<td nowrap class='bodySmall' align='right'>[ <A href={PRINT_URL}>{APP.LNK_PRINT}</A> ]</td> | |
| 	<td nowrap class='bodySmall' align='right'>[ <A href='http://www.vtiger.com/products/crm/document.html' target='_blank'>{APP.LNK_HELP}</A> ]</td> | |
| </tr> | |
| <tr><td colspan="4"><div class="hline"><img height='1' src='include/images/blank.gif'></div></td></tr></table> | |
| 
 | |
| <table width="100%" cellpadding="2" cellspacing="0" border="0"> | |
| <form action="index.php" method="post" name="DetailView" id="form"> | |
| <tr><td> </td> | |
| 	<td> | |
| 		<table cellpadding="0" cellspacing="5" border="0"> | |
| 			<input type="hidden" name="module" value="Meetings"> | |
| 			<input type="hidden" name="record" value="{ID}"> | |
| 			<input type="hidden" name="isDuplicate" value=false>			 | |
| 			<input type="hidden" name="action"> | |
| 			<input type="hidden" name="contact_id" value="{CONTACT_ID}"> | |
| 			<input type="hidden" name="user_id" value="{USER_ID}"> | |
| 			<input type="hidden" name="return_module"> | |
| 			<input type="hidden" name="return_action"> | |
| 			<input type="hidden" name="return_id"> | |
| 			<input type="hidden" name="source_module"> | |
| 			<input type="hidden" name="entity_id"> | |
| 		<tr> | |
| 		<td><input title="{APP.LBL_EDIT_BUTTON_TITLE}" accessKey="{APP.LBL_EDIT_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='Meetings'; this.form.return_action.value='DetailView'; this.form.return_id.value='{ID}'; this.form.action.value='EditView'" type="submit" name="button" value="{APP.LBL_EDIT_BUTTON}"></td>  | |
| 		<td><input title="{APP.LBL_DUPLICATE_BUTTON_TITLE}" accessKey="{APP.LBL_DUPLICATE_BUTTON_KEY}" class="button" onclick="this.form.return_module.value='Meetings'; this.form.return_action.value='index'; this.form.isDuplicate.value=true; this.form.action.value='EditView'" type="submit" name="button" value="{APP.LBL_DUPLICATE_BUTTON}"></td> | |
| 	{DELETEBUTTON} | |
| 		</tr></table> | |
| 	</td> | |
| 	</form> | |
| </tr> | |
| </table>  | |
| 
 | |
| <table width="100%" border="0" cellspacing="0" cellpadding="0" class="formOuterBorder"> | |
| <tr> | |
| <td> | |
| 	<table width="100%" border="0" cellspacing="1" cellpadding="2"> | |
| 	<tr> | |
| 	<td width="20%" class="dataLabel">{MOD.LBL_SUBJECT}</td> | |
| 	<td width="30%" class="dataField">{NAME}</td> | |
| 	<td width="20%" class="dataLabel">{MOD.LBL_STATUS}</td> | |
| 	<td width="30%" class="dataField">{STATUS}</td> | |
| 	</tr><tr> | |
| 	<td width="20%" class="dataLabel">{MOD.LBL_LOCATION}</td> | |
| 	<td width="30%" class="dataField">{LOCATION}</td> | |
| 	<td width="20%" class="dataLabel">{PARENT_TYPE}{MOD.LBL_COLON}</td> | |
| 	<td width="30%" class="dataField"><a href="index.php?module={PARENT_MODULE}&action=DetailView&record={PARENT_ID}">{PARENT_NAME}</a></td> | |
| 	</tr><tr> | |
| 	<td width="20%" class="dataLabel">{MOD.LBL_DATE_TIME}</td> | |
| 	<td width="30%" class="dataField">{DATE_START} {TIME_START}</td> | |
| 	<td width="20%" class="dataLabel">{MOD.LBL_DURATION}</td> | |
| 	<td width="30%" class="dataField" valign="top">{DURATION_HOURS}h {DURATION_MINUTES}m</td> | |
| 	</tr><tr> | |
| 	<td width="20%" valign="top" class="dataLabel">{APP.LBL_ASSIGNED_TO}</td> | |
| 	<td width="30%" valign="top" class="dataField">{ASSIGNED_TO}</td> | |
| 	<td width="20%" class="dataLabel">{APP.LBL_DATE_MODIFIED}</td> | |
| 	<td width="30%" class="dataField">{DATE_MODIFIED}</td> | |
| 	</tr><tr> | |
| 	<td class="dataLabel"> </td> | |
| 	<td class="dataLabel"> </td> | |
| 	<td width="20%" class="dataLabel">{APP.LBL_DATE_ENTERED}</td> | |
| 	<td width="30%" class="dataField">{DATE_ENTERED}</td> | |
| 	</tr><tr> | |
| 	<td width="20%" valign="top" valign="top" class="dataLabel">{MOD.LBL_DESCRIPTION}</td> | |
| 	<td colspan="3" class="dataField">{DESCRIPTION}</td> | |
| </tr></table> | |
| </td></tr></table> | |
| <!-- END: main -->
 | |
| 
 |