예제 #1
0
 public function show()
 {
     $tags = array();
     $tags['CONTENT'] = $this->pager->show();
     $tags['FILTERS'] = ActivityLogView::showFilters($_REQUEST);
     Layout::addPageTitle("Activity Log");
     javascript('jquery_ui');
     javascript('modules/hms/note', array('LINK' => 'activity-log-note'));
     return PHPWS_Template::Process($tags, 'hms', 'admin/activity_log_box.tpl');
 }