new form layout and other tpl fixes

This commit is contained in:
Dennis Eichhorn 2021-04-18 22:29:46 +02:00
parent c6a3320aed
commit f8c7ef95d3
6 changed files with 5 additions and 14 deletions

View File

@ -13,7 +13,6 @@
declare(strict_types=1);
return ['Navigation' => [
<<<<<<< HEAD
'Article' => 'Article',
'Analyze' => 'Analyze',
'Attributes' => 'Attributes',
@ -21,13 +20,5 @@ return ['Navigation' => [
'Values' => 'Values',
'Create' => 'Create',
'List' => 'List',
=======
'Analyze' => 'Analyze',
'Attributes' => 'Attributes',
'Types' => 'Types',
'Values' => 'Values',
'Create' => 'Create',
'List' => 'List',
>>>>>>> 48bc5fa4026129886716af1344890676e9c02540
'ItemManagement' => 'Item Management',
]];

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('AttributeTypes'); ?><i class="fa fa-download floatRight download btn"></i></div>
<table id="iAttributeTypeList" class="default">
<table id="iAttributeTypeList" class="default sticky">
<thead>
<tr>
<td><?= $this->getHtml('ID', '0', '0'); ?>

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Items'); ?><i class="fa fa-download floatRight download btn"></i></div>
<table id="iPurchaseItemList" class="default">
<table id="iPurchaseItemList" class="default sticky">
<thead>
<tr>
<td>

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Items'); ?><i class="fa fa-download floatRight download btn"></i></div>
<table id="iSalesItemList" class="default">
<table id="iSalesItemList" class="default sticky">
<thead>
<tr>
<td>

View File

@ -57,7 +57,7 @@ echo $this->getData('nav')->render();
<li><label for="c-tab-10"><?= $this->getHtml('Stock'); ?></label></li>
<li><label for="c-tab-11"><?= $this->getHtml('Disposal'); ?></label></li>
<li><label for="c-tab-12"><?= $this->getHtml('Media'); ?></label></li>
<li><label for="c-tab-13"><?= $this->getHtml('SalesInvoices'); ?></label></li>
<li><label for="c-tab-13"><?= $this->getHtml('Bills'); ?></label></li>
<li><label for="c-tab-14"><?= $this->getHtml('Logs'); ?></label></li>
</ul>
</div>

View File

@ -24,7 +24,7 @@ echo $this->getData('nav')->render(); ?>
<div class="col-xs-12">
<section class="portlet">
<div class="portlet-head"><?= $this->getHtml('Items'); ?><i class="fa fa-download floatRight download btn"></i></div>
<table id="iWarehouseItemList" class="default">
<table id="iWarehouseItemList" class="default sticky">
<thead>
<tr>
<td>