'Nazwa', 'name' => 'name', 'id' => 'name', 'value' => $this -> set[ 'name' ], ] ); ?> 'Aktywny', 'name' => 'status', 'checked' => $this -> set[ 'status' ] == 1 ? true : false ] ); ?>
id = 'set-edit'; $grid -> gdb_opt = $gdb; $grid -> include_plugins = true; $grid -> title = 'Edycja kompletu produktów: ' . '' . ''; $grid -> fields = [ [ 'db' => 'id', 'type' => 'hidden', 'value' => $this -> set[ 'id' ] ] ]; $grid -> actions = [ 'save' => [ 'url' => '/admin/shop_product_sets/save/', 'back_url' => '/admin/shop_product_sets/view_list/' ], 'cancel' => [ 'url' => '/admin/shop_product_sets/view_list/' ] ]; $grid -> external_code = $out; $grid -> persist_edit = true; $grid -> id_param = 'id'; echo $grid -> draw(); ?>