10 $helper =
new ActivityReportFilterHelper();
23 $table->column(
"User",
"<a href='/admin/session_details?session_id={session_id}'>{User.first_name} {User.last_name}</a>",
true,
"width: 20%")
24 ->column(
"Email",
"<a href='/admin/user_form?user_id={user_id}'>{User.email}</a>",
true,
"width: 20%")
25 ->column(
"Session #",
"<a href='/admin/session_details?session_id={session_id}'>{session_id}</a>",
true,
"text-align: right; width: 5%")
26 ->column(
"Start",
"{session_start}",
true)
27 ->column(
"End",
"{session_end}",
true)
28 ->column(
"Page Views",
"{page_views}",
true,
"text-align: right")
29 ->column(
"Feedback",
"{feedback_count}",
true,
"text-align: right")
30 ->column(
"Browser",
"{ActivityTracker::getBrowser}",
true,
"width: 20%");
35 $table->excelFile =
"activity_report.xls";
41 echo
"<strong>" .
$filterForm->getRenderer(
"session_start")->subTitle .
"</strong>";
50 <a
class=
'button' href=
'#' onclick=
'new BackgroundProcess("Migrating User Activity", "/action/activity_tracker/migrate_data"); return false;'>Migrate User Activity Logs</a>
static usingFeature()
Uses the specified framework feature(s).
static using()
Import the datamodels, views and manifest for the specified component(s).