require("contacts_clients_view_header.php");
?>
common_main_header::get_header($company_name." - History");
$context_logs = array(
"table" => "clients",
"id" => $_GET['id'],
"show_search" => true,
"show_pagination" => false
);
$logs = new list_logs($context_logs);
$logs->get_data()->show();
?>