<select id="templateList" onClick="" onChange="selectSearchTemplateOrClearAll(this.value);">
</select>
<br><br><br>
+ <strong>[% l('Results View') %]</strong>
+ <br>
+ <select id="resultViewSel" name="detail_record_view" >
+ <option value="0" selected="selected">Simple View</option>
+ <option value="1">Detail View</option>
+ </select>
+ <br><br>
<strong>[% l('Template Name') %]</strong>
<br>
<input id="nameInput" type="text">
<br><br>
<button type="button" onClick="templateActionDelete();">[% l('Delete Template') %]</button>
</td>
- <td valign="top" class="hide_me">
- <select id="resultViewSel" name="detail_record_view" >
- <option value="0" selected="selected">Simple View</option>
- <option value="1">Detail View</option>
- </select>
- </td>
[% END %]
</tr>