mirror of
https://github.com/Karaka-Management/oms-Marketing.git
synced 2026-02-16 10:08:39 +00:00
change icon font to google icons
This commit is contained in:
parent
225a3663a9
commit
48c3a3f7b5
|
|
@ -7,7 +7,7 @@
|
||||||
"name": "Marketing",
|
"name": "Marketing",
|
||||||
"uri": "{/base}/marketing/dashboard?{?}",
|
"uri": "{/base}/marketing/dashboard?{?}",
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": "fa fa-paint-brush",
|
"icon": "brush",
|
||||||
"order": 60,
|
"order": 60,
|
||||||
"from": "Marketing",
|
"from": "Marketing",
|
||||||
"permission": { "permission": 2, "category": null, "element": null },
|
"permission": { "permission": 2, "category": null, "element": null },
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Events'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Events'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Promotions'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Promotions'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table class="default sticky">
|
<table class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user