Changeset 538 for trunk/Modules/Log/Log.php
- Timestamp:
- May 18, 2013, 8:21:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Log/Log.php
r524 r538 27 27 { 28 28 parent::Start(); 29 $this->System->FormManager->RegisterClass('Log', array( 30 'Title' => 'Záznamy', 31 'Table' => 'Log', 32 'DefaultSortColumn' => 'Time', 33 'Items' => array( 34 'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas', 'Default' => '', 'ReadOnly' => true), 35 'User' => array('Type' => 'TUser', 'Caption' => 'Uživatel', 'Default' => '', 'Null' => true, 'ReadOnly' => true), 36 'Module' => array('Type' => 'String', 'Caption' => 'Modul', 'Default' => '', 'ReadOnly' => true), 37 'Operation' => array('Type' => 'String', 'Caption' => 'Operace', 'Default' => '', 'ReadOnly' => true), 38 'Value' => array('Type' => 'Text', 'Caption' => 'Hodnota', 'Default' => '', 'ReadOnly' => true), 39 'IPAddress' => array('Type' => 'Text', 'Caption' => 'Adresa IP', 'Default' => '', 'ReadOnly' => true), 40 ), 41 )); 42 29 43 } 30 44
Note:
See TracChangeset
for help on using the changeset viewer.