| Line 62... |
Line 62... |
| 62 |
<option value="YES">YES</option>
|
62 |
<option value="YES">YES</option>
|
| 63 |
<option value="NO">NO</option>
|
63 |
<option value="NO">NO</option>
|
| 64 |
</select>
|
64 |
</select>
|
| 65 |
</td>
|
65 |
</td>
|
| 66 |
#end
|
66 |
#end
|
| - |
|
67 |
|
| - |
|
68 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDatePlaned())
|
| - |
|
69 |
<td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="datePlaned" placeholder="Date" disabled name="datePlaned"
|
| - |
|
70 |
value="$partnerOnboardingTrainingMap.get($pob.getId()).getDatePlaned().format($datehiphenFormatter)"></td>
|
| - |
|
71 |
#else
|
| - |
|
72 |
<td> <i class="far fa-arrow-alt-circle-down" style="color:red"></i><input type="date" class="datePlaned" placeholder="Date" disabled name="datePlaned">
|
| - |
|
73 |
</td>
|
| - |
|
74 |
#end
|
| - |
|
75 |
|
| 67 |
|
76 |
|
| 68 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
|
77 |
#if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
|
| 69 |
<td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted"
|
78 |
<td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted"
|
| 70 |
value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>
|
79 |
value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>
|
| 71 |
#else
|
80 |
#else
|