Template html fixes

This commit is contained in:
Dennis Eichhorn 2018-02-04 20:56:05 +01:00
parent affc0e72d5
commit 11c870f78a
2 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,9 @@ echo $this->getData('nav')->render(); ?>
<tr><td><label for="iMessage"><?= $this->getHtml('Message') ?></label>
<tr><td><?= $this->getData('editor')->render('editor-tools'); ?>
<tr><td><?= $this->getData('editor')->getData('text')->render('editor-text'); ?>
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>"><input type="hidden" name="type" value="<?= $this->printHtml(\Modules\Tasks\Models\TaskType::SINGLE); ?>">
<tr><td>
<input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
<input type="hidden" name="type" value="<?= $this->printHtml(\Modules\Tasks\Models\TaskType::SINGLE); ?>">
</table>
</form>
</div>

View File

@ -55,7 +55,7 @@ echo $this->getData('nav')->render(); ?>
<section class="box wf-100">
<header><h1><?= $this->getHtml('Settings') ?></h1></header>
<div class="inner">
<form id="iTaskInterval" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/backend/task/dashboard?{?}') ?>">
<form id="iTaskInterval" action="<?= \phpOMS\Uri\UriFactory::build('/{/lang}/backend/task/dashboard?{?}') ?>" method="post">
<table class="layout wf-100">
<tr><td><label for="iIntervarl"><?= $this->getHtml('Interval') ?></label>
<tr><td><select id="iIntervarl" name="interval">