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