Subversion Repositories SmartDukaan

Rev

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

Rev 28886 Rev 28901
Line 26... Line 26...
26
                <th>NOC From GT </th>
26
                <th>NOC From GT </th>
27
                <th>RBM</th>
27
                <th>RBM</th>
28
                <th>Comment</th>
28
                <th>Comment</th>
29
                <th>Approval</th>
29
                <th>Approval</th>
30
                <th>Veri Done</th>
30
                <th>Veri Done</th>
31
                <th>Resend</th>
31
                
32
            </tr>
32
            </tr>
33
            </thead>
33
            </thead>
34
            <tbody>
34
            <tbody>
35
                #foreach($pob in $partnerOnBoardingPendings )
35
                #foreach($pob in $partnerOnBoardingPendings )
-
 
36
                   #if($pob.getHoldTimestamp())
-
 
37
                <tr class="hold-verification">
-
 
38
                   #parse("partner-onboarding-verification-index.vm")
-
 
39
 
-
 
40
                </tr>
-
 
41
                #else
36
                <tr>
42
                 <tr>
37
                   #parse("partner-onboarding-verification-index.vm")
43
                   #parse("partner-onboarding-verification-index.vm")
38
 
44
 
39
                </tr>
45
                </tr>
40
                #end
46
                #end
-
 
47
                
-
 
48
                #end
41
 
49
 
42
            </tbody>
50
            </tbody>
43
 
51
 
44
        </table>
52
        </table>
45
    </div>
53
    </div>
Line 70... Line 78...
70
    
78
    
71
</script>
79
</script>
72
 
80
 
73
 
81
 
74
<style>
82
<style>
-
 
83
.hold-verification td{
-
 
84
background-color: crimson !important;
-
 
85
 
-
 
86
 
-
 
87
}
75
</style>
88
</style>