mirror of
https://github.com/Karaka-Management/oms-RiskManagement.git
synced 2026-01-11 11:28:41 +00:00
fix tests
This commit is contained in:
parent
c3d72e562b
commit
d0a20b4b53
|
|
@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><span class="input"><button type="button" formaction=""><i class="fa fa-book"></i></button><input type="text" name="project" id="iProject"></span>
|
||||
<tr><td><label for="iReview"><?= $this->getHtml('Review'); ?></label>
|
||||
<tr><td><input type="datetime-local" id="iReview" name="Review" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -128,7 +128,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</select>
|
||||
<tr><td><label for="iRiskStatusDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskStatusDescription" name="riskstatusdescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -169,7 +169,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><input type="text" id="iRiskObjectName" name="riskobjectname" placeholder=" <?= $this->getHtml('Name'); ?>">
|
||||
<tr><td><label for="iRiskObjectDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskObjectDescription" name="riskobjectdescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -214,7 +214,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><input type="text" id="iRiskObjecValue" name="riskobjectvalue">
|
||||
<tr><td><label for="iRiskObjecValueDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskObjecValueDescription" name="riskobjectvaluedescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -276,7 +276,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</select>
|
||||
<tr><td><label for="iSolutionDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iSolutionDescription" name="solutionDescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</select>
|
||||
<tr><td><label for="iRiskStatusDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskStatusDescription" name="riskstatusdescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -160,7 +160,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><input type="text" id="iRiskObjectName" name="riskobjectname" placeholder=" <?= $this->getHtml('Name'); ?>">
|
||||
<tr><td><label for="iRiskObjectDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskObjectDescription" name="riskobjectdescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -205,7 +205,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><input type="text" id="iRiskObjecValue" name="riskobjectvalue">
|
||||
<tr><td><label for="iRiskObjecValueDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iRiskObjecValueDescription" name="riskobjectvaluedescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
@ -267,7 +267,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</select>
|
||||
<tr><td><label for="iSolutionDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<tr><td><textarea id="iSolutionDescription" name="solutionDescription"></textarea>
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>" name="">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
// Modules/tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user