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.
		
		
		
		
		
			
		
			
				
					
					
						
							51 lines
						
					
					
						
							3.3 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							51 lines
						
					
					
						
							3.3 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/Potentials/ListViewTop.html,v 1.3 2004/07/25 01:47:06 sugarjacob Exp {APP.LBL_CURRENCY_SYM}
							 | 
						|
								 ********************************************************************************/
							 | 
						|
								-->
							 | 
						|
								<!-- BEGIN: main -->
							 | 
						|
								<div id="{DIVID}" style="display:block;">
							 | 
						|
								<table cellpadding="0" cellspacing="0" width="100%" border="0"><tbody>
							 | 
						|
									<tr height="20" class="moduleListTitle">
							 | 
						|
									<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
							 | 
						|
										<td width="40%" class="moduleListTitle"> {MOD.LBL_LIST_OPPORTUNITY_NAME}</td>
							 | 
						|
									<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
							 | 
						|
										<td width="25%" class="moduleListTitle"> {MOD.LBL_LIST_ACCOUNT_NAME}</td>
							 | 
						|
									<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
							 | 
						|
										<td width="15%" class="moduleListTitle"> {MOD.LBL_LIST_AMOUNT}</td>
							 | 
						|
									<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
							 | 
						|
										<td width="20%" class="moduleListTitle"> {MOD.LBL_LIST_DATE_CLOSED}</td>
							 | 
						|
									<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif">
							 | 
						|
									  </tr>
							 | 
						|
									<tr><td COLSPAN="9" 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}" valign=TOP style="padding:0px 3px 0px 3px;"><a href="{URL_PREFIX}index.php?action=DetailView&module=Potentials&record={OPPORTUNITY.ID}">{OPPORTUNITY.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=Accounts&record={OPPORTUNITY.ACCOUNT_ID}">{OPPORTUNITY.ACCOUNT_NAME}</A></td>
							 | 
						|
								    	<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
							 | 
						|
									<td class="{ROW_COLOR}" valign=TOP align=RIGHT style="padding:0px 3px 0px 3px;">{CURRENCY_SYMBOL}{OPPORTUNITY.AMOUNT}</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;">{OPPORTUNITY.DATE_CLOSED}</td>
							 | 
						|
								    	<td WIDTH="1" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td>
							 | 
						|
								</tr>
							 | 
						|
								<!-- END: row -->
							 | 
						|
								<tr><td COLSPAN="9" class="blackLine"><IMG SRC="{IMAGE_PATH}blank.gif"></td></tr>
							 | 
						|
								</table>
							 | 
						|
								</div>
							 | 
						|
								<!-- END: main -->
							 | 
						|
								
							 |