Subversion Repositories SmartDukaan

Rev

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

Rev 17176 Rev 17207
Line 24... Line 24...
24
            </h5>
24
            </h5>
25
 
25
 
26
          </div>
26
          </div>
27
          <div class="col-xs-6 " style="padding:0px;">
27
          <div class="col-xs-6 " style="padding:0px;">
28
            <div class="offerprice" style="float:right">   
28
            <div class="offerprice" style="float:right">   
29
              Cashback: <img src='/img/green_rupee.png' height='10px' width='9px'> <font color = '#58d936'><?php echo intval($deal['user_payout']);?></font>
29
              <font color = '#58d936'>Cashback:</font> <img src='/img/green_rupee.png' height='10px' width='9px'> <font color = 'red'><?php echo intval($deal['user_payout']);?></font>
30
              <!-- <span class="rupee" style="margin-top:1px;"></span> -->
30
              <!-- <span class="rupee" style="margin-top:1px;"></span> -->
31
            </div>
31
            </div>
32
          </div>
32
          </div>
33
        </div>
33
        </div>
34
        
34