/var/www/vhosts/nabawater/backend/views/mall-product
NameSizeModeActions
create.php5630644editdlrm
index.php51090644editdlrm
update.php5650644editdlrm
_form.php18900644editdlrm
Edit: /var/www/vhosts/nabawater/backend/views/mall-product/_form.php (1890B)
setModel($model); ?>

title; ?>


getIsNewRecord() && !empty($modelLang->product_image_path)) { $uploadHelper = UploadHelper::getInstance(); $url = $modelLang->product_image_path; echo Html::img($url, $options = ['alt' => 'Product Image', 'style' => 'width:100px;height:100px', 'class' => 'img-responsive img-thumbnail']); } ?>
field($modelUploadForm, 'product_image_path')->fileInput(['class' => 'form-control']); ?>
field($modelLang, 'product_name')->textInput(); ?>
field($modelLang, 'product_description')->textarea(); ?>
field($model, 'price')->textInput(); ?>
field($model, 'product_status')->radioList([$model::ACTIVE =>'Active', $model::INACTIVE =>'Inactive']); ?>
getIsNewRecord() ? 'Create' : 'Update', ['class' => 'btn btn-success']) ?> 'btn btn-secondary']); ?>