| Line 41... |
Line 41... |
| 41 |
<div class = "row">
|
41 |
<div class = "row">
|
| 42 |
<div class="col-lg-2 form-group">
|
42 |
<div class="col-lg-2 form-group">
|
| 43 |
<select class="form-control input-sm" id = "category" name="category" placeholder="Type">
|
43 |
<select class="form-control input-sm" id = "category" name="category" placeholder="Type">
|
| 44 |
<option value="" disabled selected>Category</option>
|
44 |
<option value="" disabled selected>Category</option>
|
| 45 |
#foreach($ticketCategory in $ticketCategories)
|
45 |
#foreach($ticketCategory in $ticketCategories)
|
| 46 |
<option value="$ticketCategory.getId()">$ticketCategory.getName()</option>
|
46 |
<option value="$ticketCategory.getId()">$ticketCategory.getDescription()</option>
|
| 47 |
#end
|
47 |
#end
|
| 48 |
</select>
|
48 |
</select>
|
| 49 |
</div>
|
49 |
</div>
|
| 50 |
<div class="col-lg-2 form-group" id="create-ticket-sub-categories">
|
50 |
<div class="col-lg-2 form-group" id="create-ticket-sub-categories">
|
| 51 |
<select class="form-control input-sm" id="subCategory" name="subCategory" placeholder="subCategory">
|
51 |
<select class="form-control input-sm" id="subCategory" name="subCategory" placeholder="subCategory">
|