Admin_SystemReport Module report list parameters.
More...
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
- Copyright
- 2014 - 2019 CaMykS Team
- Note
- This program is distributed as is - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
◆ $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'),
)