$this->title,
'options' => [
'class' => 'x_panel feedback-update',
],
]
);
?>
registerJs($js, View::POS_READY);
$panel::end();
?>
$this->title,
'options' => [
'class' => 'x_panel feedback-update',
],
]
);
$form = ActiveForm::begin(
[
'method' => 'POST',
'action' => [ 'price/index', 'service_id' => $service_id ],
]
) ?>
= Html::submitButton(
'Save', ['class' => 'btn btn-success',]
) ?>