Start changing styles

This commit is contained in:
Dennis Eichhorn 2019-05-14 22:02:49 +02:00
parent 71aea19143
commit c6c7db8038
4 changed files with 5 additions and 5 deletions

View File

@ -364,7 +364,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><input id="iPName" name="pname" type="text" placeholder="">
<tr><td><label for="iPName"><?= $this->getHtml('Leadtime'); ?></label>
<tr><td><input id="iPName" name="pname" type="number" min="0" step="1" placeholder="">
<tr><td><input type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>">
</table>
</form>
</div>
@ -591,7 +591,7 @@ echo $this->getData('nav')->render(); ?>
$footerView->setPage(1);
?>
<div class="box w-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Logs'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -21,7 +21,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Items'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Items'); ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>

View File

@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
<div class="row">
<div class="col-xs-12">
<div class="box wf-100">
<table class="table darkred">
<table class="default">
<caption><?= $this->getHtml('Stock') ?><i class="fa fa-download floatRight download btn"></i></caption>
<thead>
<tr>