Subversion Repositories SmartDukaan

Rev

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

Rev 28847 Rev 28862
Line 4... Line 4...
4
           <td>$pob.getCity()</td>
4
           <td>$pob.getCity()</td>
5
           
5
           
6
            <td>$pob.getAgreedBrandFees()</td>
6
            <td>$pob.getAgreedBrandFees()</td>
7
            <td>$pob.getReceivedBrandFees()</td>
7
            <td>$pob.getReceivedBrandFees()</td>
8
           
8
           
-
 
9
         #if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning())   
9
           
10
          <td>
10
            <td>
11
          <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
11
       <select name="dashboardTraining" id="dashboardTraining" required disabled>
12
       <select name="dashboardTraining" id="dashboardTraining" required disabled>
12
       <option value="" selected>-Dashboard Training-</option>
13
       <option value="" selected>-Dashboard Training-</option>
13
       #if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "YES")
14
       #if($partnerOnboardingTrainingMap.get($pob.getId()).getDashboardTraning() == "YES")
14
        <option value="YES" selected>YES</option>
15
        <option value="YES" selected>YES</option>
15
       #else
16
       #else
Line 20... Line 21...
20
       #else
21
       #else
21
        <option value="NO">NO</option>
22
        <option value="NO">NO</option>
22
       #end
23
       #end
23
       </select>
24
       </select>
24
       </td>
25
       </td>
-
 
26
       #else
25
       
27
       
-
 
28
       <td>
-
 
29
       <i class="far fa-arrow-alt-circle-down" style="color:red"></i>
-
 
30
       <select name="dashboardTraining" id="dashboardTraining" required disabled>
-
 
31
       <option value="" selected>-Dashboard Training-</option>
-
 
32
        <option value="YES" >YES</option>
-
 
33
        <option value="NO">NO</option>
-
 
34
      
-
 
35
       </select>
-
 
36
       </td>
-
 
37
       
-
 
38
    #end
26
       
39
       
-
 
40
        #if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining())
27
          <td>
41
          <td>
-
 
42
           <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
28
       <select name="appTraining" id="appTraining" required disabled>
43
       <select name="appTraining" id="appTraining" required disabled>
29
       <option value="" selected>-App Training-</option>
44
       <option value="" selected>-App Training-</option>
30
       #if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "YES")
45
       #if($partnerOnboardingTrainingMap.get($pob.getId()).getAppTraining() == "YES")
31
        <option value="YES" selected>YES</option>
46
        <option value="YES" selected>YES</option>
32
       #else
47
       #else
Line 37... Line 52...
37
       #else
52
       #else
38
        <option value="NO">NO</option>
53
        <option value="NO">NO</option>
39
       #end
54
       #end
40
       </select>
55
       </select>
41
      </td>
56
      </td>
-
 
57
      #else
-
 
58
      <td>
-
 
59
       <i class="far fa-arrow-alt-circle-down" style="color:red"></i>
-
 
60
       <select name="appTraining" id="appTraining" required disabled>
-
 
61
       <option value="" selected>-App Training-</option>
-
 
62
            <option value="YES" selected>YES</option>
-
 
63
            <option value="NO" selected>NO</option>
-
 
64
       </select>
-
 
65
      </td>
-
 
66
      #end
42
 
67
 
43
         #if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
68
         #if($partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted())
44
           <td><input type="date" class="dateCompleted" placeholder="Date" disabled   name="dateCompleted"
69
           <td> <i class="far fa-arrow-alt-circle-up" style="color:green"></i><input type="date" class="dateCompleted" placeholder="Date" disabled   name="dateCompleted"
45
             value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>
70
             value="$partnerOnboardingTrainingMap.get($pob.getId()).getDateCompleted().format($datehiphenFormatter)"></td>
46
        #else
71
        #else
47
               <td><input type="date" class="dateCompleted" placeholder="Date" disabled   name="dateCompleted">
72
               <td> <i class="far fa-arrow-alt-circle-down" style="color:red"></i><input type="date" class="dateCompleted" placeholder="Date" disabled   name="dateCompleted">
48
              </td>
73
              </td>
49
          #end 
74
          #end 
50
           
75
           
51
         <td>
76
         <td>
52
             <button type="submit" form="form" data-id="$pob.getId()"  style="background:#4CAF50; color:black;"
77
             <button type="submit" form="form" data-id="$pob.getId()"  style="background:#4CAF50; color:black;"