[Vtigercrm-commits] [vtiger-commits] r9980 - /vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Dec 15 08:41:45 EST 2006
Author: richie
Date: Fri Dec 15 06:41:40 2006
New Revision: 9980
Log:
textfield size modified in firstname and website
Modified:
vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
Modified: vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl
==============================================================================
--- vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl (original)
+++ vtigercrm/branches/5.0.3/Smarty/templates/DisplayFields.tpl Fri Dec 15 06:41:40 2006
@@ -270,8 +270,8 @@
{$fldlabel}
</td>
<td width="30%" align=left class="dvtCellInfo">
- http://
- <input type="text" tabindex="{$vt_tab}" name="{$fldname}" style="border:1px solid #bababa;" size="27" onFocus="this.className='detailedViewTextBoxOn'"onBlur="this.className='detailedViewTextBox'" value="{$fldvalue}">
+ http://
+ <input style="width:74%;" class = 'detailedViewTextBoxOn' type="text" tabindex="{$vt_tab}" name="{$fldname}" style="border:1px solid #bababa;" size="27" onFocus="this.className='detailedViewTextBoxOn'"onBlur="this.className='detailedViewTextBox'" value="{$fldvalue}">
</td>
{elseif $uitype eq 85}
@@ -423,7 +423,7 @@
{/foreach}
{/foreach}
</select>
- <input type="text" name="{$fldname}" tabindex="{$vt_tab}" class=detailedViewTextBox onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'" value= "{$secondvalue}">
+ <input type="text" name="{$fldname}" tabindex="{$vt_tab}" class=detailedViewTextBox onFocus="this.className='detailedViewTextBoxOn'" onBlur="this.className='detailedViewTextBox'" style="width:58%;" value= "{$secondvalue}" >
</td>
{elseif $uitype eq 22}
More information about the vtigercrm-commits
mailing list