change icon font to google icons

This commit is contained in:
Dennis Eichhorn 2023-10-19 21:44:09 +00:00
parent 4667e65750
commit f3b3275952
2 changed files with 30 additions and 30 deletions

View File

@ -37,7 +37,7 @@ echo $this->data['nav']->render(); ?>
<div class="col-xs-12"> <div class="col-xs-12">
<div class="box"> <div class="box">
<ul class="crumbs-2"> <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> <li data-href="<?= UriFactory::build('{/base}/helper/list?path=/'); ?>"><a href="<?= UriFactory::build('{/base}/helper/list?path=/'); ?>">/</a></li>
<?php <?php
$subPath = ''; $subPath = '';
@ -68,7 +68,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('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"> <div class="slider">
<table id="helperList" class="default sticky"> <table id="helperList" class="default sticky">
<thead> <thead>
@ -81,56 +81,56 @@ echo $this->data['nav']->render(); ?>
<td class="wf-100"><?= $this->getHtml('Name'); ?> <td class="wf-100"><?= $this->getHtml('Name'); ?>
<label for="helperList-sort-1"> <label for="helperList-sort-1">
<input type="radio" name="helperList-sort" id="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>
<label for="helperList-sort-2"> <label for="helperList-sort-2">
<input type="radio" name="helperList-sort" id="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>
<label> <label>
<i class="filter fa fa-filter"></i> <i class="filter g-icon">filter_alt</i>
</label> </label>
<td><?= $this->getHtml('Tag'); ?> <td><?= $this->getHtml('Tag'); ?>
<label for="helperList-sort-3"> <label for="helperList-sort-3">
<input type="radio" name="helperList-sort" id="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>
<label for="helperList-sort-4"> <label for="helperList-sort-4">
<input type="radio" name="helperList-sort" id="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>
<label> <label>
<i class="filter fa fa-filter"></i> <i class="filter g-icon">filter_alt</i>
</label> </label>
<td><?= $this->getHtml('Creator'); ?> <td><?= $this->getHtml('Creator'); ?>
<label for="helperList-sort-5"> <label for="helperList-sort-5">
<input type="radio" name="helperList-sort" id="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>
<label for="helperList-sort-6"> <label for="helperList-sort-6">
<input type="radio" name="helperList-sort" id="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>
<label> <label>
<i class="filter fa fa-filter"></i> <i class="filter g-icon">filter_alt</i>
</label> </label>
<td><?= $this->getHtml('Updated'); ?> <td><?= $this->getHtml('Updated'); ?>
<label for="helperList-sort-7"> <label for="helperList-sort-7">
<input type="radio" name="helperList-sort" id="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>
<label for="helperList-sort-8"> <label for="helperList-sort-8">
<input type="radio" name="helperList-sort" id="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>
<label> <label>
<i class="filter fa fa-filter"></i> <i class="filter g-icon">filter_alt</i>
</label> </label>
<tbody> <tbody>
<?php if (!empty($parentPath)) : $url = UriFactory::build('{/base}/helper/list?path=' . $parentPath); ?> <?php if (!empty($parentPath)) : $url = UriFactory::build('{/base}/helper/list?path=' . $parentPath); ?>
<tr tabindex="0" data-href="<?= $url; ?>"> <tr tabindex="0" data-href="<?= $url; ?>">
<td> <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; ?>">.. <td data-label="<?= $this->getHtml('Name'); ?>"><a href="<?= $url; ?>">..
</a> </a>
<td> <td>
@ -146,7 +146,7 @@ echo $this->data['nav']->render(); ?>
<input type="checkbox" id="helperList-<?= $key; ?>" name="helperselect"> <input type="checkbox" id="helperList-<?= $key; ?>" name="helperselect">
<span class="checkmark"></span> <span class="checkmark"></span>
</label> </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><a href="<?= $url; ?>"><?= $this->printHtml($value->name); ?></a>
<td> <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> <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>

View File

@ -43,7 +43,7 @@ require __DIR__ . '/Worker.php';
<div class="tab"> <div class="tab">
<div class="box"> <div class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td class="wf-100"><?= $lang['Description']; ?> <td class="wf-100"><?= $lang['Description']; ?>
@ -93,7 +93,7 @@ require __DIR__ . '/Worker.php';
<div class="box"> <div class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostObject']; ?> <td><?= $lang['CostObject']; ?>
@ -132,7 +132,7 @@ require __DIR__ . '/Worker.php';
<div class="box"> <div class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostCenter']; ?> <td><?= $lang['CostCenter']; ?>
@ -171,7 +171,7 @@ require __DIR__ . '/Worker.php';
<div class="box"> <div class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Account']; ?> <td><?= $lang['Account']; ?>
@ -212,7 +212,7 @@ require __DIR__ . '/Worker.php';
<div class="tab"> <div class="tab">
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostObject']; ?> <td><?= $lang['CostObject']; ?>
@ -239,7 +239,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostCenter']; ?> <td><?= $lang['CostCenter']; ?>
@ -262,7 +262,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Account']; ?> <td><?= $lang['Account']; ?>
@ -287,7 +287,7 @@ require __DIR__ . '/Worker.php';
<div class="tab"> <div class="tab">
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Account']; ?> <td><?= $lang['Account']; ?>
@ -310,7 +310,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostCenter']; ?> <td><?= $lang['CostCenter']; ?>
@ -335,7 +335,7 @@ require __DIR__ . '/Worker.php';
<div class="tab"> <div class="tab">
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Account']; ?> <td><?= $lang['Account']; ?>
@ -358,7 +358,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Type']; ?> <td><?= $lang['Type']; ?>
@ -381,7 +381,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostObject']; ?> <td><?= $lang['CostObject']; ?>
@ -406,7 +406,7 @@ require __DIR__ . '/Worker.php';
<div class="tab"> <div class="tab">
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['Type']; ?> <td><?= $lang['Type']; ?>
@ -429,7 +429,7 @@ require __DIR__ . '/Worker.php';
<section class="box"> <section class="box">
<table class="default"> <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> <thead>
<tr> <tr>
<td><?= $lang['CostCenter']; ?> <td><?= $lang['CostCenter']; ?>