mirror of
https://github.com/Karaka-Management/oms-Production.git
synced 2026-01-11 14:08:42 +00:00
change icon font to google icons
This commit is contained in:
parent
574243bdda
commit
058a35cd5f
|
|
@ -7,7 +7,7 @@
|
|||
"name": "Production",
|
||||
"uri": "{/base}production/dashboard?{?}",
|
||||
"target": "self",
|
||||
"icon": "fa fa-fire",
|
||||
"icon": "local_fire_department",
|
||||
"order": 70,
|
||||
"from": "Production",
|
||||
"permission": { "permission": 2, "type": null, "element": null },
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box wf-100">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Productions'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Productions'); ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('Status'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user