Subversion Repositories SmartDukaan

Rev

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

Rev 28862 Rev 28901
Line 28... Line 28...
28
            </tr>
28
            </tr>
29
            </thead>
29
            </thead>
30
            <tbody>
30
            <tbody>
31
          
31
          
32
           #foreach($pob in $partnerOnBoardingPanels )
32
           #foreach($pob in $partnerOnBoardingPanels )
-
 
33
           
-
 
34
            #if($pob.getHoldTimestamp())
-
 
35
             <tr class="dealer-mapping-hold"> 
-
 
36
           
-
 
37
            #parse("partner-dealer-mapping-index.vm")
-
 
38
           
-
 
39
            </tr> 
-
 
40
            #else
33
             <tr> 
41
            <tr> 
34
           
42
           
35
            #parse("partner-dealer-mapping-index.vm")
43
            #parse("partner-dealer-mapping-index.vm")
36
           
44
           
37
            </tr> 
45
            </tr> 
38
            #end
46
            #end
39
            
47
            
40
            
48
            
-
 
49
            
-
 
50
            #end
-
 
51
            
-
 
52
            
41
            </tbody>
53
            </tbody>
42
 
54
 
43
        </table>
55
        </table>
44
    </div>
56
    </div>
45
</section>
57
</section>
Line 68... Line 80...
68
                  { "targets": 9, "orderDataType": "dom-text", "type": "string" }
80
                  { "targets": 9, "orderDataType": "dom-text", "type": "string" }
69
               ],
81
               ],
70
       });
82
       });
71
       
83
       
72
       });
84
       });
73
   </script>     
85
   </script>   
-
 
86
   
-
 
87
   <style>
-
 
88
  .dealer-mapping-hold td{
-
 
89
   
-
 
90
background-color: crimson !important;
-
 
91
   
-
 
92
   }
-
 
93
   </style>  
74
        
94
        
75
 
95