AppendObject(GetSwitcher($fc)); $fc->AppendHeader($g_selected_domain, 2); $fc->AppendHtml('
Export as CSV
'); $fc->AppendObject(GetStatusOfZoneAsNote($g_selected_domain)); // First get the record list - this function will fill up g_hidden_types_present variable $record_list = GetRecordListTable(NULL, $g_selected_domain); if ($g_hidden_types_present === true) { // This zone contains some hidden record types, show toggle for user if (!$g_show_hidden_types) $fc->AppendHtml('
This zone contains record types that are hidden by default, click here to show them
'); else $fc->AppendHtml('
This zone contains record types that are hidden by default, click here to hide them
'); } $fc->AppendObject($record_list); } }