mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-10 11:58:39 +00:00
Fix account loading
This commit is contained in:
parent
a30fca5b31
commit
439567e21d
|
|
@ -157,7 +157,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<option value="<?= $this->printHtml(TaskStatus::DONE); ?>"<?= $task->getStatus() === TaskStatus::DONE ? 'selected' : ''?>>Done
|
||||
</select>
|
||||
<tr><td><label for="iReceiver"><?= $this->getHtml('To') ?></label>
|
||||
<tr><td><?= $this->getData('accGrpSelector')->render('iReceiver', true); ?>
|
||||
<tr><td><?= $this->getData('accGrpSelector')->render('iReceiver', 'forward', true); ?>
|
||||
<tr><td><label for="iMedia"><?= $this->getHtml('Media') ?></label>
|
||||
<tr><td><div class="ipt-wrap">
|
||||
<div class="ipt-first"><input type="text" id="iMedia" placeholder=" File"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user