TYPO3 CMS  TYPO3_6-2
sys_log.php
Go to the documentation of this file.
1 <?php
2 return array(
3  'ctrl' => array(
4  'title' => 'LLL:EXT:lang/locallang_tca.xlf:sys_log',
5  'label' => 'details',
6  'tstamp' => 'tstamp',
7  'adminOnly' => TRUE,
8  'rootLevel' => TRUE,
9  'hideTable' => TRUE,
10  'default_sortby' => 'uid DESC',
11  ),
12  'columns' => array(
13  'tstamp' => array(
14  'label' => 'tstamp',
15  'config' => array(
16  'type' => 'input'
17  )
18  ),
19  'userid' => array(
20  'label' => 'userid',
21  'config' => array(
22  'type' => 'input'
23  )
24  ),
25  'action' => array(
26  'label' => 'action',
27  'config' => array(
28  'type' => 'input'
29  )
30  ),
31  'recuid' => array(
32  'label' => 'recuid',
33  'config' => array(
34  'type' => 'input'
35  )
36  ),
37  'tablename' => array(
38  'label' => 'tablename',
39  'config' => array(
40  'type' => 'input'
41  )
42  ),
43  'recpid' => array(
44  'label' => 'recpid',
45  'config' => array(
46  'type' => 'input'
47  )
48  ),
49  'error' => array(
50  'label' => 'error',
51  'config' => array(
52  'type' => 'input'
53  )
54  ),
55  'details' => array(
56  'label' => 'details',
57  'config' => array(
58  'type' => 'input'
59  )
60  ),
61  'type' => array(
62  'label' => 'type',
63  'config' => array(
64  'type' => 'input'
65  )
66  ),
67  'details_nr' => array(
68  'label' => 'details_nr',
69  'config' => array(
70  'type' => 'input'
71  )
72  ),
73  'IP' => array(
74  'label' => 'IP',
75  'config' => array(
76  'type' => 'input'
77  )
78  ),
79  'log_data' => array(
80  'label' => 'log_data',
81  'config' => array(
82  'type' => 'input'
83  )
84  ),
85  'event_pid' => array(
86  'label' => 'event_pid',
87  'config' => array(
88  'type' => 'input'
89  )
90  ),
91  'workspace' => array(
92  'label' => 'workspace',
93  'config' => array(
94  'type' => 'input'
95  )
96  ),
97  'NEWid' => array(
98  'label' => 'NEWid',
99  'config' => array(
100  'type' => 'input'
101  )
102  )
103  ),
104  'types' => array(
105  '1' => array(
106  'showitem' => 'tstamp, userid, action, recuid, tablename, recpid, error, details, type, details_nr, IP, log_data, event_pid, workspace, NEWid'
107  )
108  )
109 );