Rev 28862 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<td>$pob.getId()</td><td>$pob.getOutLetName()</td><td>$pob.getPhoneNumber()</td><td>$pob.getCity()</td><td>$pob.getAgreedBrandFees()</td><td>$pob.getReceivedBrandFees()</td><td><select name="dashboardTraining" id="dashboardTraining" required disabled><option value="" selected>-Dashboard Training-</option>#if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "YES")<option value="YES" selected>YES</option>#else<option value="YES" >YES</option>#end#if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "NO")<option value="NO" selected>NO</option>#else<option value="NO">NO</option>#end</select></td><td><select name="appTraining" id="appTraining" required disabled><option value="" selected>-App Training-</option>#if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "YES")<option value="YES" selected>YES</option>#else<option value="YES" >YES</option>#end#if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "NO")<option value="NO" selected>NO</option>#else<option value="NO">NO</option>#end</select></td>#if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())<td><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted"value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>#else<td><input type="date" class="dateCompleted" placeholder="Date" disabled name="dateCompleted"></td>#end<td><button type="submit" form="form" data-id="$pob.getId()" style="background:#4CAF50; color:black;"class="partner-training-submit">Submit</button></td>