<?php

/**
 * Display User Activity Logs
 *
 *
 */
$activity_log = WP_CRM_F::get_detailed_activity_log();
?>

<div class="wrap">
<h2><?php 
_e('Activity Logs', ud_get_wp_crm()->domain);
?>
</h2>

<table class="wp_crm_activity_log widefat">
  <thead>
    <tr>
      <th class="user"><?php 
_e('User', ud_get_wp_crm()->domain);
?>
</th>
      <th class="activity"><?php 
_e('Activity', ud_get_wp_crm()->domain);
?>
</th>
      <th class="location"><?php 
_e('Location', ud_get_wp_crm()->domain);
?>
</th>