Fix css debug

This commit is contained in:
Dennis Eichhorn 2018-01-07 14:56:44 +01:00
parent 1f2e204485
commit 6cda97b124
6 changed files with 9 additions and 9 deletions

View File

@ -32,7 +32,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription" placeholder="&#xf040;"></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
</table>
</form>
</div>

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<section class="box wf-100">
<header><h1><?= $this->getHtml('Department') ?></h1></header>
<div class="inner">
<form>
<form id="iDepartment" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/department?{?}') ?>" method="PUT">
<table class="layout wf-100">
<tr><td><label for="iName"><?= $this->getHtml('Name') ?></label>
<tr><td><input type="text" name="name" id="iName" value="<?= $this->printHtml($department->getName()); ?>">
@ -39,7 +39,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription"><?= $this->printHtml($department->getDescription()); ?></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
</table>
</form>
</div>

View File

@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription" placeholder="&#xf040;"></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
</table>
</form>
</div>

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<section class="box wf-100">
<header><h1><?= $this->getHtml('Position') ?></h1></header>
<div class="inner">
<form>
<form id="iPosition" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/position?{?}') ?>" method="PUT">
<table class="layout wf-100">
<tr><td><label for="iName"><?= $this->getHtml('Name') ?></label>
<tr><td><input type="text" name="name" id="iName" value="<?= $this->printHtml($position->getName()); ?>">
@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription"><?= $this->printHtml($position->getDescription()); ?></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
</table>
</form>
</div>

View File

@ -34,7 +34,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription" placeholder="&#xf040;"></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
</table>
</form>
</div>

View File

@ -23,7 +23,7 @@ echo $this->getData('nav')->render(); ?>
<section class="box wf-100">
<header><h1><?= $this->getHtml('Unit') ?></h1></header>
<div class="inner">
<form>
<form id="iUnit" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/backend/organization/unit?{?}') ?>" method="PUT">
<table class="layout wf-100">
<tr><td><label for="iName"><?= $this->getHtml('Name') ?></label>
<tr><td><input type="text" name="name" id="iName" value="<?= $this->printHtml($unit->getName()); ?>">
@ -36,7 +36,7 @@ echo $this->getData('nav')->render(); ?>
</select>
<tr><td><label for="iDescription"><?= $this->getHtml('Description') ?></label>
<tr><td><textarea name="description" id="iDescription"><?= $this->printHtml($unit->getDescription()); ?></textarea>
<tr><td><input type="submit" value="<?= $this->getHtml('Save', 0); ?>">
<tr><td><input id="iSubmit" name="submit" type="submit" value="<?= $this->getHtml('Save', 0); ?>">
</table>
</form>
</div>