Changeset 517 for trunk/form_classes.php
- Timestamp:
- Apr 14, 2013, 2:36:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/form_classes.php
r514 r517 148 148 'Directory' => array('Type' => 'TDirectory', 'Caption' => 'Adresář', 'Default' => '', 'Null' => true), 149 149 'Size' => array('Type' => 'Integer', 'Caption' => 'Velikost', 'Default' => ''), 150 'Time' => array('Type' => ' Time', 'Caption' => 'Čas vytvoření', 'Default' => ''),150 'Time' => array('Type' => 'DateTime', 'Caption' => 'Čas vytvoření', 'Default' => ''), 151 151 ), 152 152 'ItemActions' => array( … … 411 411 'Operation' => array('Type' => 'String', 'Caption' => 'Operace', 'Default' => '', 'ReadOnly' => true), 412 412 'Value' => array('Type' => 'Text', 'Caption' => 'Hodnota', 'Default' => '', 'ReadOnly' => true), 413 'IPAddress' => array('Type' => 'Text', 'Caption' => 'Adresa IP', 'Default' => '', 'ReadOnly' => true), 413 414 ), 414 415 ),
Note:
See TracChangeset
for help on using the changeset viewer.