mirror of
https://github.com/Karaka-Management/oms-InvestmentManagement.git
synced 2026-01-11 11:48:41 +00:00
fix templates
This commit is contained in:
parent
0051c9327c
commit
e5c2fb018a
|
|
@ -62,7 +62,7 @@ $isNew = $option->id === 0;
|
|||
|
||||
<div class="form-group">
|
||||
<label for="iObjectDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<textarea id="iObjectDescription" name="description"><?= $this->printHtml($option->description); ?></textarea>
|
||||
<textarea id="iObjectDescription" name="description"><?= $this->printTextarea($option->description); ?></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div class="form-group">
|
||||
<label for="iInvestmentDescription"><?= $this->getHtml('Description'); ?></label>
|
||||
<textarea id="iInvestmentDescription" name="description"><?= $this->printHtml($investment->description); ?></textarea>
|
||||
<textarea id="iInvestmentDescription" name="description"><?= $this->printTextarea($investment->description); ?></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
@ -166,7 +166,7 @@ echo $this->data['nav']->render(); ?>
|
|||
|
||||
<div class="form-group">
|
||||
<label for="iObjectDescription-<?= $count; ?>"><?= $this->getHtml('Description'); ?></label>
|
||||
<textarea id="iObjectDescription-<?= $count; ?>" name="description" disabled><?= $this->printHtml($option->description); ?></textarea>
|
||||
<textarea id="iObjectDescription-<?= $count; ?>" name="description" disabled><?= $this->printTextarea($option->description); ?></textarea>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user