mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-01-11 08:38:40 +00:00
general fixes
This commit is contained in:
parent
64aa72888b
commit
b492820227
|
|
@ -52,7 +52,7 @@ echo $this->data['nav']->render(); ?>
|
||||||
<span class="checkmark"></span>
|
<span class="checkmark"></span>
|
||||||
</label>
|
</label>
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<input id="iValue" type="text" name="value" value="<?= $this->printHtml($this->attribute->getValue()); ?>">
|
<input id="iValue" type="text" name="value" value="<?= $this->printHtml((string) $this->attribute->getValue()); ?>">
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user