mirror of
https://github.com/Karaka-Management/oms-Script.git
synced 2026-01-11 12:28:41 +00:00
change icon font to google icons
This commit is contained in:
parent
4667e65750
commit
f3b3275952
|
|
@ -37,7 +37,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="col-xs-12">
|
||||
<div class="box">
|
||||
<ul class="crumbs-2">
|
||||
<li data-href="<?= UriFactory::build('{/base}/helper/list?path=/Accounts/' . $accountDir); ?>"><a href="<?= UriFactory::build('{/base}/helper/list?path=/Accounts/' . $accountDir); ?>"><i class="fa fa-home"></i></a>
|
||||
<li data-href="<?= UriFactory::build('{/base}/helper/list?path=/Accounts/' . $accountDir); ?>"><a href="<?= UriFactory::build('{/base}/helper/list?path=/Accounts/' . $accountDir); ?>"><i class="g-icon">home</i></a>
|
||||
<li data-href="<?= UriFactory::build('{/base}/helper/list?path=/'); ?>"><a href="<?= UriFactory::build('{/base}/helper/list?path=/'); ?>">/</a></li>
|
||||
<?php
|
||||
$subPath = '';
|
||||
|
|
@ -68,7 +68,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="portlet">
|
||||
<div class="portlet-head"><?= $this->getHtml('Helpers'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
||||
<div class="portlet-head"><?= $this->getHtml('Helpers'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||
<div class="slider">
|
||||
<table id="helperList" class="default sticky">
|
||||
<thead>
|
||||
|
|
@ -81,56 +81,56 @@ echo $this->data['nav']->render(); ?>
|
|||
<td class="wf-100"><?= $this->getHtml('Name'); ?>
|
||||
<label for="helperList-sort-1">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-1">
|
||||
<i class="sort-asc fa fa-chevron-up"></i>
|
||||
<i class="sort-asc g-icon">expand_less</i>
|
||||
</label>
|
||||
<label for="helperList-sort-2">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-2">
|
||||
<i class="sort-desc fa fa-chevron-down"></i>
|
||||
<i class="sort-desc g-icon">expand_more</i>
|
||||
</label>
|
||||
<label>
|
||||
<i class="filter fa fa-filter"></i>
|
||||
<i class="filter g-icon">filter_alt</i>
|
||||
</label>
|
||||
<td><?= $this->getHtml('Tag'); ?>
|
||||
<label for="helperList-sort-3">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-3">
|
||||
<i class="sort-asc fa fa-chevron-up"></i>
|
||||
<i class="sort-asc g-icon">expand_less</i>
|
||||
</label>
|
||||
<label for="helperList-sort-4">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-4">
|
||||
<i class="sort-desc fa fa-chevron-down"></i>
|
||||
<i class="sort-desc g-icon">expand_more</i>
|
||||
</label>
|
||||
<label>
|
||||
<i class="filter fa fa-filter"></i>
|
||||
<i class="filter g-icon">filter_alt</i>
|
||||
</label>
|
||||
<td><?= $this->getHtml('Creator'); ?>
|
||||
<label for="helperList-sort-5">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-5">
|
||||
<i class="sort-asc fa fa-chevron-up"></i>
|
||||
<i class="sort-asc g-icon">expand_less</i>
|
||||
</label>
|
||||
<label for="helperList-sort-6">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-6">
|
||||
<i class="sort-desc fa fa-chevron-down"></i>
|
||||
<i class="sort-desc g-icon">expand_more</i>
|
||||
</label>
|
||||
<label>
|
||||
<i class="filter fa fa-filter"></i>
|
||||
<i class="filter g-icon">filter_alt</i>
|
||||
</label>
|
||||
<td><?= $this->getHtml('Updated'); ?>
|
||||
<label for="helperList-sort-7">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-7">
|
||||
<i class="sort-asc fa fa-chevron-up"></i>
|
||||
<i class="sort-asc g-icon">expand_less</i>
|
||||
</label>
|
||||
<label for="helperList-sort-8">
|
||||
<input type="radio" name="helperList-sort" id="helperList-sort-8">
|
||||
<i class="sort-desc fa fa-chevron-down"></i>
|
||||
<i class="sort-desc g-icon">expand_more</i>
|
||||
</label>
|
||||
<label>
|
||||
<i class="filter fa fa-filter"></i>
|
||||
<i class="filter g-icon">filter_alt</i>
|
||||
</label>
|
||||
<tbody>
|
||||
<?php if (!empty($parentPath)) : $url = UriFactory::build('{/base}/helper/list?path=' . $parentPath); ?>
|
||||
<tr tabindex="0" data-href="<?= $url; ?>">
|
||||
<td>
|
||||
<td data-label="<?= $this->getHtml('Type'); ?>"><a href="<?= $url; ?>"><i class="fa fa-folder-open-o"></i></a>
|
||||
<td data-label="<?= $this->getHtml('Type'); ?>"><a href="<?= $url; ?>"><i class="g-icon">folder_open</i></a>
|
||||
<td data-label="<?= $this->getHtml('Name'); ?>"><a href="<?= $url; ?>">..
|
||||
</a>
|
||||
<td>
|
||||
|
|
@ -146,7 +146,7 @@ echo $this->data['nav']->render(); ?>
|
|||
<input type="checkbox" id="helperList-<?= $key; ?>" name="helperselect">
|
||||
<span class="checkmark"></span>
|
||||
</label>
|
||||
<td><a href="<?= $url; ?>"><i class="fa fa-folder-open-o"></i></a>
|
||||
<td><a href="<?= $url; ?>"><i class="g-icon">folder_open</i></a>
|
||||
<td><a href="<?= $url; ?>"><?= $this->printHtml($value->name); ?></a>
|
||||
<td>
|
||||
<td><a class="content" href="<?= UriFactory::build('{/base}/profile/single?{?}&for=' . $value->createdBy->id); ?>"><?= $this->printHtml($this->renderUserName('%3$s %2$s %1$s', [$value->createdBy->name1, $value->createdBy->name2, $value->createdBy->name3, $value->createdBy->login ?? ''])); ?></a>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ require __DIR__ . '/Worker.php';
|
|||
<div class="tab">
|
||||
<div class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Budget']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Budget']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td class="wf-100"><?= $lang['Description']; ?>
|
||||
|
|
@ -93,7 +93,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<div class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostObject']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostObject']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostObject']; ?>
|
||||
|
|
@ -132,7 +132,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<div class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostCenter']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostCenter']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostCenter']; ?>
|
||||
|
|
@ -171,7 +171,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<div class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Account']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Account']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Account']; ?>
|
||||
|
|
@ -212,7 +212,7 @@ require __DIR__ . '/Worker.php';
|
|||
<div class="tab">
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostObject']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostObject']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostObject']; ?>
|
||||
|
|
@ -239,7 +239,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostCenter']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostCenter']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostCenter']; ?>
|
||||
|
|
@ -262,7 +262,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Account']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Account']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Account']; ?>
|
||||
|
|
@ -287,7 +287,7 @@ require __DIR__ . '/Worker.php';
|
|||
<div class="tab">
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Account']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Account']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Account']; ?>
|
||||
|
|
@ -310,7 +310,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostCenter']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostCenter']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostCenter']; ?>
|
||||
|
|
@ -335,7 +335,7 @@ require __DIR__ . '/Worker.php';
|
|||
<div class="tab">
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Account']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Account']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Account']; ?>
|
||||
|
|
@ -358,7 +358,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Type']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Type']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Type']; ?>
|
||||
|
|
@ -381,7 +381,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostObject']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostObject']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostObject']; ?>
|
||||
|
|
@ -406,7 +406,7 @@ require __DIR__ . '/Worker.php';
|
|||
<div class="tab">
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['Type']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['Type']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['Type']; ?>
|
||||
|
|
@ -429,7 +429,7 @@ require __DIR__ . '/Worker.php';
|
|||
|
||||
<section class="box">
|
||||
<table class="default">
|
||||
<caption><?= $lang['CostCenter']; ?><i class="fa fa-download end-xs download btn"></i></caption>
|
||||
<caption><?= $lang['CostCenter']; ?><i class="g-icon end-xs download btn">download</i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<td><?= $lang['CostCenter']; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user