mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-01-11 07:38:39 +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-body">
|
||||
<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); ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -356,7 +356,7 @@ echo $this->data['nav']->render(); ?>
|
|||
</div>
|
||||
|
||||
<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); ?>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user