| Line 8... |
Line 8... |
| 8 |
<div class = "row">
|
8 |
<div class = "row">
|
| 9 |
<input id="ticketId" value="$ticket.getId()" hidden>
|
9 |
<input id="ticketId" value="$ticket.getId()" hidden>
|
| 10 |
<div class="col-lg-3 form-group">
|
10 |
<div class="col-lg-3 form-group">
|
| 11 |
<select class="form-control input-sm" id = "category" name="category" placeholder="Type">
|
11 |
<select class="form-control input-sm" id = "category" name="category" placeholder="Type">
|
| 12 |
#foreach($ticketCategory in $ticketCategories)
|
12 |
#foreach($ticketCategory in $ticketCategories)
|
| 13 |
#if($ticketCategory.getId()==$ticketSubCategory)
|
13 |
#if($ticketCategory.getId()==$ticketSubCategory.getcategoryId())
|
| 14 |
<option value="$ticketCategory.getId()" selected>$ticketCategory.getDescription()</option>
|
14 |
<option value="$ticketCategory.getId()" selected>$ticketCategory.getDescription()</option>
|
| 15 |
#else
|
15 |
#else
|
| 16 |
<option value="$ticketCategory.getId()">$ticketCategory.getDescription()</option>
|
16 |
<option value="$ticketCategory.getId()">$ticketCategory.getDescription()</option>
|
| 17 |
#end
|
17 |
#end
|
| 18 |
#end
|
18 |
#end
|