mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-14 05:38:40 +00:00
id bug fix
This commit is contained in:
parent
c533e38456
commit
93ced36b97
|
|
@ -25,7 +25,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<div class="portlet-head"><?= $this->getHtml('Task'); ?></div>
|
<div class="portlet-head"><?= $this->getHtml('Task'); ?></div>
|
||||||
<div class="portlet-body">
|
<div class="portlet-body">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iReceiver"><?= $this->getHtml('To'); ?></label>
|
<label for="iiReceiver"><?= $this->getHtml('To'); ?></label>
|
||||||
<?= $this->getData('accGrpSelector')->render('iReceiver', 'forward', true); ?>
|
<?= $this->getData('accGrpSelector')->render('iReceiver', 'forward', true); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -356,7 +356,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iReceiver"><?= $this->getHtml('To'); ?></label>
|
<label for="iiReceiver"><?= $this->getHtml('To'); ?></label>
|
||||||
<?= $this->getData('accGrpSelector')->render('iReceiver', 'to', true); ?>
|
<?= $this->getData('accGrpSelector')->render('iReceiver', 'to', true); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user