'Verze klienta', 'Table' => 'Client', 'DefaultOrderColumn' => 'BuildNumber', 'DefaultOrderDirection' => 1, 'Items' => array( 'Version' => array('Type' => 'String', 'Caption' => 'Verze', 'Default' => ''), 'BuildNumber' => array('Type' => 'Integer', 'Caption' => 'Číslo sestavení', 'Default' => ''), 'ReleaseDate' => array('Type' => 'Date', 'Caption' => 'Datum vydání', 'Default' => ''), 'Title' => array('Type' => 'String', 'Caption' => 'Titulek', 'Default' => ''), ), ); function ShowListOnRow($Row) { $Row['Version'] = ''.$Row['Version'].''; return($Row); } function ItemList() { $Output = '