Dear all,
i want to change the shape of combo quick chooser to be hyper links
this the code on the footer templates
Code:
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
i want to change this code to be not combo but hyper links to the style i want
thank you