Subversion Repositories SmartDukaan

Rev

Rev 28862 | Rev 28932 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 28862 Rev 28913
Line 57... Line 57...
57
      #else
57
      #else
58
      <td>
58
      <td>
59
       <i class="far fa-arrow-alt-circle-down" style="color:red"></i>
59
       <i class="far fa-arrow-alt-circle-down" style="color:red"></i>
60
       <select name="appTraining" id="appTraining" required disabled>
60
       <select name="appTraining" id="appTraining" required disabled>
61
       <option value="" selected>-App Training-</option>
61
       <option value="" selected>-App Training-</option>
62
            <option value="YES" selected>YES</option>
62
            <option value="YES">YES</option>
63
            <option value="NO" selected>NO</option>
63
            <option value="NO">NO</option>
64
       </select>
64
       </select>
65
      </td>
65
      </td>
66
      #end
66
      #end
67
 
67
 
68
         #if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
68
         #if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())