mirror of
https://github.com/Karaka-Management/oms-Finance.git
synced 2026-02-17 13:58:42 +00:00
change icon font to google icons
This commit is contained in:
parent
d82b70e7d4
commit
b0b3962517
|
|
@ -7,7 +7,7 @@
|
||||||
"name": "Finance",
|
"name": "Finance",
|
||||||
"uri": null,
|
"uri": null,
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": "fa fa-book",
|
"icon": "book",
|
||||||
"order": 50,
|
"order": 50,
|
||||||
"from": "Finance",
|
"from": "Finance",
|
||||||
"permission": { "permission": 2, "category": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
|
|
|
||||||
|
|
@ -204,7 +204,7 @@ echo $this->data['nav']->render();
|
||||||
<input id="more-customer-sales" type="checkbox" name="more-container">
|
<input id="more-customer-sales" type="checkbox" name="more-container">
|
||||||
<label for="more-customer-sales">
|
<label for="more-customer-sales">
|
||||||
<span>Data</span>
|
<span>Data</span>
|
||||||
<i class="fa fa-chevron-right expand"></i>
|
<i class="g-icon expand">chevron_right</i>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
<table class="default">
|
<table class="default">
|
||||||
|
|
@ -328,7 +328,7 @@ echo $this->data['nav']->render();
|
||||||
<input id="more-customer-sales-annual" type="checkbox" name="more-container">
|
<input id="more-customer-sales-annual" type="checkbox" name="more-container">
|
||||||
<label for="more-customer-sales-annual">
|
<label for="more-customer-sales-annual">
|
||||||
<span>Data</span>
|
<span>Data</span>
|
||||||
<i class="fa fa-chevron-right expand"></i>
|
<i class="g-icon expand">chevron_right</i>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
<table class="default">
|
<table class="default">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user