Subversion Repositories SmartDukaan

Rev

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

Rev 34151 Rev 35971
Line 33... Line 33...
33
                <th>Brand Fees</th>
33
                <th>Brand Fees</th>
34
                <th>Brand Fees</th>
34
                <th>Brand Fees</th>
35
                <th>Upload NOC</th>
35
                <th>Upload NOC</th>
36
                <th>Comment</th>
36
                <th>Comment</th>
37
                <th>Languages</th>
37
                <th>Languages</th>
38
                <th>Checklist</th>
-
 
39
                <th>Approval</th>
38
                <th>Approval</th>
40
                <th>Action</th>
39
                <th>Action</th>
41
            </tr>
40
            </tr>
42
            </thead>
41
            </thead>
43
            <tbody>
42
            <tbody>
Line 105... Line 104...
105
 
104
 
106
                                        #end
105
                                        #end
107
                                    </select>
106
                                    </select>
108
                                </td>
107
                                </td>
109
 
108
 
110
                                <td>
-
 
111
                                    <div class="col-lg-6">
-
 
112
                                        #if($partnerVerificationCheckboxMap.get($pob.getId()))
-
 
113
 
-
 
114
 
-
 
115
                                            <button type="button"
-
 
116
                                                    class="btn btn-info btn-lg partner-verifi-update-checkbox"
-
 
117
                                                    data-toggle="modal"
-
 
118
                                                    data-target="#myVerificationCheckbox"
-
 
119
                                                    style="font-size:12px; background:#e7e3cd; color:black;">View
-
 
120
                                            </button>
-
 
121
                                        #else
-
 
122
                                            <button type="button"
-
 
123
                                                    class="btn btn-info btn-lg partner-verifi-update-checkbox"
-
 
124
                                                    data-toggle="modal"
-
 
125
                                                    data-target="#myVerificationCheckbox"
-
 
126
                                                    style="font-size:12px; background:pink; color:black;">View
-
 
127
                                            </button>
-
 
128
 
-
 
129
                                        #end
-
 
130
 
-
 
131
                                        <div id="myVerificationCheckbox" class="modal fade myVerificationCheckboxUpdate"
-
 
132
                                             role="dialog">
-
 
133
 
-
 
134
                                        </div>
-
 
135
                                    </div>
-
 
136
                                </td>
-
 
137
 
-
 
138
                                #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() && $partnerVerificationPanelMap.get($pob.getId()).getApproval() !=
109
                                #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() && $partnerVerificationPanelMap.get($pob.getId()).getApproval() !=
139
                                    "")
110
                                    "")
140
                                    <td>
111
                                    <td>
141
                                        #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() == "YES")
112
                                        #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() == "YES")
142
                                            <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
113
                                            <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
Line 241... Line 212...
241
 
212
 
242
                                            #end
213
                                            #end
243
                                        </select>
214
                                        </select>
244
                                    </td>
215
                                    </td>
245
 
216
 
246
                                    <td>
-
 
247
                                        <div class="col-lg-6">
-
 
248
                                            #if($partnerVerificationCheckboxMap.get($pob.getId()))
-
 
249
 
-
 
250
                                                <button type="button"
-
 
251
                                                        class="btn btn-info btn-lg partner-verifi-update-checkbox"
-
 
252
                                                        data-toggle="modal"
-
 
253
                                                        data-target="#myVerificationCheckbox"
-
 
254
                                                        style="font-size:12px; background:#e7e3cd; color:black;">View
-
 
255
                                                </button>
-
 
256
                                            #else
-
 
257
                                                <button type="button"
-
 
258
                                                        class="btn btn-info btn-lg partner-verifi-update-checkbox"
-
 
259
                                                        data-toggle="modal"
-
 
260
                                                        data-target="#myVerificationCheckbox"
-
 
261
                                                        style="font-size:12px; background:pink; color:black;">View
-
 
262
                                                </button>
-
 
263
 
-
 
264
                                            #end
-
 
265
 
-
 
266
                                            <div id="myVerificationCheckbox"
-
 
267
                                                 class="modal fade myVerificationCheckboxUpdate" role="dialog">
-
 
268
 
-
 
269
                                            </div>
-
 
270
                                        </div>
-
 
271
                                    </td>
-
 
272
 
-
 
273
                                    #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() && $partnerVerificationPanelMap.get($pob.getId()).getApproval() !=
217
                                    #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() && $partnerVerificationPanelMap.get($pob.getId()).getApproval() !=
274
                                        "")
218
                                        "")
275
                                        <td>
219
                                        <td>
276
                                            #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() == "YES")
220
                                            #if($partnerVerificationPanelMap.get($pob.getId()).getApproval() == "YES")
277
                                                <i class="far fa-arrow-alt-circle-up" style="color:green"></i>
221
                                                <i class="far fa-arrow-alt-circle-up" style="color:green"></i>