fix tests

This commit is contained in:
Dennis Eichhorn 2022-10-08 21:34:58 +02:00
parent 2e56d7726c
commit 53ce61eb1b
3 changed files with 4 additions and 3 deletions

View File

@ -55,7 +55,7 @@ $footerView->setResults(1);
</button><input type="number" id="iId" min="1" name="id" required></span>
<td><input type="datetime-local" id="iId" min="1" name="id" required>
<tr>
<td colspan="4"><input type="submit" value="<?= $this->getHtml('Search'); ?>">
<td colspan="4"><input type="submit" value="<?= $this->getHtml('Search'); ?>" name="search">
</table>
</form>
</div>

View File

@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
<tr><td><input type="text" id="iName" name="name">
<tr><td><label for="iParent"><?= $this->getHtml('Parent'); ?></label>
<tr><td><input type="text" id="iParent" name="parent">
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="create-gl">
</table>
</form>
</div>

View File

@ -1,4 +1,5 @@
<?php declare(strict_types=1);
<?php
declare(strict_types=1);
// Modules/tests