mirror of https://github.com/itflow-org/itflow
UI: Icon updates for income and profit
This commit is contained in:
parent
8719919639
commit
2d447369b6
|
|
@ -207,7 +207,7 @@ if ($user_config_dashboard_financial_enable == 1) {
|
||||||
<small>Receivables: <?php echo numfmt_format_currency($currency_format, $receivables, "$session_company_currency"); ?></h3></small>
|
<small>Receivables: <?php echo numfmt_format_currency($currency_format, $receivables, "$session_company_currency"); ?></h3></small>
|
||||||
</div>
|
</div>
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<i class="fa fa-money-check"></i>
|
<i class="fa fa-hand-holding-usd"></i>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -235,7 +235,7 @@ if ($user_config_dashboard_financial_enable == 1) {
|
||||||
<p>Profit</p>
|
<p>Profit</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<i class="fa fa-heart"></i>
|
<i class="fa fa-balance-scale"></i>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue