|
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
|