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.
		
		
		
		
		
			
		
			
				
					
					
						
							70 lines
						
					
					
						
							3.7 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							70 lines
						
					
					
						
							3.7 KiB
						
					
					
				
								<!--
							 | 
						|
								/*********************************************************************************
							 | 
						|
								** The contents of this file are subject to the vtiger CRM Public License Version 1.0
							 | 
						|
								 * ("License"); You may not use this file except in compliance with the License
							 | 
						|
								 * The Original Code is:  vtiger CRM Open Source
							 | 
						|
								 * The Initial Developer of the Original Code is vtiger.
							 | 
						|
								 * Portions created by vtiger are Copyright (C) vtiger.
							 | 
						|
								 * All Rights Reserved.
							 | 
						|
								*
							 | 
						|
								 ********************************************************************************/
							 | 
						|
								
							 | 
						|
								-->
							 | 
						|
								<!-- BEGIN: main -->
							 | 
						|
								<table width="65%" border="0" cellspacing="1" cellpadding="0" class="formOuterBorder">
							 | 
						|
								<tr>
							 | 
						|
								<td>
							 | 
						|
								<table width="100%" cellpadding="5" cellspacing="1" border="0">
							 | 
						|
								  <tbody><form action="index.php?module=Settings&action=add2db" method="post" name="index" enctype="multipart/form-data">
							 | 
						|
								  <input type="hidden" name="return_module" value="{RETURN_MODULE}">
							 | 
						|
								  <input type="hidden" name="return_action" value="{RETURN_ACTION}">
							 | 
						|
								  <tr> 
							 | 
						|
									  <th colspan="2" align=left class="formSecHeader">{MOD.LBL_LBL_COMPANY_INFO}</th></tr>	   
							 | 
						|
								    <td width="40%" nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_NAME}: </td>
							 | 
						|
								    <td align="left"> <input class="dataInput" type="text" name="organization_name" value="{ORGANIZATIONNAME}" size="40"/> 
							 | 
						|
								    <input type="hidden" name="org_name" value="{ORGANIZATIONNAME}"> </td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_ADDRESS}: </td>
							 | 
						|
								    <td align="left"> <input class="dataInput" type="text" name="organization_address" value="{ORGANIZATIONADDRESS}" size="40" /> </td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_CITY}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_city" value="{ORGANIZATIONCITY}" size="40"/> </td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_STATE}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_state" value="{ORGANIZATIONSTATE}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel"> {MOD.LBL_ORGANIZATION_CODE}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_code" value="{ORGANIZATIONCODE}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_COUNTRY}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_country" value="{ORGANIZATIONCOUNTRY}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel"> {MOD.LBL_ORGANIZATION_PHONE}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_phone" value="{ORGANIZATIONPHONE}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_FAX}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_fax" value="{ORGANIZATIONPHONE}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_WEBSITE}: </td>
							 | 
						|
								    <td align="left"><input class="dataInput" type="text" name="organization_website" value="{ORGANIZATIONWEBSITE}" size="40"</td></tr>
							 | 
						|
								  <tr>
							 | 
						|
								    <td nowrap class="dataLabel">{MOD.LBL_ORGANIZATION_LOGO}: </td>	  
							 | 
						|
									<INPUT TYPE="HIDDEN" NAME="MAX_FILE_SIZE" VALUE="800000"> 
							 | 
						|
									<td><input type="file" name="binFile" value="{FILE_NAME}" </td>
							 | 
						|
								  </tr>
							 | 
						|
								</table>
							 | 
						|
								</td>
							 | 
						|
								</tr>
							 | 
						|
								</table>
							 | 
						|
								<br>
							 | 
						|
								<table width="65%" cellpadding="0" cellspacing="0" border="0"><tbody>
							 | 
						|
								 <tr>
							 | 
						|
								   <td align="center">
							 | 
						|
									   <input title="{APP.LBL_SAVE_BUTTON_LABEL}" accessKey="{APP.LBL_SAVE_BUTTON_KEY}" class="button" type="submit" name="button" value="{APP.LBL_SAVE_BUTTON_LABEL}" >
							 | 
						|
								
							 | 
						|
									<input title="{APP.LBL_CANCEL_BUTTON_LABEL}>" accessKey="{APP.LBL_CANCEL_BUTTON_KEY}" class="button" type="submit" name="button" value="{APP.LBL_CANCEL_BUTTON_LABEL}"></td>
							 | 
						|
								 </tr>
							 | 
						|
								</form>
							 | 
						|
								</table>
							 | 
						|
								
							 | 
						|
								<!-- END: main -->
							 | 
						|
								
							 |