mirror of
https://github.com/Karaka-Management/oms-Attribute.git
synced 2026-02-12 15:38:42 +00:00
continue impl
This commit is contained in:
parent
6bd3d0f055
commit
9d6f3da91b
|
|
@ -38,18 +38,6 @@ $l11n = $this->data['defaultlocalization'] ?? new NullLocalization();
|
||||||
<input type="text" id="iAttributeId" name="id" data-tpl-text="/id" data-tpl-value="/id" disabled>
|
<input type="text" id="iAttributeId" name="id" data-tpl-text="/id" data-tpl-value="/id" disabled>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--
|
|
||||||
<div class="form-group">
|
|
||||||
<label for="iAttributesLanguage"><?= $this->getHtml('Language', 'Attribute', 'Backend'); ?></label>
|
|
||||||
<select id="iAttributesLanguage" name="language" data-tpl-text="/language" data-tpl-value="/language">
|
|
||||||
<option value="">
|
|
||||||
<?php foreach ($languages as $code => $language) : ?>
|
|
||||||
<option value="<?= $this->printHtml($code); ?>" <?= $this->printHtml(\strtolower($code) === $l11n->language ? ' selected' : ''); ?>><?= $this->printHtml($language); ?>
|
|
||||||
<?php endforeach; ?>
|
|
||||||
</select>
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="iAttributesType"><?= $this->getHtml('Type', 'Attribute', 'Backend'); ?></label>
|
<label for="iAttributesType"><?= $this->getHtml('Type', 'Attribute', 'Backend'); ?></label>
|
||||||
<select id="iAttributesType" name="type" data-tpl-text="/type" data-tpl-value="/type">
|
<select id="iAttributesType" name="type" data-tpl-text="/type" data-tpl-value="/type">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user