| Line 51... |
Line 51... |
| 51 |
<div class="col-lg-3 form-group">
|
51 |
<div class="col-lg-3 form-group">
|
| 52 |
<select class="form-control input-sm" id="authUserCategory" name="authUserCategory" placeholder="Auth User">
|
52 |
<select class="form-control input-sm" id="authUserCategory" name="authUserCategory" placeholder="Auth User">
|
| 53 |
#foreach($authUser in $authUsers)
|
53 |
#foreach($authUser in $authUsers)
|
| 54 |
#if($authUser.getId()==$ticket.getL1AuthUser())
|
54 |
#if($authUser.getId()==$ticket.getL1AuthUser())
|
| 55 |
<option value="$authUser.getId()"
|
55 |
<option value="$authUser.getId()"
|
| 56 |
selected>$authUser.getFirstName() $authUser.getLastName()</option>
|
56 |
selected>$authUser.getFirstName() $authUser.getLastName() $authUser.getEmployeeCode()</option>
|
| 57 |
#else
|
57 |
#else
|
| 58 |
<option value="$authUser.getId()">$authUser.getFirstName() $authUser.getLastName()</option>
|
58 |
<option value="$authUser.getId()">$authUser.getFirstName() $authUser.getLastName() $authUser.getEmployeeCode()</option>
|
| 59 |
#end
|
59 |
#end
|
| 60 |
#end
|
60 |
#end
|
| 61 |
</select>
|
61 |
</select>
|
| 62 |
</div>
|
62 |
</div>
|
| 63 |
<div class="col-lg-3 form-group" id="create-tickets-categories-for-auth">
|
63 |
<div class="col-lg-3 form-group" id="create-tickets-categories-for-auth">
|