mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-27 14:28:41 +00:00
add selenium test
This commit is contained in:
parent
c9a9d47949
commit
f2888f984c
|
|
@ -50,7 +50,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><?= $this->getData('editor')->render('task-editor'); ?>
|
||||
<tr><td><?= $this->getData('editor')->getData('text')->render('task-editor', 'plain', 'fTask'); ?>
|
||||
<tr><td>
|
||||
<input type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<input id="iCreateSubmit" type="submit" value="<?= $this->getHtml('Create', '0', '0'); ?>">
|
||||
<input type="hidden" name="type" value="<?= $this->printHtml(TaskType::SINGLE); ?>">
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user