<div>
<p>
<span class="glm-nowrap">
- <b>Text Search:<input type="text" name="textSearch" value="{if $textSearch}{$textSearch}{/if}"></b>
+ <b>Text Search: <input type="text" name="textSearch" value="{if $textSearch}{$textSearch}{/if}"></b>
</span>
<span class="glm-nowarp">
Status: (Select at least one)
</select>
</span>
<span class="glm-nowarp">
- Order/Group By: {$orderBy}
+ Order/Group By:
<select name="orderBy">
<option value="id"{if $orderBy == 'id'} selected{/if}>Request ID</option>
<option value="status"{if $orderBy == 'status'} selected{/if}>Status</option>