'Autor', 'name' => 'author', 'id' => 'author', 'value' => $this -> author['author'], 'class' => 'require' ] );?> 'Zdjęcie', 'name' => 'image', 'id' => 'image', 'value' => $this -> author['image'], 'icon_content' => 'przeglądaj', 'icon_js' => "window.open ( '/libraries/filemanager-9.14.1/dialog.php?type=1&popup=1&field_id=image&akey=c3cb2537d25c0efc9e573d059d79c3b8', 'mywindow', 'location=1,status=1,scrollbars=1, width=1100,height=700');" ] );?>
    languages ) ): foreach ( $this -> languages as $lg ):?>
languages ) ): foreach ( $this -> languages as $lg ):?>
'Opis', 'name' => 'description', 'id' => 'description_' . $lg['id'], 'value' => $this -> author['languages'][$lg['id']]['description'] ] );?>
id = 'author-edit'; $grid -> gdb_opt = $gdb; $grid -> include_plugins = true; $grid -> title = 'Edycja autora'; $grid -> fields = [ [ 'db' => 'id', 'type' => 'hidden', 'value' => $this -> author['id'] ] ]; $grid -> external_code = $out; $grid -> actions = [ 'save' => [ 'url' => '/admin/authors/save/', 'back_url' => '/admin/authors/view_list/' ], 'cancel' => [ 'url' => '/admin/authors/view_list/' ] ]; $grid -> persist_edit = true; $grid -> id_param = 'id'; echo $grid -> draw(); ?>