Subversion Repositories SmartDukaan

Rev

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

Rev 28847 Rev 28901
Line 57... Line 57...
57
                 <th>Designing Done</th>
57
                 <th>Designing Done</th>
58
            </tr>
58
            </tr>
59
            </thead>
59
            </thead>
60
            <tbody>
60
            <tbody>
61
                #foreach($pob in $partnerOnBoardingPanel )
61
                #foreach($pob in $partnerOnBoardingPanel )
62
                <tr>
62
                
-
 
63
               #if($pob.getHoldTimestamp())
-
 
64
                <tr class="design-hold" >
63
                   #parse("partner-onboarding-design-row-index.vm")
65
                   #parse("partner-onboarding-design-row-index.vm")
64
 
66
 
65
                </tr>
67
                </tr>
-
 
68
                
-
 
69
                #else
-
 
70
                <tr >
-
 
71
                   #parse("partner-onboarding-design-row-index.vm")
-
 
72
 
-
 
73
                </tr>
-
 
74
                #end
-
 
75
                
66
                #end
76
                #end
67
 
77
 
68
            </tbody>
78
            </tbody>
69
 
79
 
70
        </table>
80
        </table>
Line 132... Line 142...
132
    });
142
    });
133
   
143
   
134
    
144
    
135
</script>
145
</script>
136
 
146
 
137
 
-
 
138
<style>
147
<style>
-
 
148
  .design-hold td{
-
 
149
   
-
 
150
background-color: crimson !important;
-
 
151
   
-
 
152
   }
139
</style>
153
   </style> 
140
154