array(T_ZBX_INT, O_OPT, P_SYS|P_NZERO, DB_ID, NULL), "fullscreen"=> array(T_ZBX_INT, O_OPT, P_SYS, IN("0,1"), NULL) ); check_fields($fields); ?> AddVar("fullscreen",$_REQUEST["fullscreen"]); $cmbMaps = new CComboBox("sysmapid",get_request("sysmapid",0),"submit()"); foreach($all_maps as $id => $name) { $cmbMaps->AddItem($id, $name); } if($cmbMaps->ItemsCount()>0) { $form->AddItem($cmbMaps); } show_table_header($text,$form); ?> AddRow($action_map); $imgMap = new CImg("map.php?noedit=1&sysmapid=".$_REQUEST["sysmapid"]); $imgMap->SetMap($action_map->GetName()); $table->AddRow($imgMap); } $table->Show(); ?>