r248: Sorting out issues with select_single custom fields not showing up right
[bugdar.git] / templates / pcv_select_row.tpl
1 $row[prefix] <if condition="$show['input']"><input name="pcv_select" type="radio" value="$row[value]"$row[selected] /> </if>$row[title]<if condition="$row['description']">: <em>$row[description]</em></if><br />