Blame | Last modification | View Log | RSS feed
<select class="form-control input-sm" id = "categoryAuth" name="categoryAuth" placeholder="category"><option value="" disabled selected>Categories</option>#foreach($ticketCategory in $ticketCategories)<option value="$ticketCategory.getId()">$ticketCategory.getDescription()</option>#end</select>