" . __('Pandora audit') . " » " .__('Review Logs') . ""; $offset = get_parameter ("offset", 0); $tipo_log = get_parameter ("tipo_log", 'all'); echo '
";
echo ''.__('Filter').''; echo " | "; if ($config['flash_charts']) { echo graphic_user_activity (300, 140); } else { echo ''; } $rows = get_db_all_rows_sql ("SELECT DISTINCT(accion) FROM tsesion"); if (empty ($rows)) { $rows = array (); } $actions = array (); foreach ($rows as $row) { $actions[$row["accion"]] = $row["accion"]; } echo " | |
"; echo ' | ";
print_select ($actions, 'tipo_log', $tipo_log, 'this.form.submit();', __('All'), 'all');
echo ' '; echo ''; echo " | |
"; pagination ($count, $url); echo " |