View Single Post
Old November 20th, 2006, 12:19 AM   #3 (permalink)
tewkesburylocal
Junior Member
Verified Customer
 
Join Date: Nov 2006
Posts: 13
Hi Chuck,

Does this mean then looking at the code, if I only wanted the auction to last for 30 days, I would omit all other values from the list above? So the line will look
<tr>
<td class="{$Style['tddetails']}">{$Globals['pp_lang']['duration']}</span></td>
<td class="{$Style['tddetails']}"><select name="duration">
<option value="30">{$Globals['pp_lang']['30days']}</option>

Or, do I just need to have the last line (and multiples to for default values, 3 days, 5 days, a week, 2 weeks etc?).

Thanks

Simon
tewkesburylocal is offline   Reply With Quote