mirror of
https://github.com/Karaka-Management/oms-Checklist.git
synced 2026-01-21 03:58:42 +00:00
change icon font to google icons
This commit is contained in:
parent
c8e6617cd4
commit
11ee5efde0
|
|
@ -28,7 +28,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Checklists'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
||||
<div class="portlet-head"><?= $this->getHtml('Checklists'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||
<div class="slider">
|
||||
<table class="default sticky">
|
||||
<thead>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<tr><td><label for="iDescription"><?= $this->getHtml('Description'); ?></label><td>
|
||||
<tr><td><textarea id="iDescription" name="description"></textarea><td>
|
||||
<tr><td><label for="iPermission"><?= $this->getHtml('Permissions'); ?></label><td>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="g-icon">book</i></button>
|
||||
<input type="text" id="iPermission" name="permission"></span>
|
||||
<td><button><?= $this->getHtml('Add', '0', '0'); ?></button>
|
||||
<tr><td><label for="iFiles"><?= $this->getHtml('Files'); ?></label><td>
|
||||
|
|
@ -54,7 +54,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<tr><td><label for="iETime"><?= $this->getHtml('TimeInMinutes'); ?></label><td>
|
||||
<tr><td><input type="number" min="0" step="1" id="iETime" name="eTime" value="0"><td>
|
||||
<tr><td><label for="iEPermission"><?= $this->getHtml('Permissions'); ?></label><td>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button>
|
||||
<tr><td><span class="input"><button type="button" formaction=""><i class="g-icon">book</i></button>
|
||||
<input type="text" id="iEPermission" name="ePermission"></span>
|
||||
<td><button data-action=""><?= $this->getHtml('Add', '0', '0'); ?></button>
|
||||
<tr><td><label for="iEFiles"><?= $this->getHtml('Files'); ?></label><td>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="box wf-100">
|
||||
<div class="slider">
|
||||
<table class="default sticky">
|
||||
<caption><?= $this->getHtml('Templates'); ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $this->getHtml('Templates'); ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user