mirror of
https://github.com/Karaka-Management/oms-FleetManagement.git
synced 2026-02-17 13:58:41 +00:00
change icon font to google icons
This commit is contained in:
parent
50b437e634
commit
4c46916541
|
|
@ -7,7 +7,7 @@
|
||||||
"name": "FleetManagement",
|
"name": "FleetManagement",
|
||||||
"uri": null,
|
"uri": null,
|
||||||
"target": "self",
|
"target": "self",
|
||||||
"icon": "fa fa-car",
|
"icon": "directions_car",
|
||||||
"order": 80,
|
"order": 80,
|
||||||
"from": "FleetManagement",
|
"from": "FleetManagement",
|
||||||
"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">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('AttributeTypes', 'Attribute', 'Backend'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('AttributeTypes', 'Attribute', 'Backend'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="iAttributeTypeList" class="default sticky">
|
<table id="iAttributeTypeList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -30,26 +30,26 @@ echo $this->data['nav']->render(); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<label for="iAttributeTypeList-sort-1">
|
<label for="iAttributeTypeList-sort-1">
|
||||||
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-1">
|
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-1">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iAttributeTypeList-sort-2">
|
<label for="iAttributeTypeList-sort-2">
|
||||||
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-2">
|
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-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 class="wf-100"><?= $this->getHtml('Name'); ?>
|
<td class="wf-100"><?= $this->getHtml('Name'); ?>
|
||||||
<label for="iAttributeTypeList-sort-2">
|
<label for="iAttributeTypeList-sort-2">
|
||||||
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-2">
|
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-2">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iAttributeTypeList-sort-3">
|
<label for="iAttributeTypeList-sort-3">
|
||||||
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-3">
|
<input type="radio" name="iAttributeTypeList-sort" id="iAttributeTypeList-sort-3">
|
||||||
<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
|
<?php
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<div class="portlet">
|
<div class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Language', '0', '0'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Language', '0', '0'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<table class="default">
|
<table class="default">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -84,8 +84,8 @@ echo $this->data['nav']->render(); ?>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $c = 0; foreach ($l11ns as $key => $value) : ++$c; ?>
|
<?php $c = 0; foreach ($l11ns as $key => $value) : ++$c; ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="#"><i class="fa fa-times"></i></a>
|
<td><a href="#"><i class="g-icon">close</i></a>
|
||||||
<td><a href="#"><i class="fa fa-cogs"></i></a>
|
<td><a href="#"><i class="g-icon">settings</i></a>
|
||||||
<td><?= ISO639Enum::getByName('_' . \strtoupper($value->getLanguage())); ?>
|
<td><?= ISO639Enum::getByName('_' . \strtoupper($value->getLanguage())); ?>
|
||||||
<td><?= $value->content; ?>
|
<td><?= $value->content; ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Drivers'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Drivers'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="iSalesClientList" class="default sticky">
|
<table id="iSalesClientList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -31,50 +31,50 @@ echo $this->data['nav']->render(); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<label for="iSalesClientList-sort-1">
|
<label for="iSalesClientList-sort-1">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-1">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-1">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-2">
|
<label for="iSalesClientList-sort-2">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-2">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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('Status'); ?>
|
<td><?= $this->getHtml('Status'); ?>
|
||||||
<label for="iSalesClientList-sort-3">
|
<label for="iSalesClientList-sort-3">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-3">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-3">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-4">
|
<label for="iSalesClientList-sort-4">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-4">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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 class="wf-100"><?= $this->getHtml('Name'); ?>
|
<td class="wf-100"><?= $this->getHtml('Name'); ?>
|
||||||
<label for="iSalesClientList-sort-5">
|
<label for="iSalesClientList-sort-5">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-5">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-5">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-6">
|
<label for="iSalesClientList-sort-6">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-6">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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('Type'); ?>
|
<td><?= $this->getHtml('Type'); ?>
|
||||||
<label for="iSalesClientList-sort-7">
|
<label for="iSalesClientList-sort-7">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-7">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-7">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-8">
|
<label for="iSalesClientList-sort-8">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-8">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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
|
<?php
|
||||||
|
|
|
||||||
|
|
@ -185,7 +185,7 @@ echo $this->data['nav']->render();
|
||||||
<div class="ipt-first">
|
<div class="ipt-first">
|
||||||
<span class="input">
|
<span class="input">
|
||||||
<button type="button" formaction="">
|
<button type="button" formaction="">
|
||||||
<i class="fa fa-book"></i>
|
<i class="g-icon">book</i>
|
||||||
</button>
|
</button>
|
||||||
<input type="text" id="iDriver" name="bill_client" value="">
|
<input type="text" id="iDriver" name="bill_client" value="">
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -244,7 +244,7 @@ echo $this->data['nav']->render();
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Milage'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Milage'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="milageTable" class="default"
|
<table id="milageTable" class="default"
|
||||||
data-tag="form"
|
data-tag="form"
|
||||||
|
|
@ -255,17 +255,17 @@ echo $this->data['nav']->render();
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Driver'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td class="wf-100"><?= $this->getHtml('Driver'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('Milage'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('Milage'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('Start'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('Start'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('End'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('End'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<tbody>
|
<tbody>
|
||||||
<template class="oms-add-tpl-milage">
|
<template class="oms-add-tpl-milage">
|
||||||
<tr data-id="" draggable="false">
|
<tr data-id="" draggable="false">
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-cogs btn update-form"></i>
|
<i class="g-icon btn update-form">settings</i>
|
||||||
<input id="milageTable-remove-0" type="checkbox" class="hidden">
|
<input id="milageTable-remove-0" type="checkbox" class="hidden">
|
||||||
<label for="milageTable-remove-0" class="checked-visibility-alt"><i class="fa fa-times btn form-action"></i></label>
|
<label for="milageTable-remove-0" class="checked-visibility-alt"><i class="g-icon btn form-action">close</i></label>
|
||||||
<span class="checked-visibility">
|
<span class="checked-visibility">
|
||||||
<label for="milageTable-remove-0" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
<label for="milageTable-remove-0" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
||||||
<label for="milageTable-remove-0" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
<label for="milageTable-remove-0" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
||||||
|
|
@ -282,10 +282,10 @@ echo $this->data['nav']->render();
|
||||||
foreach ($milage as $key => $value) : ++$c; ?>
|
foreach ($milage as $key => $value) : ++$c; ?>
|
||||||
<tr data-id="<?= $value->id; ?>">
|
<tr data-id="<?= $value->id; ?>">
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-cogs btn update-form"></i>
|
<i class="g-icon btn update-form">settings</i>
|
||||||
<?php if (!$value->type->isRequired) : ?>
|
<?php if (!$value->type->isRequired) : ?>
|
||||||
<input id="milageTable-remove-<?= $value->id; ?>" type="checkbox" class="hidden">
|
<input id="milageTable-remove-<?= $value->id; ?>" type="checkbox" class="hidden">
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="checked-visibility-alt"><i class="fa fa-times btn form-action"></i></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="checked-visibility-alt"><i class="g-icon btn form-action">close</i></label>
|
||||||
<span class="checked-visibility">
|
<span class="checked-visibility">
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
||||||
|
|
|
||||||
|
|
@ -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">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Vehicles'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Vehicles'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="iSalesClientList" class="default sticky">
|
<table id="iSalesClientList" class="default sticky">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
@ -31,50 +31,50 @@ echo $this->data['nav']->render(); ?>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<label for="iSalesClientList-sort-1">
|
<label for="iSalesClientList-sort-1">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-1">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-1">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-2">
|
<label for="iSalesClientList-sort-2">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-2">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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('Status'); ?>
|
<td><?= $this->getHtml('Status'); ?>
|
||||||
<label for="iSalesClientList-sort-3">
|
<label for="iSalesClientList-sort-3">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-3">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-3">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-4">
|
<label for="iSalesClientList-sort-4">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-4">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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 class="wf-100"><?= $this->getHtml('Name'); ?>
|
<td class="wf-100"><?= $this->getHtml('Name'); ?>
|
||||||
<label for="iSalesClientList-sort-5">
|
<label for="iSalesClientList-sort-5">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-5">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-5">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-6">
|
<label for="iSalesClientList-sort-6">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-6">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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('Type'); ?>
|
<td><?= $this->getHtml('Type'); ?>
|
||||||
<label for="iSalesClientList-sort-7">
|
<label for="iSalesClientList-sort-7">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-7">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-7">
|
||||||
<i class="sort-asc fa fa-chevron-up"></i>
|
<i class="sort-asc g-icon">expand_less</i>
|
||||||
</label>
|
</label>
|
||||||
<label for="iSalesClientList-sort-8">
|
<label for="iSalesClientList-sort-8">
|
||||||
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-sort-8">
|
<input type="radio" name="iSalesClientList-sort" id="iSalesClientList-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
|
<?php
|
||||||
|
|
|
||||||
|
|
@ -232,7 +232,7 @@ echo $this->data['nav']->render();
|
||||||
<div class="ipt-first">
|
<div class="ipt-first">
|
||||||
<span class="input">
|
<span class="input">
|
||||||
<button type="button" formaction="">
|
<button type="button" formaction="">
|
||||||
<i class="fa fa-book"></i>
|
<i class="g-icon">book</i>
|
||||||
</button>
|
</button>
|
||||||
<input type="text" id="iDriver" name="bill_client" value="">
|
<input type="text" id="iDriver" name="bill_client" value="">
|
||||||
</span>
|
</span>
|
||||||
|
|
@ -291,7 +291,7 @@ echo $this->data['nav']->render();
|
||||||
|
|
||||||
<div class="col-xs-12 col-md-6">
|
<div class="col-xs-12 col-md-6">
|
||||||
<section class="portlet">
|
<section class="portlet">
|
||||||
<div class="portlet-head"><?= $this->getHtml('Milage'); ?><i class="lni lni-download download btn end-xs"></i></div>
|
<div class="portlet-head"><?= $this->getHtml('Milage'); ?><i class="g-icon download btn end-xs">download</i></div>
|
||||||
<div class="slider">
|
<div class="slider">
|
||||||
<table id="milageTable" class="default"
|
<table id="milageTable" class="default"
|
||||||
data-tag="form"
|
data-tag="form"
|
||||||
|
|
@ -302,17 +302,17 @@ echo $this->data['nav']->render();
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
<td><?= $this->getHtml('ID', '0', '0'); ?>
|
||||||
<td class="wf-100"><?= $this->getHtml('Driver'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td class="wf-100"><?= $this->getHtml('Driver'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('Milage'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('Milage'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('Start'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('Start'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<td><?= $this->getHtml('End'); ?><i class="sort-asc fa fa-chevron-up"></i><i class="sort-desc fa fa-chevron-down"></i>
|
<td><?= $this->getHtml('End'); ?><i class="sort-asc g-icon">expand_less</i><i class="sort-desc g-icon">expand_more</i>
|
||||||
<tbody>
|
<tbody>
|
||||||
<template class="oms-add-tpl-milage">
|
<template class="oms-add-tpl-milage">
|
||||||
<tr data-id="" draggable="false">
|
<tr data-id="" draggable="false">
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-cogs btn update-form"></i>
|
<i class="g-icon btn update-form">settings</i>
|
||||||
<input id="milageTable-remove-0" type="checkbox" class="hidden">
|
<input id="milageTable-remove-0" type="checkbox" class="hidden">
|
||||||
<label for="milageTable-remove-0" class="checked-visibility-alt"><i class="fa fa-times btn form-action"></i></label>
|
<label for="milageTable-remove-0" class="checked-visibility-alt"><i class="g-icon btn form-action">close</i></label>
|
||||||
<span class="checked-visibility">
|
<span class="checked-visibility">
|
||||||
<label for="milageTable-remove-0" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
<label for="milageTable-remove-0" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
||||||
<label for="milageTable-remove-0" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
<label for="milageTable-remove-0" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
||||||
|
|
@ -329,10 +329,10 @@ echo $this->data['nav']->render();
|
||||||
foreach ($milage as $key => $value) : ++$c; ?>
|
foreach ($milage as $key => $value) : ++$c; ?>
|
||||||
<tr data-id="<?= $value->id; ?>">
|
<tr data-id="<?= $value->id; ?>">
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-cogs btn update-form"></i>
|
<i class="g-icon btn update-form">settings</i>
|
||||||
<?php if (!$value->type->isRequired) : ?>
|
<?php if (!$value->type->isRequired) : ?>
|
||||||
<input id="milageTable-remove-<?= $value->id; ?>" type="checkbox" class="hidden">
|
<input id="milageTable-remove-<?= $value->id; ?>" type="checkbox" class="hidden">
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="checked-visibility-alt"><i class="fa fa-times btn form-action"></i></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="checked-visibility-alt"><i class="g-icon btn form-action">close</i></label>
|
||||||
<span class="checked-visibility">
|
<span class="checked-visibility">
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="link default"><?= $this->getHtml('Cancel', '0', '0'); ?></label>
|
||||||
<label for="milageTable-remove-<?= $value->id; ?>" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
<label for="milageTable-remove-<?= $value->id; ?>" class="remove-form link cancel"><?= $this->getHtml('Delete', '0', '0'); ?></label>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user