View Single Post
  #5  
Old 03-09-2008, 02:55 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Cleaning up the look of displayed options

Apply style attributes to the input and select fields..

As Balinor says...
modules/product_options/customer_options.tpl

Inputs...
Code:
<input style="width:100%;" id="po{$v.classid}" type="text" name="{$poname}" value="{$v.default|escape}" />
Selects...
Code:
<select style="width:100%;" id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
__________________
xcartmods.co.uk
Reply With Quote