[Vtigercrm-commits] [vtiger-commits] r5258 - /vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Apr 24 05:51:30 EDT 2006


Author: don
Date: Mon Apr 24 03:51:25 2006
New Revision: 5258

Log:
phone and fzx field increased Ticket ID 704

Modified:
    vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl

Modified: vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl
==============================================================================
--- vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl (original)
+++ vtigercrm/trunk/Smarty/templates/Settings/EditCompanyInfo.tpl Mon Apr 24 03:51:25 2006
@@ -74,13 +74,13 @@
 	</tr>
 	<tr>
 	<td colspan="2" style="padding: 0px;" width="75%">
-	<table border="0" cellpadding="10" cellspacing="0" width="100%">
+	<table border="0" cellpadding="5" cellspacing="0" width="100%">
 	<tbody><tr>
-	<td nowrap align="right" width="25%"><b>{$MOD.LBL_ORGANIZATION_PHONE} : </b></td>
-	<td width="25%"><input name="organization_phone" class="txtBox" value="{$ORGANIZATIONPHONE}" type="text"></td>
+	<td nowrap align="right" width="15%"><b>{$MOD.LBL_ORGANIZATION_PHONE} : </b></td>
+	<td width="40%"><input name="organization_phone" class="txtBox" value="{$ORGANIZATIONPHONE}" type="text"></td>
 
-	<td nowrap align="right" width="25%"><b>{$MOD.LBL_ORGANIZATION_WEBSITE} : </b></td>
-	<td width="25%"><input name="organization_website" class="txtBox" value="{$ORGANIZATIONWEBSITE}" type="text"></td>
+	<td nowrap align="right" width="15%"><b>{$MOD.LBL_ORGANIZATION_WEBSITE} : </b></td>
+	<td width="30%"><input name="organization_website" class="txtBox" value="{$ORGANIZATIONWEBSITE}" type="text"></td>
 	</tr>
 	<tr>
 	<td nowrap align="right"><b>{$MOD.LBL_ORGANIZATION_FAX} : </b></td>





More information about the vtigercrm-commits mailing list