mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-26 18:48:40 +00:00
new form layout and other tpl fixes
This commit is contained in:
parent
c6a3320aed
commit
f8c7ef95d3
|
|
@ -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',
|
||||
]];
|
||||
|
|
|
|||
|
|
@ -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'); ?>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user