mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-13 19:18:41 +00:00
Render values in editor
This commit is contained in:
parent
559c958a2d
commit
2c614ffe85
|
|
@ -49,7 +49,13 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><?= $this->getData('editor')->render('group-editor'); ?>
|
<tr><td><?= $this->getData('editor')->render('group-editor'); ?>
|
||||||
<tr><td><?= $this->getData('editor')->getData('text')->render('group-editor', 'description', 'fGroupEdit'); ?>
|
<tr><td><?= $this->getData('editor')->getData('text')->render(
|
||||||
|
'group-editor',
|
||||||
|
'description',
|
||||||
|
'fGroupEdit',
|
||||||
|
$group->getDescriptionRaw(),
|
||||||
|
$group->getDescription()
|
||||||
|
); ?>
|
||||||
<tr><td><input id="groupSubmit" name="groupsubmit" type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>">
|
<tr><td><input id="groupSubmit" name="groupsubmit" type="submit" value="<?= $this->getHtml('Save', 0, 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user