mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 15:38:40 +00:00
fix tests
This commit is contained in:
parent
277cfa5984
commit
7a31dbc13c
|
|
@ -28,7 +28,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><input type="datetime-local" id="iFrom" name="from" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
<tr><td><input type="datetime-local" id="iFrom" name="from" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
||||||
<tr><td><label for="iTo"><?= $this->getHtml('To'); ?></label>
|
<tr><td><label for="iTo"><?= $this->getHtml('To'); ?></label>
|
||||||
<tr><td><input type="datetime-local" id="iTo" name="to" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
<tr><td><input type="datetime-local" id="iTo" name="to" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
||||||
<tr><td><input type="submit" value="<?= $this->getHtml('Submit', '0', '0'); ?>">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Submit', '0', '0'); ?>" name="analyze">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -361,7 +361,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="more-container">
|
<div class="more-container">
|
||||||
<input id="more-customer-sales" type="checkbox">
|
<input id="more-customer-sales" type="checkbox" name="more-container">
|
||||||
<label for="more-customer-sales">
|
<label for="more-customer-sales">
|
||||||
<span>Advanced</span>
|
<span>Advanced</span>
|
||||||
<i class="fa fa-chevron-right expand"></i>
|
<i class="fa fa-chevron-right expand"></i>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
<?php declare(strict_types=1);
|
<?php
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
// Modules/tests
|
// Modules/tests
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user