View Single Post
  #7  
Old 03-08-2009, 05:05 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Longer keyword field / box?

If you are looking to lengthen the input text field for EXTRA FIELDS, this is not in the css.

in file, skin1/modules/Extra_Fields/product_modify.tpl

find:
Code:
<td><input type="text" name="efields[{$ef.fieldid}]" size="24" value="{if $ef.is_value eq 'Y'}{$ef.field_value|escape:"html"}{else}{$ef.value|escape:"html"}{/if}" /></td>

and make size="100" (or whatever you want)
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote