r485: Fixes so that if we are missing fields due to <if>s we don't get weird results
[bugdar.git] / templates / pcv_select_row.tpl
1 <if condition="$row['optgroup']"><if condition="$begin"><optgroup label="$row[prefix]$row[title]"><else /></optgroup></if><else /><option value="$row[value]"$row[selected]></if>$row[prefix]$row[title]</option>