Subversion Repositories SmartDukaan

Rev

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

Rev 28879 Rev 28901
Line 102... Line 102...
102
                <th>Stock payment(kamini)</th>
102
                <th>Stock payment(kamini)</th>
103
                <th>Expected Date(kamini)</th>
103
                <th>Expected Date(kamini)</th>
104
                <th>Pay Date(Kamini)</th>
104
                <th>Pay Date(Kamini)</th>
105
                <th>Inaugration(SM)</th>
105
                <th>Inaugration(SM)</th>
106
                <th>Billing Status(Niranjan)</th>
106
                <th>Billing Status(Niranjan)</th>
-
 
107
                <th>Verification</th>
107
                <th>Submit</th>
108
                <th>Submit</th>
108
                <th>OutLet Open</th>
109
                <th>OutLet Open</th>
109
                <th>OutLet Reject</th>
110
                <th>OutLet Reject</th>
110
                 <th>OutLet Hold</th>
111
                 <th>OutLet Hold</th>
-
 
112
                 <th>Resend Veri</th>
111
            </tr>
113
            </tr>
112
            </thead>
114
            </thead>
113
            <tbody>
115
            <tbody>
114
                #foreach($pob in $partnerOnBoardingPanel )
116
                #foreach($pob in $partnerOnBoardingPanel )
-
 
117
                #if($pob.getHoldTimestamp())
-
 
118
                <tr  class="hold-onboarding">
-
 
119
                   #parse("partner-onboarding-row-index.vm")
-
 
120
 
-
 
121
                </tr>
-
 
122
                #else
115
                <tr>
123
                <tr>
116
                   #parse("partner-onboarding-row-index.vm")
124
                   #parse("partner-onboarding-row-index.vm")
117
 
125
 
118
                </tr>
126
                </tr>
119
                #end
127
                #end
-
 
128
                #end
120
 
129
 
121
            </tbody>
130
            </tbody>
122
 
131
 
123
        </table>
132
        </table>
124
    </div>
133
    </div>
Line 201... Line 210...
201
    
210
    
202
</script>
211
</script>
203
 
212
 
204
 
213
 
205
<style>
214
<style>
-
 
215
.hold-onboarding td{
-
 
216
 
-
 
217
background-color: crimson !important;
-
 
218
 
-
 
219
}
-
 
220
 
-
 
221
 
206
</style>
222
</style>