Subversion Repositories SmartDukaan

Rev

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

Rev 32338 Rev 32771
Line 4... Line 4...
4
    }
4
    }
5
</style>
5
</style>
6
 
6
 
7
    <div class="info-box light-salmon-bg" style="height: 145px;">
7
    <div class="info-box light-salmon-bg" style="height: 145px;">
8
        <i class="fas fa-coins"></i>
8
        <i class="fas fa-coins"></i>
9
        <h3 style="margin-top:-2px;margin-bottom:12px"><strong class="total-income-calc">MY INCOME :</strong>
9
        <h3 style="margin-top:-2px;margin-bottom:12px"><strong class="total-income-calc">#springMessage("dashboard.myincome") :</strong>
10
 
10
 
11
            <select id="month-wise-total-income" name="month-wise-total-income" placeholder="months"
11
            <select id="month-wise-total-income" name="month-wise-total-income" placeholder="months"
12
                    style="margin:auto;background-color: transparent;color: white;" class="income-select">
12
                    style="margin:auto;background-color: transparent;color: white;" class="income-select">
13
                <option value="" disabled selected style="background-color:#4682B4;color: white">Month</option>
13
                <option value="" disabled selected style="background-color:#4682B4;color: white">Month</option>
14
                #foreach($mVM in $monthValueMap.entrySet())
14
                #foreach($mVM in $monthValueMap.entrySet())