style fixes, bug fixes

This commit is contained in:
Dennis Eichhorn 2023-05-28 01:13:23 +00:00
parent 353eeba8ff
commit aebd912505
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Departments'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Departments'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table id="departmentList" class="default sticky">
<thead>

View File

@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Positions'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Positions'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table id="positionList" class="default sticky">
<thead>

View File

@ -29,7 +29,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="portlet">
<div class="portlet-head"><?= $this->getHtml('Units'); ?><i class="fa fa-download floatRight download btn"></i></div>
<div class="portlet-head"><?= $this->getHtml('Units'); ?><i class="lni lni-download download btn end-xs"></i></div>
<div class="slider">
<table id="unitList" class="default sticky">
<thead>