Rev 30232 | Rev 30411 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<style>select.income-select > option:disabled {color: white !important;}</style><div class="col-lg-9"><div class="info-box light-salmon-bg" style="height: 145px;"><i class="fas fa-coins"></i><h3 style="margin-top:-2px;margin-bottom:12px"><strong>MY INCOME :</strong><select id="month-wish-total-income" name="month-wish-total-income" placeholder="months"style="margin:auto;background-color: transparent;color: white;" class="income-select"><option value="" disabled selected style="background-color:#4682B4;color: white">month</option>#foreach($mVM in $monthValueMap.entrySet())#if($mVM.getKey()== $month )<option value="$mVM.getKey()" selected disabledstyle="background-color:#4682B4;color: white">$mVM.getValue()</option>#else<option value="$mVM.getKey()"style="background-color:#4682B4;color: white">$mVM.getValue()</option>#end#end</select></h3><div class="col-lg-3 total-income-calc"><div style="margin-top:10px" class="count currency">$totalIncome</div><div class="title" style="margin-left:5px;">Total Income</div></div><div class="col-lg-2"><i class="fk_more fa fa-angle-double-right flash" style="margin: -6px;"></i></div><div class="col-lg-2"><div style="margin-top:8px" class="count currency">$creditedIncome</div><div class="title credit-income" style="margin-left:5px; cursor:pointer;">Credited Income</div></div><div class="col-lg-2"><div style="margin-top:8px" class="count currency">$pendingTotalIncome</div><div class="title" style="margin-left:5px; cursor:pointer;">Pending Income</div></div></div></div>