Sorry I should have been more specific.
I want to convert these options into plain text links.
Code:
<if condition="$show['openclose']">
<div>
<label for="ao_oct">
<input type="radio" name="do" id="ao_oct" value="openclosethread" checked="checked" />
<if condition="$show['closethread']">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if>
</label>
</div>
</if>
<if condition="$show['managethread']">
<div>
<label for="ao_sut">
<input type="radio" name="do" id="ao_sut" value="stick" />
<if condition="$show['unstick']">$vbphrase[unstick_thread]
<else />$vbphrase[stick_thread]
</if>
</label>
</div>