Subversion Repositories SmartDukaan

Rev

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

Rev 28879 Rev 28901
Line 28... Line 28...
28
                <th>Training Complete</th>
28
                <th>Training Complete</th>
29
            </tr>
29
            </tr>
30
            </thead>
30
            </thead>
31
            <tbody>
31
            <tbody>
32
                #foreach($pob in $partnerOnBoardingPendings )
32
                #foreach($pob in $partnerOnBoardingPendings )
-
 
33
                #if($pob.getHoldTimestamp())
-
 
34
                <tr class="hold-training">
-
 
35
                   #parse("partner-dashboard-training-index.vm")
-
 
36
 
-
 
37
                </tr>
-
 
38
                #else
33
                <tr>
39
                 <tr>
34
                   #parse("partner-dashboard-training-index.vm")
40
                   #parse("partner-dashboard-training-index.vm")
35
 
41
 
36
                </tr>
42
                </tr>
37
                #end
43
                #end
-
 
44
                
-
 
45
                #end
38
 
46
 
39
            </tbody>
47
            </tbody>
40
 
48
 
41
        </table>
49
        </table>
42
    </div>
50
    </div>
Line 67... Line 75...
67
    
75
    
68
</script>
76
</script>
69
 
77
 
70
 
78
 
71
<style>
79
<style>
-
 
80
.hold-training td{
-
 
81
 
-
 
82
background-color: crimson !important;
-
 
83
 
-
 
84
}
72
</style>
85
</style>