CaMykS  1.0-20231201
Variables
Admin_SystemReportItemListParams.php.inc File Reference

Admin_SystemReport Module report list parameters. More...

Variables

global $camyks
 
$this reportsStatusList = $this->get_reportsStatusList(true)
 
$this reportsTypeList = $this->get_reportsStatusList()
 
$this reportTypeList = $this->get_reportTypeList(true)
 
$this viewReportLink = $this->get_adminLink(array('mode'=>'readreport', 'report_id'=>'%s'))
 
$this deleteReportLink = 'javascript:adminengine_confirmRedirect(deleteReportUrl+%s, deleteReportMessage);'
 
$this reportListParams = array('name'=>'reportList', 'useSession'=>true, 'object'=>&$this->reportItem)
 
$this reportListParams ['headselectors']
 
$this reportListParams ['sort'] = array('allowed'=>false, 'default'=>'_date', 'defaultway'=>'desc')
 
$this reportListParams ['listcolumns']
 

Detailed Description

Admin_SystemReport Module report list parameters.

Plugin / Module Library

Author
CaMykS Team camyk.nosp@m.s.co.nosp@m.ntact.nosp@m.@gma.nosp@m.il.co.nosp@m.m
Version
1.0.3
Date
Creation: Oct 2014
Modification: Dec 2019
Note
This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Variable Documentation

◆ $camyks

global $camyks

◆ reportsStatusList

$this reportsStatusList = $this->get_reportsStatusList(true)

◆ reportsTypeList

$this reportsTypeList = $this->get_reportsStatusList()

◆ reportTypeList

$this reportTypeList = $this->get_reportTypeList(true)

◆ viewReportLink

$this viewReportLink = $this->get_adminLink(array('mode'=>'readreport', 'report_id'=>'%s'))

◆ deleteReportLink

$this deleteReportLink = 'javascript:adminengine_confirmRedirect(deleteReportUrl+%s, deleteReportMessage);'

◆ reportListParams [1/4]

$this reportListParams = array('name'=>'reportList', 'useSession'=>true, 'object'=>&$this->reportItem)

◆ reportListParams [2/4]

$this reportListParams[ 'headselectors']
Initial value:
= array(
'page' => array('title'=>$camyks->get_translation('formitem_page'), 'itemtype'=>'page'),
'status' => array('title'=>$camyks->get_translation('formitem_status'), 'itemtype'=>'select', 'values'=>$this->reportsStatusList, 'default'=>'-1'),
'type' => array('title'=>$camyks->get_translation('formitem_type'), 'itemtype'=>'select', 'values'=>$this->reportTypeList, 'default'=>'all'),
)
global $camyks
Definition: Admin_SystemReportItemListParams.php.inc:14

◆ reportListParams [3/4]

$this reportListParams[ 'sort'] = array('allowed'=>false, 'default'=>'_date', 'defaultway'=>'desc')

◆ reportListParams [4/4]

$this reportListParams[ 'listcolumns']
Initial value:
= array(
'selection' => array('title'=>'', 'columntype'=>'checkbox'),
'status' => array('title'=>' ', 'columntype'=>'boolean', 'mode'=>'pict', 'style'=>'width:12px;'),
'_date' => array('title'=>$camyks->get_translation('date'), 'columntype'=>'date', 'mode'=>'numeric', 'style'=>'width:60px;'),
'type' => array('title'=>$camyks->get_translation('type'), 'columntype'=>'text', 'class'=>'hiddenOnMobile'),
'objectname' => array('title'=>$camyks->get_translation('object'), 'columntype'=>'text', 'maxlength'=>'64'),
)