|
@ -18,7 +18,7 @@ use yii\helpers\Url; |
|
|
|
|
|
|
|
|
<?= $form->field($model, 'sort_order')->textInput() ?>
|
|
|
<?= $form->field($model, 'sort_order')->textInput() ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'iconImageId')->textInput()->label('') ?>
|
|
|
|
|
|
|
|
|
<?= $form->field($model, 'iconImageId')->hiddenInput()->label('') ?>
|
|
|
<?= $form->field($model, 'iconImagePath')->widget(\iron\widgets\Upload::className(), [ |
|
|
<?= $form->field($model, 'iconImagePath')->widget(\iron\widgets\Upload::className(), [ |
|
|
'url' => 'upload', |
|
|
'url' => 'upload', |
|
|
'deleteUrl' => 'img-id-del', |
|
|
'deleteUrl' => 'img-id-del', |
|
|