mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
UI: Icon updates for income and profit
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user