mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-14 00:38:42 +00:00
Fix #115
This commit is contained in:
parent
70059b7843
commit
e3fd863669
|
|
@ -47,8 +47,8 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><label for="iTitle"><?= $this->getHtml('Title') ?></label>
|
||||
<tr><td><input type="text" id="iTitle" name="title" placeholder=" <?= $this->getHtml('Title') ?>" required>
|
||||
<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><?= $this->getData('editor')->render('task-editor-tools'); ?>
|
||||
<tr><td><?= $this->getData('editor')->getData('text')->render('task-editor-text', 'plain', 'fTask'); ?>
|
||||
<tr><td>
|
||||
<input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>">
|
||||
<input type="hidden" name="type" value="<?= $this->printHtml(TaskType::SINGLE); ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user