Subversion Repositories SmartDukaan

Rev

Rev 34149 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 34149 Rev 34168
Line 43... Line 43...
43
        <tbody>
43
        <tbody>
44
            #if(!$partnerBrandCommitmentModels.isEmpty())
44
            #if(!$partnerBrandCommitmentModels.isEmpty())
45
                #foreach($commitment in $partnerBrandCommitmentModels)
45
                #foreach($commitment in $partnerBrandCommitmentModels)
46
                <tr
46
                <tr
47
                    #if($commitment.getDmsCode()=="IT_CODE" || $commitment.getDmsCode()==
47
                    #if($commitment.getDmsCode()=="IT_CODE" || $commitment.getDmsCode()==
48
                        "TEMPCODE"|| $commitment.getDmsCode()=="LOWCODE" || $commitment.getDmsCode()=="")
48
                        "TEMPCODE"|| $commitment.getDmsCode()=="LOWCODE"||!$commitment.getDmsCode())
49
                            style="background-color: rgba(255,0,0,0.22)"
49
                            style="background-color: rgba(255,0,0,0.22)"
50
                    #else
50
                    #else
51
                            style="background-color: rgba(42,200,69,0.25)"
51
                            style="background-color: rgba(42,200,69,0.25)"
52
 
52
 
53
                    #end
53
                    #end